From 5c113449fb0700d41da2c2a5f2976a6f688db056 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 11 Oct 2015 19:46:35 -0400 Subject: docs/maintain/index.html: Notes about depthcharge board configs --- (limited to 'docs/maintain') diff --git a/docs/maintain/index.html b/docs/maintain/index.html index 4beca91..0dc9565 100644 --- a/docs/maintain/index.html +++ b/docs/maintain/index.html @@ -251,12 +251,15 @@

Update all configs:
- $ ./build config corebootupdate
+ $ ./build config grubupdate
+ $ ./build config dcupdate
This simply takes all of the coreboot .config files from resources/libreboot/config/ and does make oldconfig on them. It usually works. If it doesn't, you'll need to recreate - those configs from scratch using ./build config corebootreplace (optionally - add a config name), or ./build config corebootmodify (ditto) + those configs from scratch using ./build config grubreplace + or ./build config dcreplace (optionally + add a config name), or ./build config grubmodify + or ./build config dcmodify (ditto) (see ../git/index.html#config)

@@ -300,8 +303,10 @@

Make sure that the board is supported, and that the patches are included (if there are custom patches that you need). - Add configs for it like so:
- $ ./build config corebootreplace payload/boardname + Add configs for it like so (for GRUB payload):
+ $ ./build config grubreplace payload/boardname
+ Alternatively, for depthcharge payload:
+ $ ./build config dcreplace payload/boardname

@@ -325,24 +330,36 @@

- The following can be used when updating coreboot-libre:
- $ ./build config corebootupdate (adding a board name on the end is optional) + The following can be used when updating coreboot-libre (GRUB payload):
+ $ ./build config grubupdate
+ You must also do this for boards that use the depthcharge payload:
+ $ ./build config dcupdate
+ (adding a board name on the end is optional, for either of these)

The following can be used if you want to modify an existing - configuration:
- $ ./build config corebootmodify (adding a board name on the end is optional) + configuration (GRUB payload):
+ $ ./build config grubmodify
+ For those boards which use the depthcharge payload:
+ $ ./build config dcmodify
+ (adding a board name on the end is optional)

Examples (GRUB payload):
- $ ./build config corebootmodify x60
- $ ./build config corebootreplace x60
- $ ./build config corebootupdate x60
- $ ./build config corebootmodify kfsn4-dre
- $ ./build config corebootreplace kfsn4-dre
- $ ./build config corebootupdate kfsn4-dre
+ $ ./build config grubmodify x60
+ $ ./build config grubreplace x60
+ $ ./build config grubupdate x60
+ $ ./build config grubmodify kfsn4-dre
+ $ ./build config grubreplace kfsn4-dre
+ $ ./build config grubupdate kfsn4-dre
+

+

+ Examples (depthcharge payload):
+ $ ./build config dcmodify veyron_speedy
+ $ ./build config dcreplace veyron_speedy
+ $ ./build config dcupdate veyron_speedy

-- cgit v0.9.1