Age | Commit message (Expand) | Author |
2009-04-25 | Enable cbfs payload compression (the "l" flag) if payloads are | Patrick Georgi |
2009-04-25 | Move decompression further down the code flow, so that - where | Patrick Georgi |
2009-04-24 | Remove the inclusion of lzma.c (which really contains code) | Patrick Georgi |
2009-04-24 | MAX may already be defined. Also, fix smaller cosmetics (trivial). | Uwe Hermann |
2009-04-24 | Another v3-style #ifdef in v2 to kill | Patrick Georgi |
2009-04-24 | These are some really horrible bugs that got through. | Ronald G. Minnich |
2009-04-24 | Change the behaviour of the ACPI generating code so it only | Patrick Georgi |
2009-04-24 | Remove duplicate code. | Patrick Georgi |
2009-04-23 | flashrom: Support MX25L3235D | Stephan Guilloux |
2009-04-23 | Add 'install' target for ectool (trivial). | Uwe Hermann |
2009-04-23 | Fix an uninitialized variable. If it didn't end up being zero it sometimes | Myles Watson |
2009-04-23 | This patch cleans up Makefile generation. It removes the | Myles Watson |
2009-04-23 | Don't duplicate option description in README, the manpage already has | Uwe Hermann |
2009-04-23 | Add VERSION to hp/dl145_g3. Trivial. | Myles Watson |
2009-04-23 | This patch hooks up git mirrored svn revisions and adds some | Carl-Daniel Hailfinger |
2009-04-23 | This continues the doco attempt. | Ronald G. Minnich |
2009-04-22 | Instead of just | Stefan Reinauer |
2009-04-22 | Sometimes when we debug the code, we need to know which version we are | Zheng Bao |
2009-04-22 | mini fix to reliably compile inteltool on darwin, and on Linux both on x86/x8... | Stefan Reinauer |
2009-04-22 | makes the smi handler a little bit less verbose | Stefan Reinauer |
2009-04-22 | fix compilation of hp dl145 | Stefan Reinauer |
2009-04-22 | This patch fixes the parser. '|' has special meaning so [|] is used. | Myles Watson |
2009-04-22 | Convert 12 more boards to use include statements in Config.lb. | Carl-Daniel Hailfinger |
2009-04-22 | Trivial patch. I forgot to update K8_SET_FIDVID. | Myles Watson |
2009-04-22 | This patch adds the target hp/dl145_g3 together with | Mondrian nuessle |
2009-04-22 | This patch add rudimentary support for the superio functionality of | Mondrian nuessle |
2009-04-22 | This patch adds support for the BCM21000 (aka HT-2100) | Mondrian nuessle |
2009-04-22 | drop duplicate compiler options that are already mentioned in CFLAGS. | Stefan Reinauer |
2009-04-22 | - printed CBFS rom address was always 0 | Stefan Reinauer |
2009-04-22 | fix warnings, shadowed declarations and style guide violations (all trivial) | Stefan Reinauer |
2009-04-22 | increase rom sizes for abuild | Stefan Reinauer |
2009-04-22 | All "unknown xy SPI chip" entries claim to have status UNTESTED for | Carl-Daniel Hailfinger |
2009-04-22 | drop unused variable. | Stefan Reinauer |
2009-04-22 | no duplicate names in cmos.layout allowed. (fixes a bunch of boards) | Stefan Reinauer |
2009-04-22 | Quick 'indent' run on ectool with some additional manual cosmetic fixes. | Uwe Hermann |
2009-04-22 | don't ignore return values (trivial) | Stefan Reinauer |
2009-04-22 | remove some style guide breaks and warnings from raminit_f_dqs.c | Stefan Reinauer |
2009-04-22 | argh... never redo parts of the original patch on the fly. This fixes the tree | Stefan Reinauer |
2009-04-22 | * Allow coreboot to use the full 256 bytes of CMOS memory | Stefan Reinauer |
2009-04-22 | This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to a | Stefan Reinauer |
2009-04-22 | Factor out acpi_create_madt_lapics. It can be used on all ACPI boards. | Stefan Reinauer |
2009-04-22 | * move i386 / ACPI dependent code out of hardwaremain.c and into the i386 | Stefan Reinauer |
2009-04-22 | Remove the requirement for payload.sh files to be executable. This | Patrick Georgi |
2009-04-22 | Trivial removal of a freudian slip. | Patrick Georgi |
2009-04-22 | A small utility to dump the RAM of a laptop's Embedded/Environmental | Stefan Reinauer |
2009-04-21 | - function prototypes do not need "extern" | Stefan Reinauer |
2009-04-21 | flashrom: Add support for Gigabyte GA-MA790FX-DQ6. This board uses | Carl-Daniel Hailfinger |
2009-04-21 | remove a few warnings, and comments á la #include <foo.h> // include file ... | Stefan Reinauer |
2009-04-21 | add define for Role-Based Error Reporting to PCIe defines (trivial) | Stefan Reinauer |
2009-04-21 | fix a warning for a misnamed define, and make a debug message printk_debug | Stefan Reinauer |