grml...
[seabios.git] / src / types.h
2010-12-05 Kevin O'ConnorRequire a "_cfuncXX_" symbol prefix for inter-mode...
2010-09-16 Kevin O'ConnorSeparate out init code from the rest of the 32bit flat...
2010-04-17 Kevin O'ConnorAdd __attribute__((__malloc__)) declaration to internal...
2010-03-20 Kevin O'ConnorDon't move EBDA while an optionrom is running (CONFIG_T...
2010-01-03 Kevin O'ConnorReduce #ifs by weeding out some cross-chunk function...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2010-01-01 Kevin O'ConnorForce a link error if a function is used from the wrong...
2010-01-01 Kevin O'ConnorAdd __noreturn define for __attribute__((noreturn)).
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-09-28 Kevin O'ConnorReplace clock conversion constants with defines.
2009-09-09 Kevin O'ConnorRename VAR16_32 to VAR16VISIBLE.
2009-08-30 Kevin O'ConnorCleanups for malloc code.
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-06-16 Kevin O'ConnorUnify mode16/32 compiler checks.
2009-06-11 Kevin O'ConnorAdd support for gcc v3.x compilers.
2009-06-11 Kevin O'ConnorDo garbage collection of unused sections.
2009-01-17 Kevin O'ConnorMove variables from assembler to C code.
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-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.