coreboot.git
2011-02-14 Patrick GeorgiStub out FILE*, stdout/stdin/stderr and implement fprin...
2011-02-14 Patrick Georgilpgcc was too noisy in some cases
2011-02-14 Patrick GeorgiSome more POSIX compatibility
2011-02-14 Josef KellermannErrata #169 works on HT, not MC
2011-02-14 Josef KellermannRemoved LPC DMA Deadlock workaround...
2011-02-14 Patrick GeorgiFix Typo. (and why is that file, and some of its siblin...
2011-02-14 Frank VibransAdd IBASE DB-FT1 and AMD Inagua motherboards. Patch...
2011-02-14 Frank VibransThis code provides support for the superio chip on...
2011-02-14 Frank VibransI missed a file that was part of the AMD AGESA CPU...
2011-02-14 Frank Vibrans This code provides support for the superio chip on...
2011-02-14 Frank VibransThis code fixes a number of build issues related to...
2011-02-14 Frank VibransAdd AMD cpu wrapper code. Patch 4 of 8.
2011-02-14 Frank Vibrans This code provides southbridge initialization for...
2011-02-14 Frank VibransThis code provides cpu northbridge initialization for...
2011-02-14 Frank VibransAdd AMD Agesa and AMD CIMx SB800 code. Patch 1 of 8.
2011-02-12 Rudolf MarekAttached patch fixes the LPC decode ranges of SB600...
2011-02-10 Scott DuplichanAccording to AMD documentation, cache type WP should...
2011-02-10 Josef KellermannseppkRS690: Provide support for MMCONF.
2011-02-10 Alexandru GagniucImplemented workaround for erratum 169, obsoleting...
2011-02-10 Josef KellermannFix a potential system hang by handling AMD Model F...
2011-02-08 jakllschAdd NetBSD support to nvramtool.
2011-02-08 Patrick GeorgiFix cmos-files-y for relative paths
2011-02-08 Alexandru GagniucPlace the W83627EHG MIDI base address mask in the corre...
2011-02-07 Peter StugeReliably build arbitrary Kconfig-based revisions of...
2011-02-05 Peter StugeActually add PC87382 into Kconfig, missing from r6332
2011-02-05 Sven SchnelleAdd PC87392 support
2011-02-05 Sven SchnelleAdd PC87382 support
2011-02-03 Christian RuppertAdd support for the IT8720F Super I/O
2011-02-03 Josef KellermannFix subvendor/subdevice programming on RS690
2011-02-03 Patrick GeorgiWrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE...
2011-02-02 Uwe Hermannpmh7.[ch]: Add missing license headers.
2011-02-02 Sven SchnelleAdd detection/dump support for the NSC PC87382.
2011-02-01 Sven SchnelleProperly add Lenovo EC to build
2011-02-01 Sven SchnelleAdd support for the Lenovo PMH7 embedded controller
2011-02-01 Mathias KrauseFix using custom build configs in abuild
2011-01-31 Stefan ReinauerFix an infinite loop in pnp_get_ioresource(), which...
2011-01-31 Alexandru GagniucAdd PCI ID's for VIA K8T800 and K8M800 northbridges.
2011-01-31 Stefan ReinauerBuild failure because of src/pc80/mc146818rtc_early...
2011-01-30 Patrick GeorgiReplace special rules for auxiliary files by cbfs-files...
2011-01-30 Patrick GeorgiInverse two arguments of cbfs-files-y and adapts its...
2011-01-30 Kevin O'ConnorMake cbfstool available in $(obj) for simple user access.
2011-01-29 Stefan ReinauerPass all required toolchain parts to SeaBIOS correctly
2011-01-28 Rudolf MarekAttached patch fixes the LPC decode ranges of SB700...
2011-01-28 Stefan ReinauerThis patch gets usbdebug console working in romstage.
2011-01-28 Patrick GeorgiSeparate CMOS layout from lbtable handling
2011-01-28 Patrick GeorgiMove CMOS handling into separate files in accessors
2011-01-28 Patrick GeorgiMove the parser for cmos.layout text files to accessors
2011-01-28 Stefan Reinauerrename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POST
2011-01-28 Patrick GeorgiMove CLI portion of nvramtool into cli/ subdirectory...
2011-01-28 Patrick GeorgiEliminate a couple of 3-line functions that barely...
2011-01-28 Patrick GeorgiNo need to add varargs magic to a simple regex wrapper.
2011-01-28 Stefan ReinauerFix Bimini build
2011-01-28 Stefan Reinauerrk886ex lacked EC_ACPI
2011-01-27 Stefan ReinauerOnly add EC code if EC is selected in Kconfig
2011-01-27 Sven SchnelleAdd new ec subdir for Embedded Controllers and common...
2011-01-27 Peter StugeSMM code on i945 platforms needs udelay()
2011-01-27 Patrick GeorgiAdd a new CMOS variable which triggers activation of the
2011-01-27 Zheng BaoTrivial. Re-indent the code.
2011-01-27 Zheng BaoSet the phy via weak function.
2011-01-27 Stefan Reinaueroops. this is weird. CAR addresses should be specified...
2011-01-25 Stefan ReinauerFix abuild
2011-01-25 Zheng BaoSet the SB800 SATA PHY correctly.
2011-01-24 Stefan ReinauerIf the tool has 64bit issues, we need to find and fix...
2011-01-24 Josef KellermannThis patch fixes an 'write_tables: coreboot table didn...
2011-01-24 Rudolf MarekAdd CFLAGS when compiling resulting executable. It...
2011-01-24 Zheng BaoChange fadt revision back to 3.
2011-01-23 Kevin O'ConnorClone a tag rather than SeaBIOS stable branch HEAD
2011-01-21 Patrick Georgi... And fix the other compile time issues in cmos_layou...
2011-01-21 Patrick GeorgiMake YABEL warnings-are-errors safe
2011-01-21 Patrick GeorgiTypo. s,CMOS_COMPONENT,CBFS_COMPONENT,.
2011-01-21 Zheng BaoNow bimini can boot linux to login.
2011-01-21 Stefan Reinauerpush ts5300 rom size to 1MB. In fact the flash part...
2011-01-21 Patrick GeorgiAdd nvramtool -D option that allows taking cmos data...
2011-01-21 Patrick GeorgiAdd nvramtool -C option that takes a CBFS file as argument.
2011-01-21 Patrick GeorgiAdd support for working on in-memory CMOS data (eg.
2011-01-21 Patrick GeorgiAbstract CMOS accesses a bit more in preparation of...
2011-01-21 Patrick GeorgiThere's another place where nvramtool can look for
2011-01-20 Zheng BaoRemove the code for debugging.
2011-01-20 Zheng BaoS3 feanture of SB800. Compiliant with SB700.
2011-01-20 Zheng BaoMove some board specific functions to sb800.h.
2011-01-20 Zheng BaoFeatures of Bimini board:
2011-01-20 Zheng BaoThis sb800 code is derived from sb700.
2011-01-20 Zheng BaoFor Cx, each ChipSel need to be sent MR command.
2011-01-19 Nils JacobsAdd a GX2 Kconfig option to choose the framebuffer...
2011-01-19 Nils JacobsAdd Geode GX2 memmory descriptors.
2011-01-19 Stefan ReinauerRevert r5902 to make code more readable again. At least...
2011-01-19 Kevin O'ConnorNow that the VIA code is run above 1Meg (like other...
2011-01-19 Kevin O'ConnorThe cn700.c code references mainboard_interrupt_handler...
2011-01-18 Patrick GeorgiFix fwrite tests.
2011-01-18 Patrick GeorgiReport if cmos_layout.bin can't be found when it should.
2011-01-18 Patrick GeorgiMove option table (cmos.layout's binary representation)
2011-01-18 Patrick GeorgiRemove overengineering, part 1/many
2011-01-18 Patrick GeorgiEliminate strict aliasing related warnings.
2011-01-18 Zheng Baoremove the code which is not ready to release.
2011-01-18 Zheng Baoremove the code which is not ready to release.
2011-01-18 Zheng Baoremove the code which is not ready to release.
2011-01-18 Zheng Baoremove the code which is not ready to release.
2011-01-18 Zheng Baoremove the code which is not ready to release.
2011-01-17 Peter Stugecbfstool: When extracting, refer to files in CBFS as...
2011-01-17 Peter Stugecbfstool: Trivial move of newline after commands in...
next