grml...
[seabios.git] / src / memmap.c
2011-05-14 Ian CampbellPrint E820 type names as well as numbers, as a debug aid
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-06-06 Kevin O'ConnorRework malloc to use a "first fit" algorithm.
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-29 Kevin O'ConnorFix coreboot bios table copying by delaying to after...
2009-07-25 Kevin O'ConnorUpdate TODO items.
2009-07-25 Kevin O'ConnorAdd malloc_high/fseg() and rework bios table creation...
2009-05-06 Kevin O'ConnorAdd support for field width argument to %x (eg, %08x).
2009-04-27 Kevin O'ConnorMinor - simplify add_e820() function.
2009-02-28 Kevin O'ConnorMinor - simplify add_e820() function.
2009-02-18 Kevin O'ConnorClear out the BiosTableSpace array on each boot.
2009-02-08 Kevin O'ConnorMinor - rename BX_PANIC to panic.
2009-01-18 Kevin O'ConnorReserve space for buffers in f-segment; don't allocate...
2009-01-17 Kevin O'ConnorTry to automatically fit sections into open spaces...
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-11 Kevin O'ConnorVarious minor comment updates.
2008-11-29 Kevin O'ConnorDon't reset .bss on reboots.
2008-11-08 Kevin O'ConnorUpdate e820 map in place instead of copying it.
2008-08-30 Kevin O'ConnorPrint out percentage of space used for bios tables...
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-07-04 Kevin O'ConnorBreakup rombios32.c into pciinit.c and smbios.c
2008-06-21 Kevin O'ConnorMake 0xa0000 - 0x10000 a "gap" in the e820 map.
2008-06-12 Kevin O'ConnorSupport auto-merging e820 maps of same type.
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation - include files...