USB EHCI should yield() whil waiting for controller to ack reset.
[seabios.git] / src / rombios16.lds.S
2010-01-10 Kevin O'ConnorAdd explicit Program Headers to linker scripts.
2009-12-19 Kevin O'ConnorFix potential build failure due to text16 section being...
2009-11-04 Kevin O'ConnorVerify 16bit code doesn't rely on any "discarded" sections.
2009-09-20 Kevin O'ConnorAllow rom to grow beyond 64K.
2009-05-23 Kevin O'ConnorEliminate "_code32_" prefix on 32bit symbols referenced...
2009-05-23 Kevin O'ConnorPack 16bit code into last part of f-segment.
2009-04-09 Kevin O'ConnorRework linker scripts so they work on new version of ld.
2009-01-18 Kevin O'ConnorMinor - don't force align the 32 bss.
2009-01-17 Kevin O'ConnorTry to automatically fit sections into open spaces...
2009-01-17 Kevin O'ConnorLayout fixed area using linker instead of assembler.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-30 Kevin O'ConnorAdd more linker protections around variables accessed...
2008-12-13 Kevin O'ConnorCleanup of fixed space addresses.
2008-11-08 Kevin O'ConnorSupport .bss variables in 16bit code (ones that the...
2008-07-06 Kevin O'ConnorRelinking rom32.o twice seems flaky - make third link...
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-05-12 Kevin O'ConnorUse a linker script for 16bit code.