coreboot.git
2009-03-08 Marc JonesAdd some basic K8 MSRs.
2009-03-06 Carl-Daniel... FreeBSD definitions of (read|write)[bwl] collide with...
2009-03-06 Stefan ReinauerSome updates for core/core duo/core2/core2 duo cpus.
2009-03-06 Stefan Reinauer* fix a minor power state issue in the ich7 smm handler
2009-03-06 Stefan ReinauerFix mmconf (PCIe memory mapped config space access...
2009-03-06 Stefan Reinaueruse include file for i8259 where appropriate (trivial)
2009-03-06 Stefan Reinauerclean up qemu target config (trivial)
2009-03-06 Stefan Reinauerfix strstr. Seems the function never worked before...
2009-03-06 Stefan Reinauerfix a bunch of cast and type warnings and don't call...
2009-03-06 Stefan Reinaueruse pointers instead of size_t when dealing with pointe...
2009-03-06 Stefan Reinaueruse inb instead of outb for delays in usb debug code...
2009-03-06 Stefan Reinauerreally clean out all compile time generated files ...
2009-03-06 Carl-Daniel... During the conversion of flash chip accesses to helper...
2009-03-05 Carl-Daniel... If get_pbus() is called for a device which has no paren...
2009-03-05 Carl-Daniel... flashrom: Use helper functions to access flash chips.
2009-03-04 Carl-Daniel... I just went on a bugfix frenzy and fixed all printk...
2009-03-04 Stefan Reinauerfix make clean as suggested by Myles Watson.
2009-03-02 Rudolf MarekSmall bug somehow slipped there. The method body length...
2009-03-01 Rudolf Marek(Trivial) Add missing header file.
2009-03-01 Stefan ReinauerSome changes required to get yabel working on v2 (and...
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-02-28 Stefan Reinauerfix those two boards that broke due to the config tool...
2009-02-28 Stefan ReinauerThis is a small fix for the last checkin (does not...
2009-02-28 Stefan ReinauerWith this patch the v2 build system will create a direc...
2009-02-27 Stefan ReinauerGeneric approach of putting BIOS tables at the end...
2009-02-27 Myles WatsonThis patch makes several CMOS/NVRAM reads dependent...
2009-02-25 Zheng Baoflashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READ
2009-02-22 Mart Raudsepplibpayload: Fix build when both USB and PS/2 keyboard...
2009-02-22 Peter Stugeflashrom: SST29EE020A TEST_OK_ PROBE READ ERASE WRITE
2009-02-19 Rudolf MarekThis patch is for AMD boards which can do the P state...
2009-02-18 Carl-Daniel... Carl-Daniel's part:
2009-02-17 Carl-Daniel... Add QWord support to acpigen.
2009-02-17 Ulf JordanBayou: Clean up Bayou's window after returning from...
2009-02-17 Patrick GeorgiUnify CAR so the same compiled code does the right...
2009-02-15 Ronald G. MinnichThis is a safety measure, since the shipping buildrom...
2009-02-15 Stefan Reinauer- Fix up amd pistachio and dbm690t.
2009-02-14 Rudolf MarekChange Log:
2009-02-14 Rudolf MarekBellongs to r3946
2009-02-14 Rudolf MarekFollowing patch adds dynamically generated P-States...
2009-02-13 Ronald G. MinnichThis target is dead.
2009-02-13 Carl-Daniel... Increase ROM_IMAGE_SIZE for the agami aruma to resolve...
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
2009-02-12 Stefan ReinauerFix mtrr setup for UMA architectures.
2009-02-12 Carl-Daniel... Fix typo in PCI ID (1914 should have been 7914).
2009-02-12 Carl-Daniel... Remove dead lines. Trivial.
2009-02-12 Carl-Daniel... Rename TOM to TOM1 and refer to the SSDT value with...
2009-02-12 Carl-Daniel... Improve mainboard.c comments for DBM690T and Pistachio.
2009-02-11 Carl-Daniel... Print a loud warning message if we run out of MTRRs.
2009-02-11 Carl-Daniel... Fix one leftover reference to AmlCode_ssdt which was...
2009-02-10 Ulf JordanFix bayou payload execution.
2009-02-10 Ulf JordanFix bayou payload execution.
2009-02-10 Myles WatsonChange 0x%p to %p. Thanks Stefan for catching the...
2009-02-09 Peter Stugeflashrom: Fix broken flash chip base address logic
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2009-02-05 Dan LykowskiUse the correct device for switching on HDA.
2009-02-03 Rudolf MarekFollowing patch converts the run-time SSDT patching...
2009-02-03 Rudolf MarekFollowing patch adds missing CPU names. Please check
2009-02-02 Peter Stugeflashrom: MSI MS-7046 board enable
2009-02-01 Rudolf Marek Following patch fixes VIA SPI (VT8237S). It needs...
2009-02-01 Rudolf MarekFollowing patch adds dynamic ACPI AML code generator...
2009-01-30 Carl-Daniel... Bring AMD K8 ACPI mangling more in line with Fam10...
2009-01-28 Carl-Daniel... Factor out read and erase functions from flashrom main().
2009-01-28 Carl-Daniel... Correct FDAT->FADT typo.
2009-01-26 Peter Stugemsrtool: Allow MSR symbols (names) to also be used...
2009-01-26 Peter Stugemsrtool: Linux /dev/cpu/*/msr returns the low 32 bits...
2009-01-26 Peter Stugeflashrom: Add VT8237A PCI ID
2009-01-26 Peter Stugeflashrom: Fix one dead increment and one dead assignmen...
2009-01-26 Peter Stugeflashrom: Driver for ST M29F002T/NT/B. T/NT TEST_OK_...
2009-01-26 Peter Stugeflashrom: Fix copypaste error in r3913.
2009-01-26 Peter Stugemsrtool: AMD CS5536 probe implementation.
2009-01-26 Peter Stugemsrtool: Make configure work with zsh, the default...
2009-01-26 Peter Stugeflashrom: SST25VF040B using 0x90 identification and...
2009-01-26 Peter Stugeflashrom: Decode SST25VF040B status register, also...
2009-01-26 Peter Stugeflashrom: Intel Desktop Board D201GLY
2009-01-26 Peter Stugeflashrom: Winbond SuperIO SPI driver.
2009-01-26 Peter Stugeflashrom: Export Winbond SuperIO register access functi...
2009-01-26 Peter Stugeflashrom: Document exit() codes introduced in r3907.
2009-01-26 Peter Stugeflashrom: exit(2) on /dev/mem open() failure and exit...
2009-01-26 Peter Stugeflashrom: Add license header to physmap.c so everyone...
2009-01-26 Stefan Reinauerflashrom: Darwin / Mac OS X
2009-01-26 Peter Stugeflashrom: Small cleanup in Makefile.
2009-01-26 Stefan Reinauerflashrom: Abstract mmap() in physmap.c and only open...
2009-01-26 Stefan Reinauerfix a potential null pointer reference in strdup (as...
2009-01-26 Peter Stugeflashrom: Change flashrom.c:map_flash_registers() from...
2009-01-26 Peter Stugeflashrom: Forgot some things in r3899.
2009-01-26 Peter Stugeflashrom: Little readability improvement in cbtable...
2009-01-26 Stefan Reinauerflashrom: Change FreeBSD #ifdef into #if defined()
2009-01-25 Peter Stugeflashrom: Make Makefile a bit more portable. Shell...
2009-01-25 Peter Stugeflashrom: Add dry Am29F080B Am29LV081B SST39VF080 defin...
2009-01-25 Peter Stugeflashrom: Beautify flash chip ID verbose printout a...
2009-01-25 Peter Stugeflashrom: Fix stupid off-by-one error in erase verifica...
2009-01-24 Peter Stugeflashrom: ST M50FW080 TEST_OK_ PROBE READ ERASE WRITE
2009-01-24 Peter Stugeflashrom: SST25VF080B TEST_OK_PROBE
2009-01-23 Maggie LiFix rs690 bug about GPPSB configuration.
2009-01-23 Peter Stugeflashrom: Check all mmap() calls and print helpful...
2009-01-22 Peter Stugeflashrom: Provide some hints for the user in case ...
2009-01-21 Stefan ReinauerNow that x86emu debugging is actually working, it shoul...
2009-01-20 Stefan Reinauerforgot to svn add
2009-01-20 Stefan ReinauerUpdate Kontron board
2009-01-20 Stefan Reinauerfix small TOLUD issue in i945 raminit (trivial)
next