grml...
[seabios.git] / src / pmm.c
2011-08-04 Kevin O'ConnorAllow free space in f-segment to be used by malloc_fseg().
2011-07-16 Kevin O'ConnorRemove 16bit wrappers from PMM code.
2011-07-16 Kevin O'ConnorRun option rom visible PMM code in 32bit mode instead...
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-09-25 Kevin O'ConnorEnable optionroms to use freed space due to CONFIG_RELO...
2010-09-16 Kevin O'ConnorMove init code from _start() to post().
2010-06-06 Kevin O'ConnorIntroduce memcpy_fl - a memcpy on "flat" pointers.
2010-06-06 Kevin O'ConnorRework malloc to use a "first fit" algorithm.
2010-04-17 Kevin O'ConnorAdd __attribute__((__malloc__)) declaration to internal...
2010-03-20 Kevin O'ConnorDon't move EBDA while an optionrom is running (CONFIG_T...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-27 Kevin O'ConnorOnly add "addr32" to memory accesses that require them.
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-11-25 Kevin O'ConnorClear unused parts of f-segment.
2009-11-25 Kevin O'ConnorClear PMMAllocs even if CONFIG_PMM not set.
2009-10-12 Kevin O'ConnorUse pmm_malloc() for internal allocations.
2009-10-04 Kevin O'ConnorWorkaround gcc4.3 compiler error - disable pmm low...
2009-09-25 Kevin O'ConnorAdd support for permanent low memory allocations.
2009-08-30 Kevin O'ConnorCleanups for malloc code.
2009-08-23 Kevin O'ConnorAdd initial support for PMM allocations of permanent...
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-02 Kevin O'ConnorFix some PMM corner-cases.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-26 Kevin O'ConnorAdd PMM stubs.