Age | Commit message (Expand) | Author |
2013-06-14 | qemu: move i440fx bits | Gerd Hoffmann |
2013-06-06 | qemu: copy dsdt tables from SeaBIOS, adapt for coreboot and enable acpi | Gerd Hoffmann |
2013-06-06 | qemu: wind up new cpu chip | Gerd Hoffmann |
2013-06-05 | qemu: add power management function to device tree | Gerd Hoffmann |
2013-06-05 | qemu: Initial support for the qemu firmware config interface. | Gerd Hoffmann |
2013-06-05 | qemu: fix IRQ routing setup | Gerd Hoffmann |
2013-05-29 | qemu: remove vga hook | Gerd Hoffmann |
2013-05-08 | copy_and_run: drop boot_complete parameter | Stefan Reinauer |
2013-05-08 | hardwaremain: drop boot_complete parameter | Stefan Reinauer |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-28 | CBMEM: always initialize early if the board supports it | Stefan Reinauer |
2013-02-28 | Drop SRC_ROOT from mainboard Makefile.incs | Stefan Reinauer |
2013-02-28 | Drop CONFIG_WRITE_HIGH_TABLES | Stefan Reinauer |
2013-02-25 | QEMU x86: northbridge.c: Name enabling device function to `northbridge_enable` | Paul Menzel |
2013-02-25 | mainboard.c: Name enable_dev function uniformly `mainboard_enable` | Paul Menzel |
2013-02-21 | ARMV7: create a correct LB_SERIAL table entry | Ronald G. Minnich |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2013-02-12 | armv7: Add emulation/qemu-armv7 board. | Hung-Te Lin |
2013-02-09 | romcc: Use default romcc flags for most boards | Patrick Georgi |
2013-01-08 | qemu-x86: Implement more features | Stefan Reinauer |
2012-11-29 | Drop empty mainboard_ops | Kyösti Mälkki |
2012-11-28 | Remove assembly coded log2 function | Ronald G. Minnich |
2012-11-16 | Fix PIRQ routing abstraction | Stefan Reinauer |
2012-11-06 | Drop redundant CHIP_NAME in mainboard.c | Kyösti Mälkki |
2012-10-07 | Remove chip.h files without config structure | Kyösti Mälkki |
2012-08-22 | Auto-declare chip_operations | Kyösti Mälkki |
2012-08-03 | Fix mainboard level enable_dev() | Kyösti Mälkki |
2012-07-26 | Drop mainboard chip.h | Stefan Reinauer |
2012-05-08 | Clean up #ifs | Patrick Georgi |
2012-04-27 | Move top level pc80 directory to drivers/ | Stefan Reinauer |
2012-03-08 | Unify Local APIC address definitions | Patrick Georgi |
2011-10-28 | Get rid of the old romstage-as-bootblock ROM layout | Patrick Georgi |
2011-08-26 | Add automatic SMBIOS table generation | Sven Schnelle |
2011-06-04 | WARNINGS_ARE_ERRORS is y per default, don't set it twice. | Stefan Reinauer |
2011-04-20 | run uart_init() from console_init, just like the other console initialization... | Stefan Reinauer |
2011-04-19 | Drop baud rate init to an arbitrary baud rate from Super I/O code. ... | Stefan Reinauer |
2010-12-13 | We hardcode highmemory size in every northbridge! This is bad, and especiall... | Rudolf Marek |
2010-11-21 | Simplify a few code chunks, fix whitespace and indentation. | Uwe Hermann |
2010-10-12 | We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it. | Uwe Hermann |
2010-10-11 | Factor out a few commonly duplicated functions from northbridge.c. | Uwe Hermann |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-09-21 | Cut the crap. | Uwe Hermann |
2010-09-06 | Instead of requiring users to modify qemu to allow writes to | Kevin O'Connor |
2010-08-30 | Restructured all vendors' Kconfig files to no longer source the boards' | Jens Rottmann |
2010-08-26 | Remove unused mainboard_config definitions. Trivial. | Myles Watson |
2010-07-06 | Re-integrate "USE_OPTION_TABLE" code. | Edwin Beasant |
2010-06-17 | Always enable parent resources before child resources. | Myles Watson |
2010-06-09 | Same conversion as with resources from static arrays to lists, except | Myles Watson |
2010-05-09 | Remove pc80/serial.c includes in ROMCC boards and include | Patrick Georgi |
2010-05-08 | Drop console/console.c and pc80/serial.c from mainboards' | Patrick Georgi |
2010-05-03 | Qemu, despite "emulating" an intel chipset, uses the CMOS to | Valdimir Serbinenko |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-08 | Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so... | Myles Watson |
2010-04-08 | cpu/emulation/qemu-x86 doesn't exist anymore, as this | Patrick Georgi |
2010-03-31 | This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and | Stefan Reinauer |
2010-03-29 | This drops the ASSEMBLY define from romstage.c, too | Stefan Reinauer |
2010-03-29 | qemu: drop "northbridge.c" from src/cpu/... | Stefan Reinauer |
2010-03-29 | __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-18 | Rework boolean expression (DeMorgan and all) for | Patrick Georgi |
2010-03-18 | Remove fallback/normal handling in mainboards' | Patrick Georgi |
2010-02-27 | - make HAVE_HARD_RESET match what newconfig did | Patrick Georgi |
2010-02-23 | Remove nonsensical wrapper for function in | Stefan Reinauer |
2010-02-10 | Forgot a CBFS_PREFIX change in appropriate commit (r5102). | Patrick Georgi |
2010-02-09 | Move all the copies of the romstage.inc rule to | Patrick Georgi |
2010-02-08 | janitor task: unify and cleanup naming. | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-01-11 | Make qemu use the udelay function in src/pc80/udelay_io.c | Patrick Georgi |
2010-01-08 | - Makefile.romccboard.inc supports tinybootblock romcc boards, too. | Patrick Georgi |
2010-01-06 | Kconfig builds all boards now. | Patrick Georgi |
2010-01-05 | * Explicitly add __PRE_RAM__ where it should be added. | Stefan Reinauer |
2009-12-23 | Tiny Bootblock, step 1/n. | Patrick Georgi |
2009-11-12 | Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu. | Myles Watson |
2009-11-06 | Remove drivers/pci/onboard. The only purpose was for option ROMs, which are | Myles Watson |
2009-10-28 | Fix some builds with Kconfig. | Myles Watson |
2009-10-24 | Major cleanups of the hard_reset() code and config in coreboot. | - supermicro/x6dhe_g/auto.c |
2009-10-20 | Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be | Myles Watson |
2009-10-20 | Fix all board names in Kconfig as per wiki / vendor website. | Uwe Hermann |
2009-10-17 | Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ | Peter Stuge |
2009-10-16 | Set default ROM sizes per-board to match the ROM chip that came | Uwe Hermann |
2009-10-15 | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson |
2009-10-11 | Remove useless udelay() duplication. | Uwe Hermann |
2009-10-10 | Drop "select CONSOLE_SERIAL8250" from QEMU, it's default-y anyway. | Uwe Hermann |
2009-10-07 | Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards | Uwe Hermann |
2009-10-06 | Various fixes to Kconfig: All kconfig-boards should have a | Patrick Georgi |
2009-10-04 | This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. | Patrick Georgi |
2009-10-03 | Remove: | Patrick Georgi |
2009-10-03 | Remove duplicate and not too useful Kconfig board comments as | Uwe Hermann |
2009-09-24 | Make all Kconfig enabled boards build (tested with kbuildall). | Patrick Georgi |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-06-30 | the tool chain settings should not be in renamed (as they will never live in | Stefan Reinauer |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-16 | These changes implement car in qemu. The implementation is in several | Ronald G. minnich |
2009-06-06 | Change the CBFS build process to use coreboot.rom | Patrick Georgi |
2009-05-29 | rename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to CONFIG_PCI_OPTION_ROM_RUN... | Joseph Smith |
2009-05-11 | This patch adds high table support to qemu. It was already added to | Myles Watson |
2009-04-25 | Enable CBFS for qemu and kontron. Both are builds-and-runs | Patrick Georgi |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |
2009-04-07 | This tested ok, but qemu can't really handle c0000 as RAM. | Ronald G. Minnich |