Re: [coreboot] Flashrom won't work with DediProg SF100 fw 6.5.03

2015-06-10 Thread Stefan Reinauer
* Steve Goodrich steve.goodr...@se-eng.com [150602 20:38]:
 I got the Chromium version of flashrom to work, but it takes 20 minutes to
 flash/verify the 8 MB device.  So, while working is far better than not
 working, it is a bit sluggish.  :-)

I seem to remember there are two ways flashrom can program through a
dediprog, the slow one that always works, and the fast one that we
didn't know which chips it's working with, so it defaults to the slow
path.

Stefan

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot


Re: [coreboot] Cbfstool compilation error with gcc 5.1

2015-06-10 Thread Stefan Reinauer
* Anatol Pomozov anatol.pomo...@gmail.com [150531 08:49]:
 Hi
 
 I am trying to compile coreboot cbfstool on Arch where gcc 5.1 is used. And I
 see following compilation error. I wonder if it is coreboot or gcc issue.
 
 == Starting build()...
 make: Entering directory 
 '/home/anatol/sources/archpackages/coreboot-utils-git/
 src/coreboot/util/cbfstool'
 mkdir -p ./
 cc -D_FORTIFY_SOURCE=2 -D_DEFAULT_SOURCE  -D_POSIX_C_SOURCE=200809L  
 -Iflashmap
 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=
 ssp-buffer-size=4 -g3 -std=c99 -Werror -Wall -Wextra -Wcast-qual
 -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes
 -Wwrite-strings -c -o rmodule.o rmodule.c
 rmodule.c: In function ‘rmodule_create’:
 rmodule.c:286:29: error: ‘phdr’ may be used uninitialized in this function
 [-Werror=maybe-uninitialized]
         (phdr-p_vaddr + phdr-p_memsz))) {
                              ^
 rmodule.c:203:14: note: ‘phdr’ was declared here
   Elf64_Phdr *phdr;
               ^
 cc1: all warnings being treated as errors
 Makefile:55: recipe for target 'rmodule.o' failed
 make: *** [rmodule.o] Error 1
 make: Leaving directory '/home/anatol/sources/archpackages/coreboot-utils-git/
 src/coreboot/util/cbfstool'
 == ERROR: A failure occurred in build().

Looks like a false positive. ctx-phdr only gets passed on if nelements
is 1, in which we know that phdr was set.

Stefan


-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] New post published at blog.coreboot.org on June 10, 2015 at 9:58 pm

2015-06-10 Thread WordPress
A new post [GSoC] EC/H8S firmware week #2 - http://blogs.coreboot.org/blog/2015/06/10/gsoc-ech8s-firmware-week-2/ has been published on June 10, 2015 at 9:58 pm.


-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot