On Wed, Dec 3, 2008 at 8:29 PM, Jordan Crouse jordan@cosmicpenguin.netwrote:
Pattrick Hueper wrote:
Hi,
as mailed earlier, i took the IBM SLOF biosemu code that i wrote for IBM and included it into coreboot-v3. The SLOF code is opensourced under a BSD license at http://www.ibm.com/developerworks/power/pa-slof/
Here is my git repository containing the code: git://patty-server2.hueper.net/coreboot-v3_biosemu
This repository is actually a git svn clone of the coreboot svn, with the plain unmodified biosemu copied from SLOF and my integration patches for coreboot-v3 on top of it. (starting with a commit "add .gitignore")
For the git impared in the group (which is most everybody), I am attaching a patch between svn HEAD and Pattrick's tree. Enjoy.http://www.coreboot.org/mailman/listinfo/coreboot
This is the same patch minus: - The typedefs in types.h and multiboot.h ( s/uintXX_t/uXX/g) - The -g in the Makefile - An unrelated comment in stage0.s
It applies and works the same as x86emu for me on SimNOW and qemu.
Thanks, Myles