Board:mitac/6513wu: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Add Mitac 6513WU page.)
(No difference)

Revision as of 14:23, 6 July 2009

This page describes how to use coreboot on the Mitac 6513WU board.

Status

TODO

Building coreboot

$ svn co svn://coreboot.org/repos/trunk/coreboot-v2
$ cd coreboot-v2/targets
$ ./buildtarget mitac/6513wu
$ cd mitac/6513wu/6513wu

Now copy your desired payload into the current directory and name it payload.elf. Then:

$ make

Finally, prepend the VGA BIOS image (32 KB) to get your final coreboot image:

$ cat vga.bin coreboot.rom > coreboot_final.rom

(replace vga.bin with the file name of your VGA BIOS image)

You can now flash the resulting coreboot_final.rom on a ROM chip using Flashrom.


Public domain I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.

In case this is not legally possible:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.