Age | Commit message (Expand) | Author |
2010-05-25 | also rename the config option. | Stefan Reinauer |
2010-05-25 | fix most usbdebug warnings and fix function names. | Stefan Reinauer |
2010-05-25 | Long ago we agreed on kicking the _direct appendix because everything in | Stefan Reinauer |
2010-05-20 | Move generation of mptable entries for ISA to generic code. | Patrick Georgi |
2010-05-16 | Following patch reprograms SIL3114 into PCI IDE native mode compatible class ... | Rudolf Marek |
2010-05-14 | Remove another set of includes from Fam10 romstages: | Patrick Georgi |
2010-05-14 | license header fixes | Nils Jacobs |
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-06 | Remove duplicate Kconfig entry. Trivial. | Patrick Georgi |
2010-05-05 | Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-25 | try to unify timing initialization across those boards that need it... | Stefan Reinauer |
2010-04-16 | zero warnings days: unify mp tables. fix warnings. | Stefan Reinauer |
2010-04-15 | remove more warnings. move ROOT_COMPLEX selection to fam10 | Stefan Reinauer |
2010-04-15 | zero warnings days... | Stefan Reinauer |
2010-04-15 | Remove a few more warnings from fam10. | Myles Watson |
2010-04-14 | zero warning days. Move RAMTOP and RAMBASE together. | Stefan Reinauer |
2010-04-14 | drop quite a lot of dead code that did nothing but produce warnings and make | Stefan Reinauer |
2010-04-14 | move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. | Stefan Reinauer |
2010-04-09 | zero warning days. | Stefan Reinauer |
2010-04-09 | zero warnings days. | Stefan Reinauer |
2010-04-09 | copy_and_run.c is not needed twice, and it is used on non-car too. | Stefan Reinauer |
2010-04-09 | Copy acpi blobs in two parts to make sure gcc does the right thing. | Myles Watson |
2010-04-08 | Clean up fidvid files using indent. | Myles Watson |
2010-04-08 | Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so... | Myles Watson |
2010-04-07 | move amd K8/Fam10 "bus detection" function prototypes to a common place. | Stefan Reinauer |
2010-04-07 | switch some ROMCC boards back to ROMCC. | Stefan Reinauer |
2010-04-07 | - unify use of SB_HT_CHAIN_UNITID_OFFSET_ONLY | Stefan Reinauer |
2010-04-06 | No warnings day, next round. | Stefan Reinauer |
2010-04-03 | remove more warnings | Stefan Reinauer |
2010-04-01 | -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-31 | This patch drops arch/i386/lib/console.c and arch/i386/lib/console_print.c and | Stefan Reinauer |
2010-03-30 | - drop unneeded Makefile.inc | Stefan Reinauer |
2010-03-30 | drop USE_INIT from mainboard Kconfig files, it's already set in src/Kconfig | Stefan Reinauer |
2010-03-30 | unify cmos.layout wrt AMD extended configuration registers. | Stefan Reinauer |
2010-03-29 | This drops the ASSEMBLY define from romstage.c, too | Stefan Reinauer |
2010-03-29 | __PRE_RAM__ is now correctly specified in the Makefile. No need to hack it into | Stefan Reinauer |
2010-03-29 | This patch drops the coreboot CMOS checksum ranges from Kconfig because | Stefan Reinauer |
2010-03-29 | dualcore.h and quadcore.h are almost exactly the same. | Stefan Reinauer |
2010-03-28 | drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is more | Stefan Reinauer |
2010-03-24 | Get rid of type-punned pointer errors. | Myles Watson |
2010-03-22 | Fix all the format string warnings. | Myles Watson |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-19 | Get rid of a few warnings: | Myles Watson |
2010-03-18 | Remove remaining uses of | Patrick Georgi |
2010-03-18 | Rework boolean expression (DeMorgan and all) for | Patrick Georgi |
2010-03-18 | Remove fallback/normal handling in mainboards' | Patrick Georgi |
2010-03-17 | Remove failover/fallback/normal handling in mainboards' | Patrick Georgi |
2010-03-17 | remove more warnings, and fix some boards (watchdog.h) | Stefan Reinauer |
2010-03-13 | Use CPU_INTEL_SLOT_1 for Slot 1 boards (trivial). | Uwe Hermann |
2010-03-11 | Replace clear_memory with memset. | Myles Watson |
2010-03-08 | Remove Kconfig entries that disable | Patrick Georgi |
2010-03-08 | Set options to make AMD CAR code compile correctly, | Arne Georg Gleditsch |
2010-03-01 | Whitespace changes to make s2912_fam10/ms9652_fam10 more similar. | Uwe Hermann |
2010-03-01 | - Add rules that build either 4 or 5 ssdts (only those variants exist in the ... | Patrick Georgi |
2010-02-28 | - Add config flag for boards that have their own fadt.c | Patrick Georgi |
2010-02-27 | - make HAVE_HARD_RESET match what newconfig did | Patrick Georgi |
2010-02-27 | This does the following: | Stefan Reinauer |
2010-02-25 | Move the ldscripts logic to src/arch/i386/Makefile.inc | Patrick Georgi |
2010-02-25 | Unify crt0s setup to src/arch/i386/Makefile.inc. This variable | Patrick Georgi |
2010-02-23 | Only handle code as "driver" that actually uses our driver | Patrick Georgi |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-11 | $(DISTRO_CFLAGS) is newconfig heritage and was never used on Kconfig. We do | Stefan Reinauer |
2010-02-09 | Move all the copies of the romstage.inc rule to | Patrick Georgi |
2010-02-08 | Clean up ACPI: | Patrick Georgi |
2010-02-08 | straighten naming scheme for application processor rom stage files. | Stefan Reinauer |
2010-02-08 | janitor task: unify and cleanup naming. | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-02-04 | Revision 5051 broke Kconfig booting for the Tyan s2881 board. Up to 5050, there | Ward Vandewege |
2010-02-03 | Fix incorrect board names in Kconfig strings (trivial). | Uwe Hermann |
2010-01-30 | ifeq wants a space before the ( | Stefan Reinauer |
2010-01-30 | * fix crt0s/ldscripts paths to fix out of tree build. | Stefan Reinauer |
2010-01-25 | More Kconfig changes to improve match with newconfig: | Patrick Georgi |
2010-01-25 | Align several kconfig options to match newconfig: | Patrick Georgi |
2010-01-18 | Move all IOAPIC selection to southbridges, and remove them | Patrick Georgi |
2010-01-18 | get rid of Kconfig warning. | Stefan Reinauer |
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-02 | Trivial fixes for kconfig. They fix all non-fam10 build failures. | Myles Watson |
2009-11-27 | Eliminate special case id.inc/id.lds in favor of a configuration variable ID_... | Patrick Georgi |
2009-11-27 | Really hook up s2850 and s2875. Trivial. | Patrick Georgi |
2009-11-27 | Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID | Patrick Georgi |
2009-11-06 | Remove drivers/pci/onboard. The only purpose was for option ROMs, which are | Myles Watson |
2009-11-06 | Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb. | Uwe Hermann |
2009-11-06 | Split the two usages of __ROMCC__: | Myles Watson |
2009-10-28 | Fix some builds with Kconfig. | Myles Watson |
2009-10-26 | cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.inc | Myles Watson |
2009-10-26 | Move src/mainboard/tyan/Makefile.s289x.inc to src/mainboard/Makefile.k8_CAR.inc. | Myles Watson |
2009-10-26 | Define some variables that were not defined. There are a couple left. | Myles Watson |
2009-10-24 | Major cleanups of the hard_reset() code and config in coreboot. | - supermicro/x6dhe_g/auto.c |
2009-10-24 | move all register fram definitions to arch/register.h | Stefan Reinauer |
2009-10-23 | Drop dead K8_SCAN_PCI_BUS code. It's a bad idea to scan the PCI busses before | Myles Watson |
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-19 | Unselect AP_CODE_IN_CAR in tyan/s289x. Trivial. | Myles Watson |
2009-10-18 | Simplify Kconfig files by using "select" where possible (trivial). | Uwe Hermann |
2009-10-17 | Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/ | Peter Stuge |
2009-10-17 | Remove CONFIG_ from #defines that aren't config variables. Trivial. | Myles Watson |