[coreboot] Tyan s2912-e (fam10h)

2013-09-07 Thread Mark Mc
Hi, I was hoping someone could help me out or point me in the right direction with a tyan s2912-e board not booting with coreboot, 2x 2419 opterons 16GB ECC DDR2 RAM Onbard SAS LSI 1064e AMD Radeon 7850 2GB the codes on the onboard POST display (from port 80) are changing so fast that I cannot mak

Re: [coreboot] Tyan s2912-e (fam10h)

2013-09-07 Thread David Hubbard
Hi Mark, On Sat, Sep 7, 2013 at 9:38 AM, Mark Mc wrote: > Hi, I was hoping someone could help me out or point me in the right > direction with a tyan s2912-e board not booting with coreboot, > 2x 2419 opterons > 16GB ECC DDR2 RAM > Onbard SAS LSI 1064e > AMD Radeon 7850 2GB > > the codes on the

[coreboot] Compiling for Pixel

2013-09-07 Thread Liwei
Hello list, I've been tinkering around with the Pixel for a while and today decided to compile a copy of Coreboot on my own. As predicted for a first timer, I made a brick. I can pretty much recover from that by reflashing with a bus pirate-like device, but I'm wondering what did I do wron

[coreboot] Please advise: (new toolkit) crossgcc fails on ubuntu 32/64 bit fresh installs

2013-09-07 Thread Mark Mc
Hi, just checking if anyone has any experience with this problem, my output is: :~/coreboot$ make crossgcc Warning: no suitable GCC for armv7. Welcome to the coreboot cross toolchain builder v1.22 (July 9th, 2013) Target arch is now i386-elf Will skip GDB ... ok Downloading tar balls ... * gmp-5

Re: [coreboot] Please advise: (new toolkit) crossgcc fails on ubuntu 32/64 bit fresh installs

2013-09-07 Thread Andrew Wu
Hi, I remember that crossgcc will output error log into file util/crossgcc/build-gcc/crossgcc-build.log , you can check it first. Also it seems crossgcc for i386-elf target is already successfully built, only armv7 is failed. If you don't need to build ARM target, I think you can ignore it. 201