Age | Commit message (Expand) | Author |
2010-01-16 | coreboot used to have two different "APIs" for memory accesses: | Stefan Reinauer |
2010-01-05 | * Explicitly add __PRE_RAM__ where it should be added. | Stefan Reinauer |
2009-12-31 | romcc: | Patrick Georgi |
2009-12-18 | Clean up amd/dbm690t and kontron/986lcd-m some more (not | Patrick Georgi |
2009-11-27 | Eliminate special case id.inc/id.lds in favor of a configuration variable ID_... | 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 | Remove some white space and comment differences from devicetree.cb and Config.lb | 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-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 | Fix builds of amd/db800 and digitallogic/msm800sev with smaller bootblocks. | 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-16 | Fix AP_CODE_IN_CAR (only selected for two boards), STACK_SIZE, and HEAP_SIZE. | Myles Watson |
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-16 | Add CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherwise the | Zheng Bao |
2009-10-15 | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson |
2009-10-12 | Make fam10 build (but not boot due to bootblock size problems.) | Myles Watson |
2009-10-11 | HAVE_ACPI_TABLES cleanups for kconfig: | Uwe Hermann |
2009-10-09 | Add const to get rid of some warnings when passing quoted strings. | Myles Watson |
2009-10-09 | Remaining boards are Kconfig'd now. Whether they work | 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 | Move HAVE_FAILOVER_BOOT and USE_FAILOVER_IMAGE from | 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-29 | Remove some warnings. | Myles Watson |
2009-09-28 | Trivial config fix for Serengeti Cheetah. Change a type and a default. | Myles Watson |
2009-09-28 | Trivial config fix for Serengeti Cheetah. Remove duplication, add a default. | Myles Watson |
2009-09-23 | simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ | Stefan Reinauer |
2009-09-22 | Fix compilation for serengeti when HAVE_ACPI_TABLES is set. Trivial. | Myles Watson |
2009-09-22 | src/Kconfig: Remove HT-specific options. | Myles Watson |
2009-09-22 | tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ... | Myles Watson |
2009-09-22 | Kill dead comment. | Carl-Daniel Hailfinger |
2009-09-22 | r4534 introduced devicetree.cb in every mainboard directory, but didn't | Carl-Daniel Hailfinger |
2009-09-22 | r4646 enabled early usage of pci_{read,write}_config{8,16,32} | Carl-Daniel Hailfinger |
2009-09-17 | Remove warnings from Kconfig. Trivial. | Myles Watson |
2009-08-29 | This is the final set of changes to allow rumba to build. Rumba is not | Ronald G. Minnich |
2009-08-29 | Set the mainboard/amd directory up to support more than one. | Ronald G. Minnich |
2009-08-28 | r4534 introduced devicetree.cb in every mainboard directory, but didn't | Carl-Daniel Hailfinger |
2009-08-27 | Clean up some DCACHE related options. | Patrick Georgi |
2009-08-25 | Make PCI_ROM_RUN a boolean (like it is elsewhere) which | Patrick Georgi |
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-13 | Fix some conflicting types of variables | Patrick Georgi |
2009-08-12 | Remove duplicate file, adjust Makefile to use the original copy. | Patrick Georgi |
2009-08-12 | Fix multiple missing files and errors from the recent commit. This happened | Ronald G. Minnich |
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 | This fixes a couple of issues with older Linux kernels (that expect an XSDT as | Stefan Reinauer |
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-04 | The point of the patch is to make it easier to understand the raminit | Myles Watson |
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-05-26 | Various fixes to the tree to get coreboot-v2 to build on Solaris | Patrick Georgi |
2009-05-15 | There were a few updates lately that generates ROM size > 512K. I am changing... | Vincent Lim |
2009-05-14 | Update equivalent processor revision ID to load latest microcode patches and | Marc Jones |
2009-05-14 | Trivia: remove comment | Vincent Lim |
2009-05-14 | From AMD family 10h Processor BKDG (rev. D): a platform is capable of having ... | Vincent Lim |
2009-05-01 | Trivial patch to make #defines generated from cmos.layout have unique names. ... | Myles Watson |
2009-04-30 | Add "printk" support to all CAR targets | Stefan Reinauer |
2009-04-30 | Refactor copy_and_run so that it uses a single code base instead of | 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-15 | r4097 broke the tree and it remains unfixed :-( | 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-12 | This patch cleans up the calls to $CC in mainboard Config.lb files. They | Carl-Daniel Hailfinger |
2009-04-11 | Kill remaining unneeded CAR/ROMCC if-blocks. | Carl-Daniel Hailfinger |
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-17 | - TOM2 is filled in by the dynamic ACPI code. Don't hardcode it in the | Carl-Daniel Hailfinger |
2009-03-13 | This, ladies and gentlement, is commit #4000. | Stefan Reinauer |
2009-03-10 | This patch makes the boards use a single amdk8_util.asl. There are only | Myles Watson |
2009-03-04 | I just went on a bugfix frenzy and fixed all printk format warnings | Carl-Daniel Hailfinger |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-02-19 | This patch is for AMD boards which can do the P state generation. This just | Rudolf Marek |
2009-02-18 | Carl-Daniel's part: | Carl-Daniel Hailfinger |
2009-02-15 | - Fix up amd pistachio and dbm690t. | Stefan Reinauer |
2009-02-12 | This patch converts __FUNCTION__ to __func__, since __func__ is standard. | Myles Watson |
2009-02-12 | Fix typo in PCI ID (1914 should have been 7914). | Carl-Daniel Hailfinger |
2009-02-12 | Remove dead lines. Trivial. | Carl-Daniel Hailfinger |
2009-02-12 | Rename TOM to TOM1 and refer to the SSDT value with an External(TOM1) | Carl-Daniel Hailfinger |
2009-02-12 | Improve mainboard.c comments for DBM690T and Pistachio. | Carl-Daniel Hailfinger |