summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-02Add detection/dump support for the NSC PC87382.Sven Schnelle
2011-02-01Properly add Lenovo EC to buildSven Schnelle
2011-02-01Add support for the Lenovo PMH7 embedded controllerSven Schnelle
2011-02-01Fix using custom build configs in abuildMathias Krause
2011-01-31Fix an infinite loop in pnp_get_ioresource(), which freezes coreboot ifStefan Reinauer
2011-01-31Add PCI ID's for VIA K8T800 and K8M800 northbridges.Alexandru Gagniuc
2011-01-31Build failure because of src/pc80/mc146818rtc_early.c unused variableStefan Reinauer
2011-01-30Replace special rules for auxiliary files by cbfs-files-y entriesPatrick Georgi
2011-01-30Inverse two arguments of cbfs-files-y and adapts its users (one of which alre...Patrick Georgi
2011-01-30Make cbfstool available in $(obj) for simple user access.Kevin O'Connor
2011-01-29Pass all required toolchain parts to SeaBIOS correctlyStefan Reinauer
2011-01-28Attached patch fixes the LPC decode ranges of SB700. We enable early only Ser...Rudolf Marek
2011-01-28This patch gets usbdebug console working in romstage.Stefan Reinauer
2011-01-28Separate CMOS layout from lbtable handlingPatrick Georgi
2011-01-28Move CMOS handling into separate files in accessorsPatrick Georgi
2011-01-28Move the parser for cmos.layout text files to accessorsPatrick Georgi
2011-01-28rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POSTStefan Reinauer
2011-01-28Move CLI portion of nvramtool into cli/ subdirectory as first step towards li...Patrick Georgi
2011-01-28Eliminate a couple of 3-line functions that barely wrap *printf callsPatrick Georgi
2011-01-28No need to add varargs magic to a simple regex wrapper.Patrick Georgi
2011-01-28Fix Bimini buildStefan Reinauer
2011-01-28rk886ex lacked EC_ACPIStefan Reinauer
2011-01-27Only add EC code if EC is selected in KconfigStefan Reinauer
2011-01-27Add new ec subdir for Embedded Controllers and common ACPI EC supportSven Schnelle
2011-01-27SMM code on i945 platforms needs udelay()Peter Stuge
2011-01-27Add a new CMOS variable which triggers activation of thePatrick Georgi
2011-01-27Trivial. Re-indent the code.Zheng Bao
2011-01-27Set the phy via weak function.Zheng Bao
2011-01-27oops. this is weird. CAR addresses should be specified in the socket and not inStefan Reinauer
2011-01-25Fix abuildStefan Reinauer
2011-01-25Set the SB800 SATA PHY correctly.Zheng Bao
2011-01-24If the tool has 64bit issues, we need to find and fix them. No papering over ...Stefan Reinauer
2011-01-24This patch fixes an 'write_tables: coreboot table didn't fit (f0221)' issue.Josef Kellermann
2011-01-24Add CFLAGS when compiling resulting executable. It broke 64bit systems, becau...Rudolf Marek
2011-01-24Change fadt revision back to 3.Zheng Bao
2011-01-23Clone a tag rather than SeaBIOS stable branch HEADKevin O'Connor
2011-01-21... And fix the other compile time issues in cmos_layout.bin supportPatrick Georgi
2011-01-21Make YABEL warnings-are-errors safePatrick Georgi
2011-01-21Typo. s,CMOS_COMPONENT,CBFS_COMPONENT,.Patrick Georgi
2011-01-21Now bimini can boot linux to login.Zheng Bao
2011-01-21push ts5300 rom size to 1MB. In fact the flash part on thatStefan Reinauer
2011-01-21Add nvramtool -D option that allows taking cmos data fromPatrick Georgi
2011-01-21Add nvramtool -C option that takes a CBFS file as argument.Patrick Georgi
2011-01-21Add support for working on in-memory CMOS data (eg.Patrick Georgi
2011-01-21Abstract CMOS accesses a bit more in preparation of usingPatrick Georgi
2011-01-21There's another place where nvramtool can look forPatrick Georgi
2011-01-20Remove the code for debugging.Zheng Bao
2011-01-20S3 feanture of SB800. Compiliant with SB700.Zheng Bao
2011-01-20Move some board specific functions to sb800.h.Zheng Bao
2011-01-20Features of Bimini board:Zheng Bao