| Commit message (Expand) | Author | Age | Files | Lines |
* | We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. | Uwe Hermann | 2010-10-12 | 1 | -1/+2 |
* | Factor out a few commonly duplicated functions from northbridge.c. | Uwe Hermann | 2010-10-11 | 1 | -39/+0 |
* | Rename build system variables to be more intuitive, and | Patrick Georgi | 2010-09-30 | 1 | -1/+1 |
* | Cut the crap. | Uwe Hermann | 2010-09-21 | 1 | -1/+1 |
* | Instead of requiring users to modify qemu to allow writes to | Kevin O'Connor | 2010-09-06 | 1 | -8/+33 |
* | Restructured all vendors' Kconfig files to no longer source the boards' | Jens Rottmann | 2010-08-30 | 2 | -7/+18 |
* | Remove unused mainboard_config definitions. Trivial. | Myles Watson | 2010-08-26 | 1 | -5/+2 |
* | Re-integrate "USE_OPTION_TABLE" code. | Edwin Beasant | 2010-07-06 | 2 | -2/+2 |
* | Always enable parent resources before child resources. | Myles Watson | 2010-06-17 | 1 | -2/+2 |
* | Same conversion as with resources from static arrays to lists, except | Myles Watson | 2010-06-09 | 1 | -2/+2 |
* | Remove pc80/serial.c includes in ROMCC boards and include | Patrick Georgi | 2010-05-09 | 1 | -1/+0 |
* | Drop console/console.c and pc80/serial.c from mainboards' | Patrick Georgi | 2010-05-08 | 1 | -1/+1 |
* | Qemu, despite "emulating" an intel chipset, uses the CMOS to | Valdimir Serbinenko | 2010-05-03 | 1 | -49/+33 |
* | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer | 2010-04-27 | 4 | -6/+6 |
* | Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so... | Myles Watson | 2010-04-08 | 1 | -1/+1 |
* | cpu/emulation/qemu-x86 doesn't exist anymore, as this | Patrick Georgi | 2010-04-08 | 3 | -4/+4 |
* | This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and | Stefan Reinauer | 2010-03-31 | 1 | -1/+1 |
* | This drops the ASSEMBLY define from romstage.c, too | Stefan Reinauer | 2010-03-29 | 1 | -2/+1 |
* | qemu: drop "northbridge.c" from src/cpu/... | Stefan Reinauer | 2010-03-29 | 5 | -3/+168 |
* | __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into | Stefan Reinauer | 2010-03-29 | 1 | -1/+1 |
* | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer | 2010-03-22 | 1 | -1/+1 |
* | Rework boolean expression (DeMorgan and all) for | Patrick Georgi | 2010-03-18 | 1 | -14/+0 |
* | Remove fallback/normal handling in mainboards' | Patrick Georgi | 2010-03-18 | 1 | -15/+0 |
* | - make HAVE_HARD_RESET match what newconfig did | Patrick Georgi | 2010-02-27 | 1 | -2/+0 |
* | Remove nonsensical wrapper for function in | Stefan Reinauer | 2010-02-23 | 1 | -1/+1 |
* | Forgot a CBFS_PREFIX change in appropriate commit (r5102). | Patrick Georgi | 2010-02-10 | 1 | -20/+0 |
* | Move all the copies of the romstage.inc rule to | Patrick Georgi | 2010-02-09 | 1 | -0/+1 |
* | janitor task: unify and cleanup naming. | Stefan Reinauer | 2010-02-08 | 1 | -0/+0 |
* | newconfig is no more. | Patrick Georgi | 2010-02-07 | 2 | -271/+0 |
* | Make qemu use the udelay function in src/pc80/udelay_io.c | Patrick Georgi | 2010-01-11 | 2 | -10/+2 |
* | - Makefile.romccboard.inc supports tinybootblock romcc boards, too. | Patrick Georgi | 2010-01-08 | 1 | -15/+2 |
* | Kconfig builds all boards now. | Patrick Georgi | 2010-01-06 | 1 | -0/+5 |
* | * Explicitly add __PRE_RAM__ where it should be added. | Stefan Reinauer | 2010-01-05 | 2 | -0/+2 |
* | Tiny Bootblock, step 1/n. | Patrick Georgi | 2009-12-23 | 2 | -6/+1 |
* | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | Myles Watson | 2009-11-12 | 1 | -0/+1 |
* | Remove drivers/pci/onboard. The only purpose was for option ROMs, which are | Myles Watson | 2009-11-06 | 1 | -1/+0 |
* | Fix some builds with Kconfig. | Myles Watson | 2009-10-28 | 1 | -0/+5 |
* | Major cleanups of the hard_reset() code and config in coreboot. | - supermicro/x6dhe_g/auto.c | 2009-10-24 | 1 | -1/+0 |
* | Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be | Myles Watson | 2009-10-20 | 1 | -1/+0 |
* | Fix all board names in Kconfig as per wiki / vendor website. | Uwe Hermann | 2009-10-20 | 1 | -1/+1 |
* | Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ | Peter Stuge | 2009-10-17 | 1 | -1/+1 |
* | Set default ROM sizes per-board to match the ROM chip that came | Uwe Hermann | 2009-10-16 | 1 | -0/+1 |
* | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson | 2009-10-15 | 4 | -8/+10 |
* | Remove useless udelay() duplication. | Uwe Hermann | 2009-10-11 | 2 | -20/+1 |
* | Drop "select CONSOLE_SERIAL8250" from QEMU, it's default-y anyway. | Uwe Hermann | 2009-10-10 | 1 | -1/+0 |
* | Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards | Uwe Hermann | 2009-10-07 | 1 | -1/+1 |
* | Various fixes to Kconfig: All kconfig-boards should have a | Patrick Georgi | 2009-10-06 | 1 | -0/+5 |
* | This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. | Patrick Georgi | 2009-10-04 | 2 | -11/+2 |
* | Remove: | Patrick Georgi | 2009-10-03 | 1 | -2/+0 |
* | Remove duplicate and not too useful Kconfig board comments as | Uwe Hermann | 2009-10-03 | 1 | -3/+1 |