Age | Commit message (Expand) | Author |
2009-10-28 | Fix some builds with Kconfig. | 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-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-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-15 | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | 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-04 | This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE. | Patrick Georgi |
2009-10-03 | Remove: | Patrick Georgi |
2009-09-23 | simplify source tree hierarchy: move files from sdram/ and ram/ to lib/ | Stefan Reinauer |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-08-11 | Enable CBFS everywhere. All boards compiled for me (abuild tested), | Patrick Georgi |
2009-08-05 | Fix the generic code for copying and running coreboot_ram in case | Patrick Georgi |
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-04-30 | Add "printk" support to all CAR targets | Stefan Reinauer |
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-20 | Fix implicit declarations of done_cache_as_ram_main by adding a | Carl-Daniel Hailfinger |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |
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-03-31 | Add the CONFIG_ROMS config variable. | Ronald G. Minnich |
2009-02-18 | Carl-Daniel's part: | Carl-Daniel Hailfinger |
2009-02-12 | This patch converts __FUNCTION__ to __func__, since __func__ is standard. | Myles Watson |
2009-01-20 | This patch makes the recently added assembler debug optional, as it may | Stefan Reinauer |
2008-11-28 | This patch from Ralf Grosse Boerger makes debugging more comfortable. | Stefan Reinauer |
2008-10-13 | Drop unused (or commented / #if 0) reset.c files. | Uwe Hermann |
2008-10-12 | Drop tons of duplicated debug.c files, move common file to | Uwe Hermann |
2008-10-11 | Drop a number of duplicated failover.c files (they have the same content | 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-05-16 | Geode platforms that use a LPC Super I/O had the LPC serial IRQ set to all | Marc Jones |
2008-03-29 | Now coreboot performs IRQ routing for some boards. | Nikolay Petukhov |
2008-02-05 | Factor out print_conf() from Geode LX mainboard directories. The | Carl-Daniel Hailfinger |
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 |
2007-12-09 | This adds the same line (uses CONFIG_PRECOMPRESSED_PAYLOAD) to every | Myles Watson |
2007-05-22 | Add missing license headers, minor cosmetic fixes in existing headers. | Uwe Hermann |
2007-05-08 | New irq table, and a correct setting for | Ronald G. Minnich |
2007-05-05 | This is the final patch to enable the msm800sev to build. This patch | Ronald G. Minnich |
2007-05-04 | This patch as a cache_as_ram_auto.c for the msm800sev. | Ronald G. Minnich |
2006-12-15 | Apply linuxbios-rename-other-payload-options.patch | Ed Swierk |
2006-12-15 | Apply linuxbios-rename-compressed-payload-options.patch, refs #14 | Ed Swierk |
2006-11-10 | * fix the automatic build system by compressing payloads if possible | Stefan Reinauer |
2006-11-05 | Use the canonical name of the vendors/devices and the | Uwe Hermann |
2006-11-02 | Remove some unneeded #includes from most mainboard.c files. | Uwe Hermann |
2006-10-27 | Fix the CHIP_NAME() entries of all mainboards to have the same format | Uwe Hermann |
2006-09-20 | Lots of lx fixes. CLeanup mainly. THings now build | Ronald G. Minnich |
2006-09-19 | add the msm800srv ; put the usb in the right place. | Ronald G. Minnich |
2006-06-18 | delete two empty files | Stefan Reinauer |
2006-03-17 | - sc520 updates. move PAR setup to mainboard auto.c | Stefan Reinauer |
2005-12-04 | implement io based udelay function for all mainboards that lack an apic | Stefan Reinauer |
2005-09-23 | sc520 support -- ethernet works | Ronald G. Minnich |
2005-09-12 | sc520 now builds fine. On to testing. | Ronald G. Minnich |
2005-09-12 | updating to working version from my pre-svn repo. | Ronald G. Minnich |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-61 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-54 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-50 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-49 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-48 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-47 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-46 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-45 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-23 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-22 | arch import user (historical) |
2005-07-06 | Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-19 | arch import user (historical) |
2004-11-28 | fixes to make adl855pc compile. | Ronald G. Minnich |
2004-11-11 | in loglevel.h, if ASM_CONSOLE_LOGLEVEL is defined, don't try to set it. | Ronald G. Minnich |
2004-11-05 | - Ensure every copy of Options.lb uses: | Eric Biederman |
2004-11-04 | Add Options.lb to various motherboard ports | Eric Biederman |
2004-11-04 | - Update abuild.sh so it will rebuild successfull builds | Eric Biederman |
2004-10-27 | sizeram removal/conversion. | Eric Biederman |
2004-10-21 | - Bump the LinuxBIOS major version | Eric Biederman |
2004-10-16 | - First stab at running linuxbios without the old static device tree. | Eric Biederman |
2004-09-30 | mods for i855pm that don't seem too wrong. ha! | Ronald G. Minnich |
2004-09-30 | digital logic stuff, fixes for the smbus code in 82801dbm | Ronald G. Minnich |
2004-09-28 | add support for ICH4. more i955pm stuff. | Ronald G. Minnich |
2004-08-26 | just a few changes before we hit the big fun. | Ronald G. Minnich |
2004-08-24 | compiles. | Ronald G. Minnich |
2004-08-24 | start of port of adl855pc | Ronald G. Minnich |
2004-08-24 | new mainboard | Ronald G. Minnich |