Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
12fa24aa5bd47a670e50c3a117693e7522d45c4f
/
src
/
pmm.c
8f59aa3
Introduce memcpy_fl - a memcpy on "flat" pointers.
by Kevin O'Connor
· 12 years ago
42a1d4c
Rework malloc to use a "first fit" algorithm.
by Kevin O'Connor
· 12 years ago
f9a774c
Add __attribute__((__malloc__)) declaration to internal malloc funcs.
by Kevin O'Connor
· 12 years ago
d7eb27e
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
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
· 12 years ago
871e0a0
Add support for 32bit PCI BIOS entry.
by Kevin O'Connor
· 12 years ago
eda2c83
Only add "addr32" to memory accesses that require them.
by Kevin O'Connor
· 13 years ago
52a300f
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
by Kevin O'Connor
· 13 years ago
c945b2f
Clear unused parts of f-segment.
by Kevin O'Connor
· 13 years ago
8f4409b
Clear PMMAllocs even if CONFIG_PMM not set.
by Kevin O'Connor
· 13 years ago
d948e2b
Use pmm_malloc() for internal allocations.
by Kevin O'Connor
· 13 years ago
7bd5a8f
Workaround gcc4.3 compiler error - disable pmm low mem allocations.
by Kevin O'Connor
· 13 years ago
f416fe9
Add support for permanent low memory allocations.
by Kevin O'Connor
· 13 years ago
415d429
Cleanups for malloc code.
by Kevin O'Connor
· 13 years ago
0e9fd61
Add initial support for PMM allocations of permanent memory.
by Kevin O'Connor
· 13 years ago
a3855ad
Add support for using floppy images in CBFS.
by Kevin O'Connor
· 13 years ago
9c3e747
Fix some PMM corner-cases.
by Kevin O'Connor
· 13 years ago
0bf9270
Add Post Memory Manager (PMM) support.
by Kevin O'Connor
· 13 years ago
e54ee38
Add PMM stubs.
by Kevin O'Connor
· 13 years ago