From 3e1e4dec6ea9bba2b974f1b961378c00803ddf07 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Fri, 30 Oct 2015 12:16:53 -0400 Subject: docs: Introduce instructions to configure coreboot-libre with depthcharge Signed-off-by: Paul Kocialkowski --- diff --git a/docs/git/index.html b/docs/git/index.html index 87b656a..2f97c1f 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -32,13 +32,7 @@
  • How to build the ROM images
  • @@ -330,25 +330,7 @@

    -

    Depthcharge payload

    -

    - Depthcharge is one of the payloads that libreboot targets. -

    -

    - Configurations are then saved as files called ".config". Copies of each configuration used - for each system type by the libreboot build scripts are stored in resources/libreboot/config/depthcharge/ -

    -
    -

    - ASUS Chromebook C201 configuration (file: resources/libreboot/config/depthcharge/veyron_speedy/config) -

    -

    - TODO: write this section. -

    -
    -

    Back to top of page.

    - -

    GRUB payload

    +

    GRUB payload

    GRUB is one of the payloads that libreboot targets. @@ -836,7 +818,32 @@

    -

    Back to top of page.

    +

    Depthcharge payload

    +

    + Depthcharge is one of the payloads that libreboot targets. +

    +

    + Configurations are then saved as files called ".config". Copies of each configuration used + for each system type by the libreboot build scripts are stored in resources/libreboot/config/depthcharge/ +

    +
    +

    + ASUS Chromebook C201 configuration (file: resources/libreboot/config/depthcharge/veyron_speedy/config) +

    +
      +
    • Mainboard / Mainboard vendor = Google
    • +
    • Mainboard / Mainboard model = Veyron_Speedy
    • +
    • Chipset / ChromeOS / Build for ChromeOS = enable
    • +
    • Chipset / ChromeOS / Verify firmware with vboot. = disable
    • +
    • Payload / Add a payload = An ELF executable payload
    • +
    • Payload / Payload path and filename = depthcharge.elf
    • +
    +

    + The resulting .config file was saved as resources/libreboot/config/depthcharge/veyron_speedy/config and is used by the build + scripts for this system. +

    +
    +

    Back to top of page.

    @@ -898,7 +905,7 @@

    The ROM images will be stored under bin/payload/, - where payload could be grub, seabios, or + where payload could be grub, depthcharge, seabios, or whatever other payload those images were built for.

    -- cgit v0.9.1