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