Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
298fce95db03e41d511d1890f3e667c105ac1363
/
tools
/
layoutrom.py
90ebed4
Minor - ensure build can handle some gcc/linker section declarations.
by Kevin O'Connor
· 12 years ago
c91da7a
Avoid runtime relocation of 16bit "low" mem - calculate at build instead.
by Kevin O'Connor
· 12 years ago
5e01908
Allow optionroms and "low mem" to share space.
by Kevin O'Connor
· 12 years ago
46b8262
Add mechanism to declare variables as "low mem" and use for extra stack.
by Kevin O'Connor
· 12 years ago
805ede2
Permit .rodata.__PRETTY_FUNCTION__. sections in roms.
by Kevin O'Connor
· 13 years ago
47c8e31
Rename the apm, pcibios, and elf entry points.
by Kevin O'Connor
· 13 years ago
67863be
Enhance layoutrom.py to work around a binutils quirk.
by Kevin O'Connor
· 14 years ago
f3fe3aa
Require a "_cfuncXX_" symbol prefix for inter-mode c function references.
by Kevin O'Connor
· 14 years ago
402fd9c
Enhance build to emit relocation information.
by Kevin O'Connor
· 14 years ago
d1b4f96
Separate out init code from the rest of the 32bit flat code.
by Kevin O'Connor
· 14 years ago
1a4885e
Modify tools/layoutrom.py to use classes instead of tuples.
by Kevin O'Connor
· 14 years ago
6c2e781
Use str.startswith() in python scripts.
by Kevin O'Connor
· 14 years ago
9ba1dea
Simplify build by manually resolving external symbols in layoutrom.py.
by Kevin O'Connor
· 14 years ago
fdca418
Force a link error if a function is used from the wrong code chunk.
by Kevin O'Connor
· 15 years ago
871e0a0
Add support for 32bit PCI BIOS entry.
by Kevin O'Connor
· 15 years ago
2ceeec9
Fix potential build failure due to text16 section being too large.
by Kevin O'Connor
· 15 years ago
5b8f809
Allow rom to grow beyond 64K.
by Kevin O'Connor
· 15 years ago
e6f527a
Fix bug causing layoutrom.py to break if no rodata sections.
by Kevin O'Connor
· 15 years ago
c069394
Do garbage collection of unused sections.
by Kevin O'Connor
· 15 years ago
b1a0d3a
Pack 16bit code into last part of f-segment.
by Kevin O'Connor
· 15 years ago
76f0bed
Minor - improve space used reporting in tools/layoutrom.py.
by Kevin O'Connor
· 16 years ago
db802ad
Have layoutrom.py show info on utilization of fixed area.
by Kevin O'Connor
· 16 years ago
711ddc6
Try to automatically fit sections into open spaces in the fixed area.
by Kevin O'Connor
· 16 years ago
202024a
Layout fixed area using linker instead of assembler.
by Kevin O'Connor
· 16 years ago