Age | Commit message (Expand) | Author |
2008-05-14 | Add more infrastructure for flashrom ICH9 support. | Carl-Daniel Hailfinger |
2008-05-14 | fix license mentioning in manpage (trivial) | Stefan Reinauer |
2008-05-14 | trivial patch: move maintainable parts to the top and add ICH7-M DH southbridge | Stefan Reinauer |
2008-05-14 | trivial patch to fix options. Thanks to Uwe Hermann for the hint! | Stefan Reinauer |
2008-05-14 | Add the Intel 6300ESB as known chipset to the chipset struct enables. | Claus Gindhart |
2008-05-14 | Fix crash caused by division by zero for unknown flash chips. | Carl-Daniel Hailfinger |
2008-05-14 | Check the JEDEC vendor ID for correct parity. Flash chips which can be | Carl-Daniel Hailfinger |
2008-05-14 | Example on how to add other chipsets to inteltool. ICH/ICH0, ICH4(-M) and ICH7 | Stefan Reinauer |
2008-05-14 | Add lots of ATMEL SPI flash chips to flash.h. | Carl-Daniel Hailfinger |
2008-05-13 | flashrom: Move all IT87xx specific SPI routines from spi.c to a separate | Carl-Daniel Hailfinger |
2008-05-13 | Add new revised inteltool that dumps all kinds of chipset information and dro... | Stefan Reinauer |
2008-05-13 | This is a trivial patch which fixes the tint build by removing the extra | Myles Watson |
2008-05-13 | flashrom: Move the SPI #defines from spi.c to spi.h | Carl-Daniel Hailfinger |
2008-05-13 | Change the SPI parts of flashrom to prepare for a merge of | Carl-Daniel Hailfinger |
2008-05-12 | MX25L3205 and W25x40 have been confirmed to probe/read/erase/write OK | Carl-Daniel Hailfinger |
2008-05-12 | Add SST39VF512, SST39VF010, SST39VF040 support to flashrom. The SST39LF | Carl-Daniel Hailfinger |
2008-05-11 | Fix the build when serial console support is disabled (trivial). | Uwe Hermann |
2008-05-11 | Quickfix to repair 'make clean; make menuconfig' (trivial). | Uwe Hermann |
2008-05-10 | Improve flashrom SPI abstraction, second step. | Carl-Daniel Hailfinger |
2008-05-10 | flashrom: Rename generic_spi_*() functions to spi_*() | Peter Stuge |
2008-05-09 | coreboot-v2: Disable second serial port on Norwich | Jordan Crouse |
2008-05-08 | Add support for dumping ITE IT8718F EC registers (trivial). | Uwe Hermann |
2008-05-08 | Don't split up register list in two blocks, otherwise "Register dump:" | Uwe Hermann |
2008-05-08 | flashrom: Probe for up to 3 flash chips. | Claus Gindhart |
2008-05-07 | Implement GPIO configuration routines for the Intel 3100 southbridge, | Ed Swierk |
2008-05-07 | coreinfo: Add a module for browsing the boot LAR | Jordan Crouse |
2008-05-07 | libpayload: Add LAR walking support | Jordan Crouse |
2008-05-07 | Fix a typo in lbtdump output (trivial). | Ed Swierk |
2008-05-06 | coreinfo: Show the current time and date in the menu | Jordan Crouse |
2008-05-06 | We were in the risk of running out of space in the option menu at | Jordan Crouse |
2008-05-06 | The previous commit had more in it then I wanted - so I am reverting | Jordan Crouse |
2008-05-06 | coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO | Jordan Crouse |
2008-05-06 | cs5536 IDE PWB flag was not getting set since it is 1<<14 and it was only doi... | Marc Jones |
2008-05-06 | This patch changes Config-lab.lb for qemu to use lzma like the other targets. | Myles Watson |
2008-05-06 | This patch adds pc keyboard init function call for qemu in v2 since some payl... | Aaron Lwe |
2008-05-06 | Fix various issues on MSI MS-7135 board. | Jonathan A. Kollasch |
2008-05-05 | This patch changes the payload path for Config.lb; this board is supported by | Ward Vandewege |
2008-05-03 | flashrom: Add a tested bitmap field to the flash chip table. | Peter Stuge |
2008-04-30 | By default, the Intel 3100 LPC interface enables only I/O range 0x3f8 | Ed Swierk |
2008-04-29 | flashrom: Enable ROM decode range to 1MB for vt8237r | Bari Ari |
2008-04-28 | The generic jedec.c does not work for the ST M50FLW flash | Claus Gindhart |
2008-04-28 | flashrom: Handle NULL probe, erase and write function pointers in the | Peter Stuge |
2008-04-25 | libpayload: Add gettimeofday() and friends | Jordan Crouse |
2008-04-25 | libpayload: Fix a small but aggressive bug in printf() | Jordan Crouse |
2008-04-25 | libpayload: Enable keyboard translation so that we can use scancode set 1 | Jordan Crouse |
2008-04-25 | libpayload: Fix malloc allocation | Jordan Crouse |
2008-04-25 | libpayload: Add the null terminator to the end of the duplicated string | Jordan Crouse |
2008-04-25 | Change abuild ROM_IMAGE_SIZE to match the standard s_c_fam10 Config.lb. | Marc Jones |
2008-04-25 | Remove inline from FAM10 CPU initialization functions. | Marc Jones |
2008-04-25 | Fix so pci device memory allocation does not use memory base address at 0xfec... | Aaron Lwe |
2008-04-25 | Payload location fix for buildrom (trivial). | Uwe Hermann |
2008-04-24 | Add CPUID processor name string support for Fam10 CPUs. | Marc Jones |
2008-04-24 | On APs the ClLinesToNbDis was being left enabled from CAR setup. | Marc Jones |
2008-04-24 | This board (http://www.ieiworld.com/en/product_IPC.asp?model=PCISA-LX) | Nikolay Petukhov |
2008-04-24 | Flash pages, which where excluded from updating using the exclude or the | Claus Gindhart |
2008-04-23 | Same old story: Fam10 needs more space again. My calculations say it | Carl-Daniel Hailfinger |
2008-04-23 | Trivial payload location changes for buildrom. | Myles Watson |
2008-04-23 | These config files are so that buildrom can use these two boards. | Myles Watson |
2008-04-23 | This is the sata irq patch for s2895 and ultra40. It also changes some broken | Myles Watson |
2008-04-23 | Fix irqs for secondary ports on both sata controllers. | Myles Watson |
2008-04-23 | Detect SMSC SCH5027 (trivial). | Uwe Hermann |
2008-04-23 | This patch fixes the 3 broken sata ports on the Tyan s2891 (primary port on | Ward Vandewege |
2008-04-22 | Clean up and remove late initialization code that is no longer needed. | Marc Jones |
2008-04-22 | Find matching settings for each CPUs FID, VID, and P-state registers and init... | Marc Jones |
2008-04-22 | Update the FAM10 microcode to current versions. | Marc Jones |
2008-04-22 | Missed this file in the previous check-in, r3248. | Marc Jones |
2008-04-22 | Add early MSR and PCI register initialization. | Marc Jones |
2008-04-22 | Add support for a 'bootlog' module to coreinfo. | Uwe Hermann |
2008-04-22 | Show index numbers in the NVRAM dump, similar to the PCI config space dump. | Uwe Hermann |
2008-04-21 | libpayload: Fix keyboard buglet | Jordan Crouse |
2008-04-19 | This trivial patch adds the SMSC SCH3112 Super I/O chip ID to the | Christopher Kilgour |
2008-04-18 | Replace buildtarget's check for --build-id with something | Ed Swierk |
2008-04-18 | Alter buildtarget to invoke the cross-compiler when | Ed Swierk |
2008-04-16 | Change default payload location for easier buildrom support (trivial). | Uwe Hermann |
2008-04-15 | Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). | Uwe Hermann |
2008-04-15 | Add the patch for building tint as payload, as well as a small README, | Uwe Hermann |
2008-04-12 | Correct upper boundary for isxdigit. | Ulf Jordan |
2008-04-11 | Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). | Uwe Hermann |
2008-04-11 | Rewrite and filling of libc/ctype.c (thus adjusting copyright line). | Uwe Hermann |
2008-04-11 | Convert BIN2HEX/HEX2BIN to functions and add the abs() family | Uwe Hermann |
2008-04-11 | Various small consistency fixes (trivial): | Uwe Hermann |
2008-04-11 | libpayload: Add a Geode video driver | Jordan Crouse |
2008-04-11 | Bring Fam10 memory controller init up to date with the latest AMD BKDG | Marc Jones (marc.jones |
2008-04-10 | libpayload: Support functions for Geode | Jordan Crouse |
2008-04-10 | libpayload: Add video console framework | Jordan Crouse |
2008-04-10 | libpayload: Avoid .svn files in the header install | Jordan Crouse |
2008-04-10 | coreinfo: Make coreinfo use the gcc-wrappers from libpayload | Jordan Crouse |
2008-04-09 | Make the sample Makefile a bit more generic, so it can be adapted more | Uwe Hermann |
2008-04-09 | libpayload: Implement gcc wrappers for libpayload | Jordan Crouse |
2008-04-08 | Add missing prototypes for libc/rand.c functions (trivial). | Uwe Hermann |
2008-04-08 | Small curses fixes/additions for libpayload (trivial). | Uwe Hermann |
2008-04-08 | libpayload: Add a timeout function for getchar and getch | Jordan Crouse |
2008-04-07 | Add rand/rand_r/srand functions for generating pseudo-random bytes. | Uwe Hermann |
2008-04-07 | ST M50FW016 and ST M50FW040 support the 82802ab command set, not jedec. | Ed Swierk |
2008-04-07 | Re-add files I deleted by mistake in r3219. They are meant for a different | Marc Jones (marc.jones |
2008-04-07 | Don't check exclusive IRQ fieldin the PIR table. | Marc Jones(marc.jones |
2008-04-06 | This patch halts the tco timer early in the boot process on all ICH series so... | Joseph Smith |
2008-04-05 | libpayload: remove unneeded stack stuff | Jordan Crouse |
2008-04-04 | Fix the case where the user selects no modules in Kconfig at all. | Uwe Hermann |
2008-04-04 | Add a workaround for a bug in some binutils version which strictly | Carl-Daniel Hailfinger |