Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't reset .bss on reboots. | Kevin O'Connor | 2008-11-29 | 1 | -0/+1 |
* | Update e820 map in place instead of copying it. | Kevin O'Connor | 2008-11-08 | 1 | -15/+10 |
* | Print out percentage of space used for bios tables during boot. | Kevin O'Connor | 2008-08-29 | 1 | -4/+7 |
* | Use ld to build final rom; remove custom build utilities. | Kevin O'Connor | 2008-07-05 | 1 | -2/+5 |
* | Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR. | Kevin O'Connor | 2008-07-04 | 1 | -2/+2 |
* | Extract 'struct bregs' out of biosvar.h; clean up header includes. | Kevin O'Connor | 2008-07-04 | 1 | -0/+1 |
* | Breakup rombios32.c into pciinit.c and smbios.c | Kevin O'Connor | 2008-07-04 | 1 | -0/+4 |
* | Make 0xa0000 - 0x10000 a "gap" in the e820 map. | Kevin O'Connor | 2008-06-21 | 1 | -2/+4 |
* | Support auto-merging e820 maps of same type. | Kevin O'Connor | 2008-06-11 | 1 | -10/+25 |
* | Enhance e820 memory map generation - include files missing from last commit. | Kevin O'Connor | 2008-06-08 | 1 | -0/+138 |