summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/scripts/i386.lds
Commit message (Expand)AuthorAgeFilesLines
* [bios] Add bin-x86_64-pcbios build platformMichael Brown2016-02-161-254/+0Star
* [prefix] Pad .text16 and .data16 segment sizes at build timeMichael Brown2016-02-121-2/+2
* [build] Allow building PCI ROMs with device ID listsMichael Brown2015-04-151-0/+1
* [prefix] Use .bss16 as temporary stack space for calls to install_blockMichael Brown2015-02-241-0/+8
* [build] Fix %.licence build targetMichael Brown2013-07-161-0/+2
* [romprefix] Add a dummy ROM header to cover the .mrom payloadMichael Brown2012-06-121-1/+24
* [build] Fix building on mildly deranged versions of binutilsMichael Brown2011-04-291-13/+13
* [build] Use unique entry symbols for each prefixMichael Brown2011-02-231-2/+0Star
* [build] Ensure an entry point symbol exists in all buildsMichael Brown2011-02-231-0/+2
* [build] Eliminate unused sections at link-timeMichael Brown2011-02-221-5/+9
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-0/+2
* [build] Fix building with binutils 2.16Michael Brown2010-04-271-1/+2
* [prefix] Use area at top of INT 15,88 memory map for temporary decompressionMichael Brown2010-04-251-0/+2
* [prefix] Add .text16.early sectionMichael Brown2010-04-201-6/+16
* [romprefix] Remove .xrom prefixMichael Brown2010-04-201-1/+0Star
* [prefix] Add .xrom prefix for a ROM that loads itself by PCI accessesJoshua Oreman2010-01-201-0/+1
* [linker] Expand and correct symbol requirement macrosJoshua Oreman2009-11-211-0/+1
* [zbin] Change fixup semantics to support ROMs over 128k uncompressedJoshua Oreman2009-08-111-9/+0Star
* [build] Fix calculation of _fileszMichael Brown2008-11-181-6/+6
* [build] Discard junk sections created by newer gcc versionsMichael Brown2008-11-181-0/+6
* [build] Use ".bss.*" names for uninitialised-data sectionsMichael Brown2008-10-171-5/+5
* [build] Fix building on Ubuntu 8.04Michael Brown2008-10-171-6/+8
* [i386] Simplify linker script and standardise linker-defined symbol namesMichael Brown2008-10-101-177/+94Star
* [pxe] Add a dummy PXENV+ entry point at UNDI_CS:0000Michael Brown2008-09-061-1/+3
* [pxe] Fill in UNDIROMID pointer in !PXE structureMichael Brown2008-08-281-0/+10
* [pcbios] Support arbitrary splits of the e820 memory mapMichael Brown2008-08-181-1/+0Star
* [pcbios] Prepare for multiple splits of hidden e820 memory regionsMichael Brown2008-08-181-0/+1
* [PXE] Add PMM support to romprefix.S (untested)Michael Brown2008-03-091-0/+2
* Remove the (unused) option to override _prefix_link_addr,Michael Brown2007-12-071-14/+4Star
* Update all prefixes currently referring to _load_size to include aMichael Brown2007-07-161-0/+6
* Rename _rom_size to _load_size_sect, since hdprefix.S also uses it.Michael Brown2007-07-161-1/+1
* Compressed ROM images now work.Michael Brown2007-07-161-0/+25
* Use a single _payload_offset linker-defined variable to locate theMichael Brown2007-07-151-0/+2
* Make _load_size accurately reflect the number of bytes in the actualMichael Brown2007-03-111-2/+0Star
* Prevent NULL from ever pointing to some real code or data. (This wasMichael Brown2006-12-201-0/+6
* Towards making KEEP_IT_REAL work again.Michael Brown2006-08-241-2/+4
* Added null trap code for debugging. (Must be included by addingMichael Brown2006-06-111-0/+1
* Calculate _rom_size for the ROM prefixMichael Brown2006-06-061-0/+1
* Create two easy-to-use entry points in libprefix: install andMichael Brown2006-05-021-16/+21
* Towards a(nother) new real-mode infrastructure, in which we takeMichael Brown2006-05-021-96/+79Star
* isa.c uses the new table infrastructure.Michael Brown2005-04-271-9/+1Star
* dev.c uses the new tables infrastructure.Michael Brown2005-04-271-9/+0Star
* Post-relocation functions use the generic table mechanism.Michael Brown2005-04-271-3/+0Star
* console.c uses the generic table mechanismMichael Brown2005-04-271-7/+4Star
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-261-0/+3
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-3/+9
* All boot device drivers are now lumped together in boot_driversMichael Brown2005-04-121-6/+3Star
* Added post-relocation function table.Michael Brown2005-04-101-0/+5
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+263