aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-11No really, _these_ should be the last occurences of CONFIG_ withoutJordan Crouse
2008-08-11these should be the last occurences of CONFIG_ without config.h in libpayload.Stefan Reinauer
2008-08-11these use CONFIG_ variables, too.Stefan Reinauer
2008-08-11video.c uses CONFIG_ variables, so it needs config.h (trivial)Stefan Reinauer
2008-08-09Bugfixes to serial output functions: vt100 has bold with \e[1m,Ulf Jordan
2008-08-09Fix garbage characters on screen. mvwaddch inserts one character,Ulf Jordan
2008-08-09Fix signedness problem in memcmp.Ulf Jordan
2008-08-08i messed this up.Stefan Reinauer
2008-08-08compile fix (trivial)Stefan Reinauer
2008-08-08new menu structure for libpayloadStefan Reinauer
2008-08-08fix some more warnings.Stefan Reinauer
2008-08-08fix warnings when starting make menuconfigStefan Reinauer
2008-08-08flashrom: ST M50FW040 TEST_OK PROBE READ ERASE WRITEPeter Stuge
2008-08-08Drop useless .gitignore files.Uwe Hermann
2008-08-08Drop useless .gitignore files.Uwe Hermann
2008-08-08Update the kconfig copy in libpayload to a much more recent one. AmongUwe Hermann
2008-08-08Enable both IDE ports for our qemu target.Ward Vandewege
2008-08-07Clean up whitespace and comments style. (trivial)Marc Jones
2008-08-07Add a full set of pci access functions.Stefan Reinauer
2008-08-07fix stack protection detection with Jordan's suggestionStefan Reinauer
2008-08-07fix cross compilationor libpayload / coreinfo by honoringStefan Reinauer
2008-08-07Cosmetic fixes (trivial).Uwe Hermann
2008-08-07fix make menuconfig if no libintl.h is found. (trivial)Stefan Reinauer
2008-08-07add get_option to libpayload, so coreboot cmos options can be queried.Stefan Reinauer
2008-08-06Add the contents of buildrom'sWard Vandewege
2008-08-05Move out some hardcoded strings in coreinfo to become Kconfig variables.Uwe Hermann
2008-08-04Remove duplicated code which is already in libpayload (trivial).Uwe Hermann
2008-08-04Add missing #include.Uwe Hermann
2008-08-04Initial support for the ASI MB-5BLGP (Neoware Eon 4000s).Uwe Hermann
2008-08-03Remove welcome message from elfboot. None of the other subsystems have theirStefan Reinauer
2008-08-03fix lots of warnings for cache as ram builds (trivial)Stefan Reinauer
2008-08-02adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot"Stefan Reinauer
2008-08-02Go back to SIPI WAIT state for those CPUS defining the newly introducedStefan Reinauer
2008-08-02update copyright year (trivial)Stefan Reinauer
2008-08-02This patch Stefan Reinauer
2008-08-02tested another intel chip (trivial)Stefan Reinauer
2008-08-01oops, forgot these in the cleanup.. (trivial)Stefan Reinauer
2008-08-01a heuristics is something different Stefan Reinauer
2008-08-01Typo, thanks to Idwer for spotting this. (trivial patch)Stefan Reinauer
2008-08-01clarify in the printks what function is actually called. This little smart magicStefan Reinauer
2008-08-01clean out obsoleted config.lb rules and output, fix indenting (trivial)Stefan Reinauer
2008-08-01use printk, when possible. (trivial)Stefan Reinauer
2008-08-01match against all steppings of a CPU model, because these are _model_ drivers.Stefan Reinauer
2008-08-01serial.inc is not used anywhere. drop it (trivial)Stefan Reinauer
2008-08-01same spelling in all mtrr output.. (trivial)Stefan Reinauer
2008-08-01drop unused code (trivial)Stefan Reinauer
2008-08-01coding style fixes (trivial)Stefan Reinauer
2008-08-01fix compile warnings of rom_stream.c (trivial)Stefan Reinauer
2008-08-01add some SPD values from specs. (trivial)Stefan Reinauer
2008-08-01function prototypes don't need extern. (trivial)Stefan Reinauer
2008-08-01fix warning in vga console code (trivial)Stefan Reinauer
2008-08-01fix typo in coreboot_ram.ld comment (trivial)Stefan Reinauer
2008-08-01fix typo in commend of generic_sdram.c (trivial)Stefan Reinauer
2008-08-01clean up comment in onboard.c (trivial)Stefan Reinauer
2008-08-01clean up Config.lb in lib/ (trivial)Stefan Reinauer
2008-08-01fix warnings, make mptable struct members explicitly packed, as they'reStefan Reinauer
2008-08-01fix typos and warnings in the device tree code (trivial)Stefan Reinauer
2008-08-01CONFIG_LOGICAL_CPUS=2 does not make sense because it is a BOOL. (trivial)Stefan Reinauer
2008-08-01fix build warnings for buildrom (trivial)Stefan Reinauer
2008-08-01fix typos in config.g, and don't arbitrarily hide some build informationStefan Reinauer
2008-07-23This patch fixes the kernel EBDA mislocation problem. Thank you, Yinghai.Roman Kononov
2008-07-23Fix r3434 check-in. Added missing end to Options.lb. Not entirely sure how itMarc Jones
2008-07-23Add AMD Fam10 B3 default settings to match AMD example code.Marc Jones
2008-07-23Update to the latest AMD Fam10 microcode patches.Marc Jones
2008-07-23Memory initialization support for AMD Fam10 B3 (B0-B2 already supported).Marc Jones
2008-07-21Missed a const in my previous checkin, r3426 (trivial).Marc Jones
2008-07-21flashrom: Winbond W39V040C and MSI K8T Neo2-FPeter Stuge
2008-07-21Add support for the Winbond W83697HF Super I/O.Sean Nelson
2008-07-19superiotool: add support for SMSC SIO10N268 (trivial)Stefan Reinauer
2008-07-19add support for 2 new SMSC superio chips. Information is a bit ambiguousStefan Reinauer
2008-07-18Random coding style fixes and simplifications (trivial).Uwe Hermann
2008-07-17Add manual HT BUID fixup to detect previously set BUIDs in early init. This f...Marc Jones
2008-07-17Clean up AMD FAM10 HT variable initialization. The structure init is cleaner,...Marc Jones
2008-07-17Add Fam10 Gart table walk enable for MCA reporting to match AMD example code.Marc Jones
2008-07-16Clean up comments, whitespace, and copyright date in the AMD HT code.Marc Jones
2008-07-15Add missing Intel CPU (trivial).Uwe Hermann
2008-07-12There was a programming error which made most USB port4 setup wrong. This pat...Marc Jones
2008-07-11Fix and clean up coreboot image detection heuristic.Carl-Daniel Hailfinger
2008-07-08Add a coreinfo module which can hexdump arbitrary RAM regions andUwe Hermann
2008-07-07flashrom: Trivial SPI cleanupsPeter Stuge
2008-07-07flashrom: Trivial indent fix in ichspi.cPeter Stuge
2008-07-06r3415 removed symbolic constants for device IDs by accident.Carl-Daniel Hailfinger
2008-07-06flashrom: Add AMIC A29002Andreas Thienemann
2008-07-05Adding support for flashing system with Nvidia MCP67Stefan Reinauer
2008-07-05flashrom: Add PCI IDs for EPIA-CNPeter Stuge
2008-07-03Minor cosmetics, e.g. make stuff fit in 80 chars/line etc. (trivial).Uwe Hermann
2008-07-03Mark SST49LF040B as tested.Carl-Daniel Hailfinger
2008-07-03Mark the SST SST49LF040 as OK (tested by me), all operations (trivial).Uwe Hermann
2008-07-03flashrom: Winbond W25x80 TEST_OK PROBE READ ERASE WRITEPeter Stuge
2008-07-03Improve coreboot image detection heuristic in flashrom. It's notCarl-Daniel Hailfinger
2008-07-02flashrom: probe_flash() cleanup for better code readabilityPeter Stuge
2008-07-02set w39v080fa to fully supported. I'm am flashing this chip several times aStefan Reinauer
2008-07-02flashrom: Update to TEST_OK for Winbond W39V040FA PROBE READPeter Stuge
2008-07-02flashrom: Don't rm *~ in make clean, who knows what files that could bePeter Stuge
2008-07-02flashrom: Unknown vendor:board message can be triggered by -m tooPeter Stuge
2008-07-02flashrom: Case insensitive matching of vendor:board strings in coreboot tablePeter Stuge
2008-06-30First attempt to clean up SPI probing and create a commonStefan Reinauer
2008-06-30Mine AMIC flash chip needs 4 bytes RDID. This enables to use the new probing ...Rudolf Marek
2008-06-30Mine AMIC flash chip needs 4 bytes RDID. Following patch adds support for that.Rudolf Marek
2008-06-30This patch adds support for VIA SPI controller on VT8237S. It is similar withRudolf Marek