coreboot.git
2009-04-01 Marc JonesFix typo.
2009-04-01 Zheng BaoUpdated microcode for for AMD Fam10 DR-B2 and B3.
2009-04-01 Ronald G. Minnichforgot this.
2009-04-01 Stefan Reinauer(trivial) add filo call back for those few mainboards...
2009-04-01 Stefan ReinauerDrop CONFIG_CHIP_NAME. Those config statements in Confi...
2009-04-01 Patrick GeorgiForgot CONFIG_ROMFS for supermicro/h8dme.
2009-04-01 ebiedermAdd copyright notices to two files, src/boot/elfboot.c
2009-04-01 Ronald G. MinnichThis code adds support for coreboot images that use...
2009-03-31 Stefan Reinauerfix typo
2009-03-31 Stefan Reinauerfix typo
2009-03-31 Stefan Reinauerfix shadow variable in compute_ip_checksum.c
2009-03-31 Ronald G. MinnichAdd the CONFIG_ROMS config variable.
2009-03-31 Robert MillanThis fixes a shadowed declaration in multiboot.c.
2009-03-31 Stefan Reinauercosmetic fix for function definition.
2009-03-31 Ronald G. MinnichThis patch adds Jordan's romtool support for v2.
2009-03-30 Mondrian Nuessleflashrom: Board enable support for HP DL145 G3.
2009-03-26 Rudolf MarekDuring the suspend/resume programming I came to an...
2009-03-25 Uwe Hermann- List SMSC LPC47N227 runtime register block as supported.
2009-03-25 Zeng BaoThe latest ucode patches for Family 10h:
2009-03-24 Stefan ReinauerEvery object file with a struct pci_driver ... __pci_dr...
2009-03-23 Peter Stugemsrtool: If an MSR name lookup fails in msraddrbyname...
2009-03-21 Rudolf MarekTo make use of HAVE_HIGH_TABLES following patch is...
2009-03-21 Rudolf MarekTo make use of HAVE_HIGH_TABLES following patch is...
2009-03-20 Myles WatsonKevin O'Connor said:
2009-03-20 Marc JonesAdd Supermicro h8dm3 mainboard. This is mostly a copy...
2009-03-20 Marc JonesFix CPUID typo. This caused fid to memory speed calcula...
2009-03-19 Carl-Daniel... Move the Atmel AT45 comments about block and page sizes...
2009-03-19 Stefan Reinauerfix the following warning on all boards that don't...
2009-03-19 Stefan Reinauerfix totalimpact briq compilation. the target had a...
2009-03-18 Pattrick Hueperadd YABEL flag to options to decide wether access to...
2009-03-17 Stefan ReinauerAdd high coreboot table support to libpayload
2009-03-17 Stefan ReinauerAdd support for high coreboot table to mkelfimage
2009-03-17 Stefan ReinauerDon't know if this is the correct fix, but it fixes...
2009-03-17 Stefan ReinauerThis patch adds "high coreboot table support" to corebo...
2009-03-17 Stefan ReinauerThis patch adds "high coreboot table support" to corebo...
2009-03-17 Stefan ReinauerThis patch adds "high coreboot table support" to corebo...
2009-03-17 Carl-Daniel... - TOM2 is filled in by the dynamic ACPI code. Don't...
2009-03-16 stepandrop empty directory. (trivial)
2009-03-16 Stefan Reinauerfix typo in pci_device.c (trivial)
2009-03-15 Stefan ReinauerFix all build problems on PPC except the _SDA_BASE...
2009-03-15 Stefan Reinauerabuild: Don't forget CROSS_COMPILE anymore.
2009-03-14 Stefan Reinauertrivial patch for abuild: allow powerpc-elf-gcc, too.
2009-03-14 Pattrick Hueperadd YABEL Debug Flags to Options
2009-03-13 Stefan Reinauerthis commit should fix Ticket #122 (proper log files...
2009-03-13 Myles WatsonThis patch reverts SuperIO changes that I was too hasty...
2009-03-13 Stefan ReinauerThis one is an example on how to drop vgabios.c from...
2009-03-13 Stefan ReinauerThis, ladies and gentlement, is commit #4000.
2009-03-13 Stefan ReinauerACPI implementation for i945, ICH7, Kontron 986LCD-M
2009-03-12 Myles WatsonFix HIGH_TABLES introduced error when compiling without...
2009-03-11 Stefan Reinaueri945 northbridge update
2009-03-11 Patrick Georgi20090310-3-scanbuild:
2009-03-11 Patrick Georgi20090310-2-gcc-for-real:
2009-03-11 Patrick Georgi20090310-1-paths:
2009-03-11 Stefan ReinauerKontron 986LCD-M updates:
2009-03-11 Stefan Reinauerabuild:
2009-03-11 Stefan ReinauerThis patch contains some significant updates to the...
2009-03-11 Stefan ReinauerAdd support for the LPC47M182 to superiotool
2009-03-10 Myles WatsonThis patch adds ACPI support for Tyan s2891, s2892...
2009-03-10 Myles WatsonThis patch adds common elements for ck804-based boards.
2009-03-10 Myles WatsonThis patch adds empty acpi_fill_slit functions so they...
2009-03-10 Myles WatsonThis patch makes the boards use a single amdk8_util...
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...
next