Age | Commit message (Expand) | Author |
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-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-18 | Rework boolean expression (DeMorgan and all) for | Patrick Georgi |
2010-03-18 | Remove fallback/normal handling in mainboards' | Patrick Georgi |
2010-03-17 | trivial warning fixes, mostly for ACPI code | Stefan Reinauer |
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-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 | 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-02-05 | this should get the VIA VT8454c in shape with Kconfig | 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-16 | coreboot has 13 instances of IOAPIC setup distributed across a lot | Stefan Reinauer |
2010-01-08 | - Makefile.romccboard.inc supports tinybootblock romcc boards, too. | 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 | 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-30 | Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults. | Uwe Hermann |
2009-10-26 | Add kconfig menus for most chipset VIDEO_MB values. | Uwe Hermann |
2009-10-24 | Major cleanups of the hard_reset() code and config in coreboot. | - supermicro/x6dhe_g/auto.c |
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-17 | Remove CONFIG_ from #defines that aren't config variables. Trivial. | Myles Watson |
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 | Drop unused and useless CONFIG_MAX_PCI_BUSES. | Uwe Hermann |
2009-10-16 | Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. | Myles Watson |
2009-10-16 | Fix kconfig setup for the VIA pc2500e. | 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-11 | HAVE_ACPI_TABLES cleanups for kconfig: | Uwe Hermann |
2009-10-09 | More kconfig cleanups: | Uwe Hermann |
2009-10-08 | Disable x86emu for via based boards which bring | 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-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 | Tell vgabios code in a couple of boards/chipsets about CBFS | 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 | 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-25 | some progress on kconfig: | Patrick Georgi |
2009-09-24 | Make all Kconfig enabled boards build (tested with kbuildall). | Patrick Georgi |
2009-09-23 | fix some wrong versions of the FSF's address (trivial) | Stefan Reinauer |
2009-09-23 | simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ | Stefan Reinauer |
2009-08-25 | Replace PIRQ_TABLE with HAVE_PIRQ_TABLE, the former doesn't exist. | Uwe Hermann |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-20 | This goes a surprisingly long way to building the epia-n. It also has | Ronald G. Minnich |
2009-08-19 | Reduce size of the romstage on various boards that fail to build on QA. | Patrick Georgi |
2009-08-18 | Add the rest of the files. | Jon Harrison |
2009-08-17 | Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity:: | Jon Harrison |
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-15 | Fix VIA EPIA-M700 target enough for a first serial boot log. | Uwe Hermann |
2009-07-07 | Add pci_rawops.h from the mailing list and fix the via/epia-m700 build. | Myles Watson |
2009-07-02 | Fix many things for via/epia-m700 to build. | Myles Watson |
2009-07-01 | I missed three files. | Jon Harrison |
2009-07-01 | the file was not really different, so use the default file (trivial, since it | Stefan Reinauer |
2009-07-01 | Ron, | Jon Harrison |
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-09 | this port is horribly broken and should not have been checked in. This patch | Stefan Reinauer |
2009-06-07 | A bunch of additional EPIA-M700 cleanups and also some non-cosmetic changes: | Uwe Hermann |
2009-06-07 | First bunch of coding style and consistency cleanups for the | Uwe Hermann |
2009-06-06 | When I started refactoring mainboard Config.lb, I added two different | Carl-Daniel Hailfinger |
2009-06-06 | Change the CBFS build process to use coreboot.rom | Patrick Georgi |
2009-06-05 | Initial untested board code for the VIA EPIA-M700 Mini-ITX board. | Uwe Hermann |
2009-04-30 | Refactor copy_and_run so that it uses a single code base instead of | Patrick Georgi |
2009-04-28 | Enable HAVE_HIGH_TABLES by default for northbridges with | Patrick Georgi |
2009-04-28 | add_mainboard_resources is necessary for some boards (eg. kontron), but | Patrick Georgi |
2009-04-27 | Add high table support to via vt8454c. | Patrick Georgi |
2009-04-27 | Migrate via/vt8454c to CBFS. | Patrick Georgi |
2009-04-22 | drop duplicate compiler options that are already mentioned in CFLAGS. | Stefan Reinauer |
2009-04-21 | Thanks to Myles' patch adding support for include statements, | Carl-Daniel Hailfinger |
2009-04-17 | Add VIA CX700 support, plus VIA vt8454c reference board support. | Stefan Reinauer |
2009-04-14 | EPIA-CN does not have any ACPI tables. Fixes manual and auto build here. | Peter Stuge |
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 |