aboutsummaryrefslogtreecommitdiffstats
path: root/src/memmap.c
Commit message (Expand)AuthorAgeFilesLines
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-2/+2
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.Kevin O'Connor2013-02-201-3/+3
* Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor2013-02-181-0/+4
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-1/+1
* EBDA cleanups.Kevin O'Connor2012-05-201-1/+1
* Whitespace changes - replace handful of tabs in core code with spaces.Kevin O'Connor2012-03-141-9/+9
* output: Add 64bit hex print support.Kevin O'Connor2012-03-061-4/+2
* Print E820 type names as well as numbers, as a debug aidIan Campbell2011-05-141-2/+16
* Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor2010-09-251-7/+0
* Rework malloc to use a "first fit" algorithm.Kevin O'Connor2010-06-061-17/+0
* Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor2010-02-141-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-3/+3
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-0/+17
* Add Post Memory Manager (PMM) support.Kevin O'Connor2009-08-011-90/+0
* Fix coreboot bios table copying by delaying to after memory scan.Kevin O'Connor2009-07-281-2/+7
* Update TODO items.Kevin O'Connor2009-07-251-1/+1
* Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor2009-07-251-13/+90
* Add support for field width argument to %x (eg, %08x).Kevin O'Connor2009-05-051-2/+2
* Minor - simplify add_e820() function.Kevin O'Connor2009-04-261-14/+11
* Minor - simplify add_e820() function.Kevin O'Connor2009-02-271-33/+28
* Clear out the BiosTableSpace array on each boot.Kevin O'Connor2009-02-171-0/+1
* Minor - rename BX_PANIC to panic.Kevin O'Connor2009-02-081-1/+1
* Reserve space for buffers in f-segment; don't allocate from freespace.Kevin O'Connor2009-01-171-17/+4
* Try to automatically fit sections into open spaces in the fixed area.Kevin O'Connor2009-01-171-5/+5
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Various minor comment updates.Kevin O'Connor2008-12-101-1/+1
* Don't reset .bss on reboots.Kevin O'Connor2008-11-291-0/+1
* Update e820 map in place instead of copying it.Kevin O'Connor2008-11-081-15/+10
* Print out percentage of space used for bios tables during boot.Kevin O'Connor2008-08-291-4/+7
* Use ld to build final rom; remove custom build utilities.Kevin O'Connor2008-07-051-2/+5
* Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.Kevin O'Connor2008-07-041-2/+2
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-0/+1
* Breakup rombios32.c into pciinit.c and smbios.cKevin O'Connor2008-07-041-0/+4
* Make 0xa0000 - 0x10000 a "gap" in the e820 map.Kevin O'Connor2008-06-211-2/+4
* Support auto-merging e820 maps of same type.Kevin O'Connor2008-06-111-10/+25
* Enhance e820 memory map generation - include files missing from last commit.Kevin O'Connor2008-06-081-0/+138