Age | Commit message (Expand) | Author |
2008-08-05 | Move out some hardcoded strings in coreinfo to become Kconfig variables. | Uwe Hermann |
2008-08-04 | Remove duplicated code which is already in libpayload (trivial). | Uwe Hermann |
2008-08-04 | Add missing #include. | Uwe Hermann |
2008-08-04 | Initial support for the ASI MB-5BLGP (Neoware Eon 4000s). | Uwe Hermann |
2008-08-03 | Remove welcome message from elfboot. None of the other subsystems have their | Stefan Reinauer |
2008-08-03 | fix lots of warnings for cache as ram builds (trivial) | Stefan Reinauer |
2008-08-02 | adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot" | Stefan Reinauer |
2008-08-02 | Go back to SIPI WAIT state for those CPUS defining the newly introduced | Stefan Reinauer |
2008-08-02 | update copyright year (trivial) | Stefan Reinauer |
2008-08-02 | This patch | Stefan Reinauer |
2008-08-02 | tested another intel chip (trivial) | Stefan Reinauer |
2008-08-01 | oops, forgot these in the cleanup.. (trivial) | Stefan Reinauer |
2008-08-01 | a heuristics is something different | Stefan Reinauer |
2008-08-01 | Typo, thanks to Idwer for spotting this. (trivial patch) | Stefan Reinauer |
2008-08-01 | clarify in the printks what function is actually called. This little smart magic | Stefan Reinauer |
2008-08-01 | clean out obsoleted config.lb rules and output, fix indenting (trivial) | Stefan Reinauer |
2008-08-01 | use printk, when possible. (trivial) | Stefan Reinauer |
2008-08-01 | match against all steppings of a CPU model, because these are _model_ drivers. | Stefan Reinauer |
2008-08-01 | serial.inc is not used anywhere. drop it (trivial) | Stefan Reinauer |
2008-08-01 | same spelling in all mtrr output.. (trivial) | Stefan Reinauer |
2008-08-01 | drop unused code (trivial) | Stefan Reinauer |
2008-08-01 | coding style fixes (trivial) | Stefan Reinauer |
2008-08-01 | fix compile warnings of rom_stream.c (trivial) | Stefan Reinauer |
2008-08-01 | add some SPD values from specs. (trivial) | Stefan Reinauer |
2008-08-01 | function prototypes don't need extern. (trivial) | Stefan Reinauer |
2008-08-01 | fix warning in vga console code (trivial) | Stefan Reinauer |
2008-08-01 | fix typo in coreboot_ram.ld comment (trivial) | Stefan Reinauer |
2008-08-01 | fix typo in commend of generic_sdram.c (trivial) | Stefan Reinauer |
2008-08-01 | clean up comment in onboard.c (trivial) | Stefan Reinauer |
2008-08-01 | clean up Config.lb in lib/ (trivial) | Stefan Reinauer |
2008-08-01 | fix warnings, make mptable struct members explicitly packed, as they're | Stefan Reinauer |
2008-08-01 | fix typos and warnings in the device tree code (trivial) | Stefan Reinauer |
2008-08-01 | CONFIG_LOGICAL_CPUS=2 does not make sense because it is a BOOL. (trivial) | Stefan Reinauer |
2008-08-01 | fix build warnings for buildrom (trivial) | Stefan Reinauer |
2008-08-01 | fix typos in config.g, and don't arbitrarily hide some build information | Stefan Reinauer |
2008-07-23 | This patch fixes the kernel EBDA mislocation problem. Thank you, Yinghai. | Roman Kononov |
2008-07-23 | Fix r3434 check-in. Added missing end to Options.lb. Not entirely sure how it | Marc Jones |
2008-07-23 | Add AMD Fam10 B3 default settings to match AMD example code. | Marc Jones |
2008-07-23 | Update to the latest AMD Fam10 microcode patches. | Marc Jones |
2008-07-23 | Memory initialization support for AMD Fam10 B3 (B0-B2 already supported). | Marc Jones |
2008-07-21 | Missed a const in my previous checkin, r3426 (trivial). | Marc Jones |
2008-07-21 | flashrom: Winbond W39V040C and MSI K8T Neo2-F | Peter Stuge |
2008-07-21 | Add support for the Winbond W83697HF Super I/O. | Sean Nelson |
2008-07-19 | superiotool: add support for SMSC SIO10N268 (trivial) | Stefan Reinauer |
2008-07-19 | add support for 2 new SMSC superio chips. Information is a bit ambiguous | Stefan Reinauer |
2008-07-18 | Random coding style fixes and simplifications (trivial). | Uwe Hermann |
2008-07-17 | Add manual HT BUID fixup to detect previously set BUIDs in early init. This f... | Marc Jones |
2008-07-17 | Clean up AMD FAM10 HT variable initialization. The structure init is cleaner,... | Marc Jones |
2008-07-17 | Add Fam10 Gart table walk enable for MCA reporting to match AMD example code. | Marc Jones |
2008-07-16 | Clean up comments, whitespace, and copyright date in the AMD HT code. | Marc Jones |