summaryrefslogtreecommitdiff
path: root/src/arch/i386/include
AgeCommit message (Expand)Author
2010-11-23Make smp_write_bus static (local scope), to prevent new boards fromPatrick Georgi patrick
2010-11-22Drop unused ACPI_WRITE_MADT_IOAPIC #define.Uwe Hermann
2010-11-22acpi.h: Small fixes and adding comments.Uwe Hermann
2010-11-17Dynamically generate PNP0C02 mainboard resources in SSDTTobias Diedrich
2010-10-25Factor out common mptable code to mptable_init().Uwe Hermann
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-09-27drop excessive blank lineStefan Reinauer
2010-09-09Please find appended. This patch gets rid of the %gs magic altogether,Arne Georg Gleditsch
2010-08-14My forgotten CAR cleanup patch...Stefan Reinauer
2010-06-25Add new function to create all mptable entries for buses byPatrick Georgi
2010-05-20Move generation of mptable entries for ISA to generic code.Patrick Georgi
2010-05-14clean up some prototypesStefan Reinauer
2010-05-09Remove extra NULL #define in amdht code. ThePatrick Georgi
2010-05-09Move includes to where they are needed. This allows to simplifyPatrick Georgi
2010-05-08wipe some old unused code, this has been cleaned up now.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer
2010-04-14Remove few more warnings and some dead code.Myles Watson
2010-04-09fix the broken nvidia chipset boards,Stefan Reinauer
2010-04-091. This patch adds CAR for Intel P6 series processors.Joseph Smith
2010-04-09thin out romcc epilogue and have it call copy_and_run asStefan Reinauer
2010-04-01- get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer
2010-03-30fix ms9652_fam10Stefan Reinauer
2010-03-30this fixes 3 of 4 mainboards failed by the error on missing IRQ_SLOT_COUNT.Stefan Reinauer
2010-03-29Don't include option_table.h every time we include mc146818rtc.h, that was aStefan Reinauer
2010-03-29- drop GCC 2.x workaround, GCC 2.x is not supported anymore.Stefan Reinauer
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-13Fix llshellStefan Reinauer
2010-02-24Enable user selectable bootblocks, and provide a bootblock thatPatrick Georgi
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-22YABEL updateStefan Reinauer
2010-02-16fix APCI typos.Stefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-01-16coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2009-12-23Add mainboard x86emu interrupt function support. Add tim5690 VGA BIOS functio...Libra Li
2009-11-12Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson
2009-11-10* Simplify acpi_add_tableStefan Reinauer
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-24re-order console output functions, add proper prototypes, Stefan Reinauer
2009-10-24move all register fram definitions to arch/register.hStefan Reinauer
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-09-29Remove some warnings.Myles Watson
2009-07-22Fix up the tree again...Stefan Reinauer
2009-07-21clean up acpi table strings, as discussed on the listStefan Reinauer
2009-07-21This fixes a couple of issues with older Linux kernels (that expect an XSDT asStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer