Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
33d5118d4482bc6e7ec08680c1fe343bd2c73d1f
/
src
/
pmm.c
33d5118
Minor - verify UMB dummy optionrom header size doesn't overflow.
by Kevin O'Connor
· 12 years ago
5e01908
Allow optionroms and "low mem" to share space.
by Kevin O'Connor
· 12 years ago
9c98517
Use the e-segment instead of the 9-segment for bios "low mem".
by Kevin O'Connor
· 12 years ago
890d985
Fix missing NULL pointer checks causing boot failure on 1meg machines.
by Kevin O'Connor
· 12 years ago
8b9137d
Allow free space in f-segment to be used by malloc_fseg().
by Kevin O'Connor
· 12 years ago
1313b78
Remove 16bit wrappers from PMM code.
by Kevin O'Connor
· 12 years ago
533b628
Run option rom visible PMM code in 32bit mode instead of 16bit mode.
by Kevin O'Connor
· 12 years ago
4d96edc
Cleanup - it's no longer necessary to manually reset global variables.
by Kevin O'Connor
· 13 years ago
e826465
Enable optionroms to use freed space due to CONFIG_RELOCATE_INIT.
by Kevin O'Connor
· 13 years ago
025cabd
Move init code from _start() to post().
by Kevin O'Connor
· 13 years ago
8f59aa3
Introduce memcpy_fl - a memcpy on "flat" pointers.
by Kevin O'Connor
· 14 years ago
42a1d4c
Rework malloc to use a "first fit" algorithm.
by Kevin O'Connor
· 14 years ago
f9a774c
Add __attribute__((__malloc__)) declaration to internal malloc funcs.
by Kevin O'Connor
· 14 years ago
d7eb27e
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
by Kevin O'Connor
· 14 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 14 years ago
871e0a0
Add support for 32bit PCI BIOS entry.
by Kevin O'Connor
· 14 years ago
eda2c83
Only add "addr32" to memory accesses that require them.
by Kevin O'Connor
· 14 years ago
52a300f
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
by Kevin O'Connor
· 14 years ago
c945b2f
Clear unused parts of f-segment.
by Kevin O'Connor
· 14 years ago
8f4409b
Clear PMMAllocs even if CONFIG_PMM not set.
by Kevin O'Connor
· 14 years ago
d948e2b
Use pmm_malloc() for internal allocations.
by Kevin O'Connor
· 14 years ago
7bd5a8f
Workaround gcc4.3 compiler error - disable pmm low mem allocations.
by Kevin O'Connor
· 14 years ago
f416fe9
Add support for permanent low memory allocations.
by Kevin O'Connor
· 14 years ago
415d429
Cleanups for malloc code.
by Kevin O'Connor
· 14 years ago
0e9fd61
Add initial support for PMM allocations of permanent memory.
by Kevin O'Connor
· 14 years ago
a3855ad
Add support for using floppy images in CBFS.
by Kevin O'Connor
· 14 years ago
9c3e747
Fix some PMM corner-cases.
by Kevin O'Connor
· 14 years ago
0bf9270
Add Post Memory Manager (PMM) support.
by Kevin O'Connor
· 14 years ago
e54ee38
Add PMM stubs.
by Kevin O'Connor
· 14 years ago