Age | Commit message (Expand) | Author |
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 | Clean up some #ifdef CONFIG_* | Myles Watson |
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 | 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-09 | Add const to get rid of some warnings when passing quoted strings. | Myles Watson |
2009-10-07 | Major CONFIG_IRQ_TABLE_COUNT fixing and cleanups. Some of these boards | Uwe Hermann |
2009-10-07 | Kconfig: | Patrick Georgi |
2009-10-07 | More boards in kconfig, and moved -O2 flag for romcc into | Patrick Georgi |
2009-10-06 | Use | Uwe Hermann |
2009-10-06 | Various fixes to Kconfig: All kconfig-boards should have a | Patrick Georgi |
2009-10-05 | PCI_ROM_RUN and CONSOLE_VGA are global options in Kconfig and | Uwe Hermann |
2009-10-04 | The new CBFS based build system requires the whole ROM to be accessible | Uwe Hermann |
2009-10-04 | This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. | Patrick Georgi |
2009-10-03 | Remove another FAILOVER variable. (trivial) | Patrick Georgi |
2009-10-03 | Add gigabyte/m57sli support to Kconfig. | Harald Gutmann |
2009-10-03 | Remove: | Patrick Georgi |
2009-10-03 | Remove duplicate and not too useful Kconfig board comments as | Uwe Hermann |
2009-09-23 | simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ | Stefan Reinauer |
2009-08-26 | Add kconfig support for all missing Intel 440BX based boards. | Uwe Hermann |
2009-08-19 | Reduce size of the romstage on various boards that fail to build on QA. | Patrick Georgi |
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-07 | ChangeLog: | Harald Gutmann |
2009-07-02 | ChangeLog: | Harald Gutmann |
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-19 | ChangeLog: | Harald Gutmann |
2009-06-18 | Change Log: | Harald Gutmann |
2009-06-18 | Change Log: | Harald Gutmann |
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-05-01 | Trivial patch to make #defines generated from cmos.layout have unique names. ... | Myles Watson |
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-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-02-18 | Carl-Daniel's part: | Carl-Daniel Hailfinger |
2009-01-20 | This patch makes the recently added assembler debug optional, as it may | Stefan Reinauer |
2008-12-22 | Fix implicit declarations of get_bus_conf. | Carl-Daniel Hailfinger |
2008-12-10 | Use -O2 and -mcpu=p2 as romcc options for all Intel 440BX boards. | Uwe Hermann |
2008-11-28 | This patch from Ralf Grosse Boerger makes debugging more comfortable. | Stefan Reinauer |
2008-11-27 | Remove the unnecessary memctrl[] indirection, 440BX only has one | Uwe Hermann |
2008-10-12 | Drop tons of duplicated debug.c files, move common file to | Uwe Hermann |
2008-10-01 | The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of | Carl-Daniel Hailfinger |
2008-09-04 | This changes the python generated makefiles | Carl-Daniel Hailfinger |
2008-06-22 | Enable hardware fan control for m57sli. | Ronald Hoogenboom |
2008-02-25 | This patch adds automatic fan control for the CPU fan on the m57sli | Ronald Hoogenboom |
2008-02-01 | This patch fixes the decoding of the IO address range 0x0820->0x0827 into the | Florentin Demetrescu |
2008-02-01 | This patch reverses an erroneous change that sneaked in during r2972, and broke | Ward Vandewege |
2008-01-26 | This patch fixes the remaining stack protector problem on v2. The DISTRO_CFLA... | Ronald G. Minnich |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | Stefan Reinauer |
2008-01-09 | Use macros to improve readability of the device-to-pin IRQ assignments | Carl-Daniel Hailfinger |
2008-01-07 | Improve readability and remove redundancy by wrapping | Torsten Duwe |
2007-12-21 | Add an interrupt entry for the onboard firewire controller, | Torsten Duwe |
2007-12-17 | Enable IDE legacy port access for all 440BX based boards per default, as | Uwe Hermann |
2007-11-22 | Mark devices which are not available on the board with "N/A" to | Uwe Hermann |
2007-11-20 | 1. Fix pirq routing table setting for GA-2761GXDK. | Morgan Tsai |
2007-11-14 | Gigabyte M57SLI: Fix watchdog clocksource to be external, not internal. | Carl-Daniel Hailfinger |
2007-11-14 | Autodetect presence of serial flash and set up the board accordingly. | Carl-Daniel Hailfinger |
2007-11-14 | * Maintaining SiS south bridge device IDs. | Morgan Tsai |
2007-11-12 | Fix the remaining issues with GA-M57SLI Super I/O GPIO configuration. | Carl-Daniel Hailfinger |
2007-11-12 | Try to fix a few loose ends on the GA-M57SLI Super I/O GPIO | Carl-Daniel Hailfinger |
2007-11-05 | Fix the M57SLI routing table, as apparently set up from LinuxBIOS on | Torsten Duwe |
2007-11-02 | 1. vgabios removed, will go to extra repository | Morgan Tsai |
2007-10-31 | As started in | Torsten Duwe |
2007-10-31 | Add initial support for the GIGABYTE GA-6BXC. | Uwe Hermann |
2007-10-30 | [LINUXBIOS] Add the CPU_OPT flag to facilitate passing flags into the build | Jordan Crouse |
2007-10-30 | Rename the SiS761GX/SiS966 board to the correct name, GIGABYTE GA-2761GXDK. | Uwe Hermann |
2007-05-22 | reverting 2683, NAK by YhLu, patch not necessary. | Stefan Reinauer |
2007-05-21 | The Gigabyte m57sli-s4 board supports Rev. F CPUs. | Ward Vandewege |
2007-04-26 | Activate EC for access to fan speeds and temperature sensors. | Ward Vandewege |
2007-04-06 | Disable USB console on the m57sli for now. | Ed Swierk |
2007-02-27 | This is another fixup round for Yinghai Lu's great patch. | Stefan Reinauer |
2007-02-19 | Fix some CHIP_NAME() entries to use canonical names. | Uwe Hermann |
2007-02-17 | Initial support for the following new mainboards: | Yinghai Lu |