Age | Commit message (Expand) | Author |
2008-11-28 | Add support for the AMD/ATI SB600 southbridge SPI functionality. | Jason Wang |
2008-11-28 | This patch from Ralf Grosse Boerger makes debugging more comfortable. | Stefan Reinauer |
2008-11-28 | This patch fixes the ugly race condition created through build_opt_tbl | Stefan Reinauer |
2008-11-28 | Add SST25VF080B flash chip support. | Jason Wang |
2008-11-28 | Flashrom already has the following probe functions: | Carl-Daniel Hailfinger |
2008-11-27 | The existing check in probe_spi_res() was right for SPI controllers | Carl-Daniel Hailfinger |
2008-11-27 | Remove the unnecessary memctrl[] indirection, 440BX only has one | Uwe Hermann |
2008-11-26 | Increase the qemu rom size (non-LAB) to 512KB so that grub2 fits. | Ward Vandewege |
2008-11-25 | libpayload: Fix immediate rebuild after a clean | Mart Raudsepp |
2008-11-25 | msrtool: Use libpci to let system and target probes find PCI devices. | Peter Stuge |
2008-11-24 | Add support for 32Mbit SPI flash SST25VF032B. Tested on gigabyte m57sli. | Tero O Peippola |
2008-11-24 | [PATCH] libpayload: rename config.h to libpayload-config.h | Jordan Crouse |
2008-11-22 | msrtool: Very small fixes I made after sending out the rc1 tarball. | Peter Stuge |
2008-11-22 | msrtool: Release Candidate 1 | Peter Stuge |
2008-11-21 | i810: Add support for multiple DIMMs, both single-sided and double-sided, | Elia Yehuda |
2008-11-20 | Get rid of the unnecessary indirection by 'struct mem_controller' for the | Uwe Hermann |
2008-11-20 | fix Config-abuild.lb for all targets that need a failover image and | Stefan Reinauer |
2008-11-20 | OK, people, watch this. | Stefan Reinauer |
2008-11-19 | Coding-style and whitespace fixes (also to make the code more similar | Uwe Hermann |
2008-11-19 | Add support for the LiPPERT Cool RoadRunner-LX embedded PC board: | Jens Rottmann |
2008-11-18 | i810: Add some more comments, and especially add a list of tested BUFF_SC | Uwe Hermann |
2008-11-18 | Currently flashrom assumes every vendor BIOS shares our view about which | Carl-Daniel Hailfinger |
2008-11-18 | Check for failed SPI command execution in flashrom. Although SPI itself | Carl-Daniel Hailfinger |
2008-11-18 | Implement read support for the following Atmel chips: | Carl-Daniel Hailfinger |
2008-11-17 | flashrom: SST39VF020 TEST_OK_ PROBE READ ERASE WRITE | Mart Raudsepp |
2008-11-15 | The AT25 and AT26 series SPI chips from Atmel are plain EEPROMs. | Carl-Daniel Hailfinger |
2008-11-14 | Rename LinuxBIOS strings and filenames to coreboot. | Uwe Hermann |
2008-11-14 | drop dead code in sb600 hda | Stefan Reinauer |
2008-11-12 | Add another AM2 cpuid to the name string. Also, colapse the cases for duplica... | Marc Jones |
2008-11-12 | Add detection support for ITE IT8228E, IT8711F, IT8722F, IT8761E, | Uwe Hermann |
2008-11-11 | Signed-off-by: Robert Millan <rmh@aybabtu.com> | Robert Millan |
2008-11-11 | Signed-off-by: Robert Millan <rmh@aybabtu.com> | Robert Millan |
2008-11-11 | Thanks to Uwe Hermann for spotting this typo. | Stefan Reinauer |
2008-11-11 | Add support for the Winbond W83627DHG Super I/O. | Uwe Hermann |
2008-11-11 | [PATCH] coreboot-v2: Add multiboot support | Robert Millan |
2008-11-11 | [PATCH] coreinfo: Add multiboot parsing support | Jordan Crouse |
2008-11-11 | [PATCH] Add sysinfo_have_multiboot function | Jordan Crouse |
2008-11-11 | Always enable serial before SMBus (or as early as possible), as the SMBus | Uwe Hermann |
2008-11-10 | Merge some parts of the i945 review (trivial): | Stefan Reinauer |
2008-11-10 | cosmetic update for getpir. | Stefan Reinauer |
2008-11-09 | i945.h: Add some more comments, align data for better readability (trivial). | Uwe Hermann |
2008-11-08 | The POST_CODE macro had the outb() argument order backwards. | Carl-Daniel Hailfinger |
2008-11-08 | flashrom: SST39SF040 TEST_OK_ PROBE READ ERASE WRITE | Peter Stuge |
2008-11-08 | Update bayou to use ACS_ macros for line drawing characters. | Ulf Jordan |
2008-11-06 | Re-add "based on" lines. | Uwe Hermann |
2008-11-06 | Drop #defines for registers that are not existant on the ICH7. | Uwe Hermann |
2008-11-06 | The enable_hpet() code in intel/i82801gx will not work with the | Uwe Hermann |
2008-11-05 | The ST M25P16 chip has been confirmed to work fine for probe, read, | Carl-Daniel Hailfinger |
2008-11-04 | Add support for 8 new chips to flashrom and fix up 2 existing chips | Carl-Daniel Hailfinger |
2008-11-03 | Fix compile errors if CONFIG_FS_PAYLOAD=1: | Jens Rottmann |