User:MartinRoth: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
No edit summary
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Martin Roth==
==Martin Roth==


:martin.roth@se-eng.com  
:coreboot@martinroth.com


:gaumless@gmail.com


==Links==
===General Hardware & BIOS===
* [http://helppc.netcore2k.net/topics HelpPC - Asm, C, Hardware, Interrupts, Tables for DOS & BIOS]
* [http://www.ctyme.com/rbrown.htm Ralf Brown's Interrupt List]


Martin works for Sage Electronic Engineering.<br>http://se-eng.com/
===Payloads===
* [http://www.memtest.org/download/ memtest downloads]


Sage is a coreboot vendor providing all aspects of coreboot development.


Sage specializes in:
==Fedora setup==
Tested on Fedora 20 & 21
sudo yum install git gcc gcc-c++ flex bison ncurses-devel acpica-tools wget patch pciutils-devel
git clone http://review.coreboot.org/coreboot
cd coreboot
git submodule update --init --checkout
make crossgcc-i386


* coreboot development services
Optional installs:
* x86 firmware development services
sudo yum install ccache clang
* Embedded and HPC system development and debug
 
* Provides SmartProbe and the Sage EDK - An AMD JTAG ICE, development and debug tool.
 
===Flashing 3MB of 8MB ROM on minnowboard max===
echo 00500000:007fffff cb-region > 8mb ; flashrom -p dediprog:voltage=1.8v -l 8mb -i cb-region -w build/coreboot.rom
 
 
=== Coreboot lessons ===
[[Lesson1]] - Starting from scratch.  Download coreboot, build it, and test the image on QEMU.

Revision as of 21:42, 27 November 2015

Martin Roth

coreboot@martinroth.com


Links

General Hardware & BIOS

Payloads


Fedora setup

Tested on Fedora 20 & 21

sudo yum install git gcc gcc-c++ flex bison ncurses-devel acpica-tools wget patch pciutils-devel
git clone http://review.coreboot.org/coreboot
cd coreboot
git submodule update --init --checkout
make crossgcc-i386

Optional installs:

sudo yum install ccache clang


Flashing 3MB of 8MB ROM on minnowboard max

echo 00500000:007fffff cb-region > 8mb ; flashrom -p dediprog:voltage=1.8v -l 8mb -i cb-region -w build/coreboot.rom


Coreboot lessons

Lesson1 - Starting from scratch. Download coreboot, build it, and test the image on QEMU.