Change license from GPLv3 to LGPLv3.
[seabios.git] / src / types.h
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-29 Kevin O'ConnorAdd linker magic to ensure 16bit variables aren't repea...
2008-12-11 Kevin O'ConnorImprove support for old 16bit resume handlers.
2008-07-13 Kevin O'ConnorAlways define macro MODE16 - that way it can be used...
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-05-18 Kevin O'ConnorAuto detect EBDA_SIZE from size of data structure.
2008-05-14 Kevin O'ConnorAdd full support for drives with more that 2<<32 sectors.
2008-05-13 Kevin O'ConnorReduce ide stack usage by reorganizing ata calls.
2008-04-13 Kevin O'ConnorUse __always_inline to force inlining.
2008-04-05 Kevin O'ConnorAdd s64 type to types.h.
2008-03-13 Kevin O'ConnorUpdate interger types in rombios32 code.
2008-03-12 Kevin O'ConnorAdd FIELD_SIZEOF macro to types.h
2008-03-11 Kevin O'ConnorForce functions marked as inline to always be inlined.
2008-03-08 Kevin O'ConnorPort rombios32 code from bochs-bios.
2008-03-08 Kevin O'ConnorRevert "This patch adds the BIOS support for SMP, ACPI...
2008-03-06 Kevin O'ConnorRename VISIBLE macro for better control.
2008-03-06 Kevin O'ConnorThis patch adds the BIOS support for SMP, ACPI, PCI...
2008-03-04 Kevin O'Connortypes.h & ata.h
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorInitial checkin.