index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
memmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-2
/
+2
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
Kevin O'Connor
2013-02-20
1
-3
/
+3
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-0
/
+4
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-1
/
+1
*
EBDA cleanups.
Kevin O'Connor
2012-05-20
1
-1
/
+1
*
Whitespace changes - replace handful of tabs in core code with spaces.
Kevin O'Connor
2012-03-14
1
-9
/
+9
*
output: Add 64bit hex print support.
Kevin O'Connor
2012-03-06
1
-4
/
+2
*
Print E820 type names as well as numbers, as a debug aid
Ian Campbell
2011-05-14
1
-2
/
+16
*
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
2010-09-25
1
-7
/
+0
*
Rework malloc to use a "first fit" algorithm.
Kevin O'Connor
2010-06-06
1
-17
/
+0
*
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
2010-02-14
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-3
/
+3
*
Add support for using floppy images in CBFS.
Kevin O'Connor
2009-08-16
1
-0
/
+17
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
1
-90
/
+0
*
Fix coreboot bios table copying by delaying to after memory scan.
Kevin O'Connor
2009-07-28
1
-2
/
+7
*
Update TODO items.
Kevin O'Connor
2009-07-25
1
-1
/
+1
*
Add malloc_high/fseg() and rework bios table creation to use them.
Kevin O'Connor
2009-07-25
1
-13
/
+90
*
Add support for field width argument to %x (eg, %08x).
Kevin O'Connor
2009-05-05
1
-2
/
+2
*
Minor - simplify add_e820() function.
Kevin O'Connor
2009-04-26
1
-14
/
+11
*
Minor - simplify add_e820() function.
Kevin O'Connor
2009-02-27
1
-33
/
+28
*
Clear out the BiosTableSpace array on each boot.
Kevin O'Connor
2009-02-17
1
-0
/
+1
*
Minor - rename BX_PANIC to panic.
Kevin O'Connor
2009-02-08
1
-1
/
+1
*
Reserve space for buffers in f-segment; don't allocate from freespace.
Kevin O'Connor
2009-01-17
1
-17
/
+4
*
Try to automatically fit sections into open spaces in the fixed area.
Kevin O'Connor
2009-01-17
1
-5
/
+5
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Various minor comment updates.
Kevin O'Connor
2008-12-10
1
-1
/
+1
*
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