- 15 Jun, 2009 1 commit
-
-
Carl-Daniel Hailfinger authored
And even when it checks if the erase worked, the result of that check is often ignored. Convert all erase functions and actually check return codes almost everywhere. Check inside all erase_* routines if erase worked, not outside. erase_sector_jedec and erase_block_jedec have changed prototypes to enable erase checking. Uwe successfully tested LPC on an CK804 box and SPI on some SB600 box. Corresponding to flashrom svn r595. Signed-off-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Signed-off-by:
Urja Rannikko <urjaman@gmail.com> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 16 May, 2009 2 commits
-
-
Uwe Hermann authored
Build-tested on 32bit x86. Corresponding to flashrom svn r521. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Carl-Daniel Hailfinger authored
Use chipaddr instead of volatile uint8_t * because when we access chips in external flashers, they are not accessed via pointers at all. Benefits: This allows us to differentiate between volatile machine memory accesses and flash chip accesses. It also enforces usage of chip_{read,write}[bwl] to access flash chips, so nobody will unintentionally use pointers to access chips anymore. Some unneeded casts are removed as well. Grepping for chip operations and machine memory operations doesn't yield any false positives anymore. Compile tested on 32 bit and 64 bit Linux. Corresponding to flashrom svn r519. Signed-off-by:
Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 21 Oct, 2008 1 commit
-
-
Uwe Hermann authored
This has been tested on hardware by me. Corresponding to flashrom svn r327 and coreboot v2 svn r3682. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 17 Oct, 2007 1 commit
-
-
Uwe Hermann authored
Corresponding to flashrom svn r151 and coreboot v2 svn r2873. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 09 Sep, 2007 1 commit
-
-
Uwe Hermann authored
Corresponding to flashrom svn r136 and coreboot v2 svn r2768. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 29 Aug, 2007 1 commit
-
-
Uwe Hermann authored
No changes in content of the files. Corresponding to flashrom svn r131 and coreboot v2 svn r2751. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 23 Aug, 2007 2 commits
-
-
Uwe Hermann authored
Corresponding to flashrom svn r130 and coreboot v2 svn r2748. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
Uwe Hermann authored
Corresponding to flashrom svn r128 and coreboot v2 svn r2746. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 24 May, 2007 1 commit
-
-
Stefan Reinauer authored
Corresponding to flashrom svn r115 and coreboot v2 svn r2693. Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 23 May, 2007 1 commit
-
-
Stefan Reinauer authored
* Give decent names to virt_addr and virt_addr_2 * add some comments * move virtual addresses to the end of the struct, so they dont mess up the initializer. Corresponding to flashrom svn r111 and coreboot v2 svn r2689. Signed-off-by:
Stefan Reinauer <stepan@coresystems.de> Acked-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 01 Apr, 2007 1 commit
-
-
Uwe Hermann authored
Corresponding to flashrom svn r97 and coreboot v2 svn r2577. Signed-off-by:
Uwe Hermann <uwe@hermann-uwe.de> Acked-by:
Uwe Hermann <uwe@hermann-uwe.de>
-
- 07 Oct, 2006 1 commit
-
-
Roman Kononov authored
Corresponding to flashrom svn r64 and coreboot v2 svn r2448. Signed-off-by: Roman Kononov <kononov195-lbl@yahoo.com>. X-Signed-off-by:
Stefan Reinauer <stepan@coresystems.de>
-
- 23 Aug, 2006 1 commit
-
-
Stefan Reinauer authored
Corresponding to flashrom svn r60 and coreboot v2 svn r2386.
-
- 20 Mar, 2006 1 commit
-
-
Stefan Reinauer authored
Corresponding to flashrom svn r50 and coreboot v2 svn r2220.
-
- 17 Mar, 2006 1 commit
-
-
Stefan Reinauer authored
Corresponding to flashrom svn r48 and coreboot v2 svn r2210.
-
- 26 Nov, 2005 1 commit
-
-
Ollie Lho authored
Corresponding to flashrom svn r34 and coreboot v2 svn r2111.
-
- 11 Jan, 2005 1 commit
-
-
Ollie Lho authored
Corresponding to flashrom svn r31 and coreboot v2 svn r1852.
-
- 27 Mar, 2004 1 commit
-
-
Ollie Lho authored
Corresponding to flashrom svn r19 and coreboot v2 svn r1486.
-
- 20 Mar, 2004 2 commits
- 19 Mar, 2004 1 commit
-
-
Ollie Lho authored
Corresponding to flashrom svn r14 and coreboot v2 svn r1456.
-
- 18 Mar, 2004 2 commits
- 17 Mar, 2004 2 commits
-
-
Ollie Lho authored
Corresponding to flashrom svn r7 and coreboot v2 svn r1433.
-
David Hendricks authored
Corresponding to flashrom svn r5 and coreboot v2 svn r1422.
-
- 10 Feb, 2004 1 commit
-
-
Ronald G. Minnich authored
Corresponding to flashrom svn r3 and coreboot v2 svn r1375.
-
- 12 Sep, 2003 1 commit
-
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r873.
-
- 28 Mar, 2003 1 commit
-
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r760.
-
- 28 Feb, 2003 1 commit
-
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r752.
-
- 18 Jul, 2002 1 commit
-
-
Ollie Lho authored
Corresponding to coreboot v1 svn r606.
-
- 10 Apr, 2002 1 commit
-
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r544.
-
- 21 Mar, 2002 1 commit
-
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r524.
-
- 29 Jan, 2002 2 commits
-
-
Ronald G. Minnich authored
- switch to volatile everywhere - use myusec_delay instead of usleep Corresponding to coreboot v1 svn r492.
-
Ronald G. Minnich authored
Corresponding to coreboot v1 svn r489.
-