Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
8e385143b7656914052e386a885d8fee44593ca3
/
src
/
memmap.c
8e38514
e820: Introduce e820_remove() and avoid exporting E820_HOLE
by Kevin O'Connor
· 7 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 9 years ago
fa9c66a
Rename util.c to string.c and introduce string.h.
by Kevin O'Connor
· 9 years ago
e52ad39
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
by Kevin O'Connor
· 9 years ago
89a2f96
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
by Kevin O'Connor
· 9 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 9 years ago
4bc4997
EBDA cleanups.
by Kevin O'Connor
· 10 years ago
7a08ae7
Whitespace changes - replace handful of tabs in core code with spaces.
by Kevin O'Connor
· 10 years ago
c04090d
output: Add 64bit hex print support.
by Kevin O'Connor
· 10 years ago
1f4e862
Print E820 type names as well as numbers, as a debug aid
by Ian Campbell
· 11 years ago
4d96edc
Cleanup - it's no longer necessary to manually reset global variables.
by Kevin O'Connor
· 12 years ago
42a1d4c
Rework malloc to use a "first fit" algorithm.
by Kevin O'Connor
· 12 years ago
cfdc13f
Introduce standard warnings for allocation failures and timeouts.
by Kevin O'Connor
· 12 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 13 years ago
a3855ad
Add support for using floppy images in CBFS.
by Kevin O'Connor
· 13 years ago
0bf9270
Add Post Memory Manager (PMM) support.
by Kevin O'Connor
· 13 years ago
df5a5fd
Fix coreboot bios table copying by delaying to after memory scan.
by Kevin O'Connor
· 13 years ago
98571be
Update TODO items.
by Kevin O'Connor
· 13 years ago
2929c35
Add malloc_high/fseg() and rework bios table creation to use them.
by Kevin O'Connor
· 13 years ago
91b53a7
Add support for field width argument to %x (eg, %08x).
by Kevin O'Connor
· 13 years ago
1bedcc0
Minor - simplify add_e820() function.
by Kevin O'Connor
· 13 years ago
5d8ec3e
Minor - simplify add_e820() function.
by Kevin O'Connor
· 13 years ago
0763381
Clear out the BiosTableSpace array on each boot.
by Kevin O'Connor
· 13 years ago
e07e18e
Minor - rename BX_PANIC to panic.
by Kevin O'Connor
· 13 years ago
df2c19a
Reserve space for buffers in f-segment; don't allocate from freespace.
by Kevin O'Connor
· 13 years ago
711ddc6
Try to automatically fit sections into open spaces in the fixed area.
by Kevin O'Connor
· 13 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 13 years ago
9649a96
Various minor comment updates.
by Kevin O'Connor
· 14 years ago
acf1374
Don't reset .bss on reboots.
by Kevin O'Connor
· 14 years ago
d995b3d
Update e820 map in place instead of copying it.
by Kevin O'Connor
· 14 years ago
15b3165
Print out percentage of space used for bios tables during boot.
by Kevin O'Connor
· 14 years ago
2fda7cb
Use ld to build final rom; remove custom build utilities.
by Kevin O'Connor
· 14 years ago
e3677b1
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
by Kevin O'Connor
· 14 years ago
9521e26
Extract 'struct bregs' out of biosvar.h; clean up header includes.
by Kevin O'Connor
· 14 years ago
0525d29
Breakup rombios32.c into pciinit.c and smbios.c
by Kevin O'Connor
· 14 years ago
b8d7a47
Make 0xa0000 - 0x10000 a "gap" in the e820 map.
by Kevin O'Connor
· 14 years ago
aa0c66d
Support auto-merging e820 maps of same type.
by Kevin O'Connor
· 14 years ago
59a23bb
Enhance e820 memory map generation - include files missing from last commit.
by Kevin O'Connor
· 14 years ago