Age | Commit message (Expand) | Author |
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-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 | drop some unused files and fix warnings on i945 based systems. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
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-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-22 | CONFIG_ was missing. | Stefan Reinauer |
2010-02-22 | fix builds... | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
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 | janitor task: unify and cleanup naming. | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
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 | run preprocessor on DSDT of D945GCLF, otherwise | Stefan Reinauer |
2010-01-16 | coreboot used to have two different "APIs" for memory accesses: | Stefan Reinauer |
2010-01-16 | Intel D945GCLF: Enable SMI and ACPI in Kconfig, too (it's enabled in newconfig) | Stefan Reinauer |
2010-01-16 | * drop reset files from 945 mainboards (and use southbridge specific reset) | Stefan Reinauer |
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-12-02 | Trivial fix for kconfig socket 441 (typo was 411) so that d945gclf builds. | Myles Watson |
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-11-05 | fix length field in dmi tables. Newer DMI versions through errors | Stefan Reinauer |
2009-10-28 | Fix some builds with Kconfig. | Myles Watson |
2009-10-28 | Make d945gclf build. | Myles Watson |
2009-10-28 | Add some missing license headers, consistency fixes for others (trivial). | Uwe Hermann |
2009-10-28 | preliminary Intel D945GCLF Atom+i945 support. | Stefan Reinauer |
2009-10-26 | Use Intel Core code for eagleheights CAR init, not Intel Core 2, as | Stefan Reinauer |
2009-10-24 | Fix intel/xe7501devkit build, missing "uses" clause. | Uwe Hermann |
2009-10-24 | Major cleanups of the hard_reset() code and config in coreboot. | - supermicro/x6dhe_g/auto.c |
2009-10-23 | drop a lot of dead code, including an old winbond southbridge from our removed | Stefan Reinauer |
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 | Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop" | Peter Stuge |
2009-10-16 | Set default ROM sizes per-board to match the ROM chip that came | Uwe Hermann |
2009-10-16 | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson |
2009-10-15 | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson |
2009-10-11 | HAVE_ACPI_TABLES cleanups for kconfig: | Uwe Hermann |
2009-10-09 | More Kconfig-supported boards, and also kconfig support | Patrick Georgi |
2009-10-07 | Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards | Uwe Hermann |
2009-10-07 | Convert all "default y" options to "select FOO" (shorter). | Uwe Hermann |
2009-10-07 | Fix intel board build on kconfig. MAX_CPUS was missing | Patrick Georgi |
2009-10-07 | More boards in kconfig, and moved -O2 flag for romcc into | Patrick Georgi |
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-29 | Make CONFIG_HAVE_HIGH_TABLES consistent in where and how it is set. | Myles Watson |
2009-09-29 | Remove pre-CBFS _vgabios_start and _vgabios_end. | Myles Watson |
2009-09-29 | Fix a number of board names in Kconfig (trivial). | Uwe Hermann |
2009-09-29 | Remove MAINBOARD_OPTIONS, which is a relic from early | Patrick Georgi |
2009-09-29 | More consistent use of "default n" and "select XYZ" in | Patrick Georgi |
2009-09-25 | some progress on kconfig: | Patrick Georgi |
2009-09-23 | simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ | Stefan Reinauer |
2009-08-28 | This patch adds VGA and PS/2 Keyboard/mouse support to the already existing i... | Arnaud Maye |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-08-11 | Enable CBFS everywhere. All boards compiled for me (abuild tested), | Patrick Georgi |
2009-07-22 | Fix up the tree again... | Stefan Reinauer |
2009-07-21 | clean up acpi table strings, as discussed on the list | Stefan Reinauer |
2009-07-21 | This fixes a couple of issues with older Linux kernels (that expect an XSDT as | Stefan Reinauer |
2009-07-01 | Add support for the Intel Eagle Heights development board. | Thomas Jourdan |
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-19 | Undo my ugly commit that added uses clauses in lots of places instead of one. | Myles Watson |
2009-06-17 | Fix configuration of boards that didn't have uses CONFIG_USE_INIT. Trivial. | Myles Watson |
2009-06-06 | When I started refactoring mainboard Config.lb, I added two different | Carl-Daniel Hailfinger |
2009-06-03 | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen |
2009-06-03 | CMOS: Add set_option and rework get_option. | Luc Verhaegen |
2009-04-22 | Convert 12 more boards to use include statements in Config.lb. | Carl-Daniel Hailfinger |
2009-04-22 | no duplicate names in cmos.layout allowed. (fixes a bunch of boards) | Stefan Reinauer |
2009-04-22 | This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to a | Stefan Reinauer |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |
2009-04-13 | I need to do uses HAVE_ACPI_RESUME for each board. Here we go. | Rudolf Marek |
2009-04-01 | Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should | Stefan Reinauer |
2009-03-31 | Add the CONFIG_ROMS config variable. | Ronald G. Minnich |
2009-03-13 | This, ladies and gentlement, is commit #4000. | Stefan Reinauer |
2009-03-10 | This patch adds empty acpi_fill_slit functions so they build again. | Myles Watson |
2009-02-18 | Carl-Daniel's part: | Carl-Daniel Hailfinger |
2008-12-22 | Fix implicit declarations of pci_read_config8 and pci_write_config8 in | Carl-Daniel Hailfinger |
2008-10-13 | Add support for the Intel EP80579 (Tolapai) Development Kit mainboard | Ed Swierk |