Board:google/butterfly: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


Hi. I am the mighty alien dwarf, and I will be talking about the Pavilion Chromebook here.
Hi. I am the mighty alien dwarf, and I will be talking about the Pavilion Chromebook here.
== Building a complete coreboot image (WHIP) ==
=== Including the MAC address and keyboard layout ===
The coreboot that ships with the laptop will read the keyboard layout and MAC address from the flash. Since ChromeOS uses a different layout than CBFS, the region containing these parameters must me included in the CBFS of the custom coreboot. There is [http://review.coreboot.org/4307 a patch] to allow coreboot to read this file and configure the hardware accordingly.
==== Get 'flashmap' ====
git clone https://chromium.googlesource.com/chromiumos/third_party/flashmap

Revision as of 19:50, 3 December 2013

See Chromebooks for additional details.

Hi. I am the mighty alien dwarf, and I will be talking about the Pavilion Chromebook here.

Building a complete coreboot image (WHIP)

Including the MAC address and keyboard layout

The coreboot that ships with the laptop will read the keyboard layout and MAC address from the flash. Since ChromeOS uses a different layout than CBFS, the region containing these parameters must me included in the CBFS of the custom coreboot. There is a patch to allow coreboot to read this file and configure the hardware accordingly.


Get 'flashmap'

git clone https://chromium.googlesource.com/chromiumos/third_party/flashmap