Skip to content

Commit 269b537

Browse files
committed
docs: Update note about coreboot config
The whole coreboot generated `.config` has not been used since ff0a27a ("Use defconfig to generate .config"). The required `coreboot.config` is much simpler now and can usually just be copied from another model. Signed-off-by: Tim Crawford <tcrawford@system76.com>
1 parent 7d5a50d commit 269b537

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/adding-a-new-board.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ Other things that should be dumped before porting/flashing are:
7171

7272
To port coreboot to a new board, see the coreboot documentation.
7373

74-
Once coreboot is ported, add its configuration.
75-
76-
```
77-
cp coreboot/.config models/<model>/coreboot.config
78-
```
74+
Add a `coreboot.config` file to the model directory. This can be copied from
75+
another similar board as a reference, just updating the name. Typically, the
76+
only special cases that need to be handled are when an FSP or microcode is
77+
used that are not part of coreboot.
7978

8079
### Smart amp
8180

0 commit comments

Comments
 (0)