aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2009-04-22A small utility to dump the RAM of a laptop's Embedded/EnvironmentalStefan Reinauer
2009-04-21flashrom: Add support for Gigabyte GA-MA790FX-DQ6. This board usesCarl-Daniel Hailfinger
2009-04-21Add an "-l <num>" argument to abuild that sets the LOGLEVEL variablesPatrick Georgi
2009-04-21Eliminate various issues brought up by scan-build.Patrick Georgi
2009-04-21scan-build prefers -include over --includes=, gcc knows both.Patrick Georgi
2009-04-21flashrom: Support Macronix MX2512805D flash chipStephan Guilloux
2009-04-21flashrom: Trivial indent fixStephan Guilloux
2009-04-20After verification in datasheets, all MX25 accept the same opcodesStephan Guilloux
2009-04-20This patch adds Myles Watson
2009-04-20flashrom: board_enables: reconstruct table.Luc Verhaegen
2009-04-20flashrom: Trivial README change Flashrom->flashromPeter Stuge
2009-04-19flashrom: MX25L1605 and 1635 accept Chip Erase opcodes 60 and C7Stephan Guilloux
2009-04-19Add MX25L1635D support, as discussed on #coreboot.Stephan Guilloux
2009-04-17flashrom: Add VIA PC3500G board. It has SPI flash behind ITE8716 on LPC.Peter Stuge
2009-04-17Add include to config.gMyles Watson
2009-04-17There are two identical cfgfile rules in config.g. Remove one of them.Myles Watson
2009-04-17This patch allows you to add lines of the formMyles Watson
2009-04-15Add -r|--remove option to force abuild to remove the output directoryUwe Hermann
2009-04-15Some coding style and consistency fixes (trivial).Uwe Hermann
2009-04-14util/cbfstool/tools/rom-mk*->cbfs-mk* renamePeter Stuge
2009-04-14v2/src romfs->cbfs renamePeter Stuge
2009-04-14util: romfs->cbfs renamePeter Stuge
2009-04-14v2/util: romfs -> cbfs renamePeter Stuge
2009-04-13Fix typo. Add missing copyright year.Uwe Hermann
2009-04-11Mention a few more flash chip packages in README/manpage.Uwe Hermann
2009-04-10move architecture override before cross compiler detection, or the SandpointStefan Reinauer
2009-04-10Add a note that 'modprobe msr' might be required.Uwe Hermann
2009-04-10Fix typo.Uwe Hermann
2009-04-10Various manpage / README fixes:Uwe Hermann
2009-04-09Fixed the typo should indeed be a 0x2e.Mondrian nuessle
2009-04-08Only build romfs on those target that have CONFIG_ROMFS enabled.Stefan Reinauer
2009-04-04Makefile includes were mixed up.Stefan Reinauer
2009-04-04This fixes a race condition (revealed by my other check-in r4067) in theStefan Reinauer
2009-04-04build romtool in mainboard target directory.Stefan Reinauer
2009-04-04fix cross compilation in abuild for certain scenarios Stefan Reinauer
2009-04-04fix some warnings by casting safely. (trivial)Stefan Reinauer
2009-04-04use $(MAKE) instead of hardcoded "make".. (trivial)Stefan Reinauer
2009-04-04Fix the concurrency issue of building romtool.Patrick Georgi
2009-04-03I thought that romfs infrastructure is done now, but there were somePatrick Georgi
2009-04-03This patch implements --include=file.h for romcc.Stefan Reinauer
2009-04-03the attached patch is the last infrastructure change necessary forPatrick Georgi
2009-04-02Ronald Hoogenboom writes:Ronald Hoogenboom
2009-03-31This patch adds Jordan's romtool support for v2. Ronald G. Minnich
2009-03-30flashrom: Board enable support for HP DL145 G3.Mondrian Nuessle
2009-03-25- List SMSC LPC47N227 runtime register block as supported.Uwe Hermann
2009-03-23msrtool: If an MSR name lookup fails in msraddrbyname(), return the strtoul()...Peter Stuge
2009-03-19Move the Atmel AT45 comments about block and page sizes from the end ofCarl-Daniel Hailfinger
2009-03-17Add support for high coreboot table to mkelfimageStefan Reinauer
2009-03-17This patch adds "high coreboot table support" to coreboot version 2.Stefan Reinauer
2009-03-17This patch adds "high coreboot table support" to coreboot version 2.Stefan Reinauer
2009-03-15abuild: Don't forget CROSS_COMPILE anymore.Stefan Reinauer
2009-03-14trivial patch for abuild: allow powerpc-elf-gcc, too.Stefan Reinauer
2009-03-13this commit should fix Ticket #122 (proper log files for all builds)Stefan Reinauer
2009-03-1120090310-3-scanbuild:Patrick Georgi
2009-03-11abuild:Stefan Reinauer
2009-03-11Add support for the LPC47M182 to superiotoolStefan Reinauer
2009-03-08Add some basic K8 MSRs. Marc Jones
2009-03-06FreeBSD definitions of (read|write)[bwl] collide with our own. Before weCarl-Daniel Hailfinger
2009-03-06During the conversion of flash chip accesses to helper functions, ICarl-Daniel Hailfinger
2009-03-05flashrom: Use helper functions to access flash chips.Carl-Daniel Hailfinger
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-28This is a small fix for the last checkin (does not fix those two boards) thatStefan Reinauer
2009-02-28With this patch the v2 build system will create a directory hierarchyStefan Reinauer
2009-02-25flashrom: Add SST25VF040.REMS with TEST_OK_ PROBE READZheng Bao
2009-02-22flashrom: SST29EE020A TEST_OK_ PROBE READ ERASE WRITEPeter Stuge
2009-02-18Carl-Daniel's part:Carl-Daniel Hailfinger
2009-02-10Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931.Myles Watson
2009-02-09flashrom: Fix broken flash chip base address logicPeter Stuge
2009-02-02flashrom: MSI MS-7046 board enablePeter Stuge
2009-02-01 Following patch fixes VIA SPI (VT8237S). It needs to have opcodesRudolf Marek
2009-01-28Factor out read and erase functions from flashrom main().Carl-Daniel Hailfinger
2009-01-26msrtool: Allow MSR symbols (names) to also be used as addresses.Peter Stuge
2009-01-26msrtool: Linux /dev/cpu/*/msr returns the low 32 bits before the high 32 bits.Peter Stuge
2009-01-26flashrom: Add VT8237A PCI IDPeter Stuge
2009-01-26flashrom: Fix one dead increment and one dead assignment as found by clang.Peter Stuge
2009-01-26flashrom: Driver for ST M29F002T/NT/B. T/NT TEST_OK_ PROBE READ ERASE WRITEPeter Stuge
2009-01-26flashrom: Fix copypaste error in r3913.Peter Stuge
2009-01-26msrtool: AMD CS5536 probe implementation.Peter Stuge
2009-01-26msrtool: Make configure work with zsh, the default shell in Darwin.Peter Stuge
2009-01-26flashrom: SST25VF040B using 0x90 identification and AAI write.Peter Stuge
2009-01-26flashrom: Decode SST25VF040B status register, also from July 2008.Peter Stuge
2009-01-26flashrom: Intel Desktop Board D201GLYPeter Stuge
2009-01-26flashrom: Winbond SuperIO SPI driver.Peter Stuge
2009-01-26flashrom: Export Winbond SuperIO register access functions in board_enable.c.Peter Stuge
2009-01-26flashrom: Document exit() codes introduced in r3907.Peter Stuge
2009-01-26flashrom: exit(2) on /dev/mem open() failure and exit(3) on mmap() failure.Peter Stuge
2009-01-26flashrom: Add license header to physmap.c so everyone is happy. :)Peter Stuge
2009-01-26flashrom: Darwin / Mac OS XStefan Reinauer
2009-01-26flashrom: Small cleanup in Makefile.Peter Stuge
2009-01-26flashrom: Abstract mmap() in physmap.c and only open /dev/mem on the first ph...Stefan Reinauer
2009-01-26flashrom: Change flashrom.c:map_flash_registers() from int to void.Peter Stuge
2009-01-26flashrom: Forgot some things in r3899.Peter Stuge
2009-01-26flashrom: Little readability improvement in cbtable.c:coreboot_init()Peter Stuge
2009-01-26flashrom: Change FreeBSD #ifdef into #if defined()Stefan Reinauer
2009-01-25flashrom: Make Makefile a bit more portable. Shell echo doesn't always know -n.Peter Stuge
2009-01-25flashrom: Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheets.Peter Stuge
2009-01-25flashrom: Beautify flash chip ID verbose printout a little, always use %02x.Peter Stuge
2009-01-25flashrom: Fix stupid off-by-one error in erase verification.Peter Stuge
2009-01-24flashrom: ST M50FW080 TEST_OK_ PROBE READ ERASE WRITEPeter Stuge
2009-01-24flashrom: SST25VF080B TEST_OK_PROBEPeter Stuge