Skip to content

Commit 7d5a50d

Browse files
committed
Remove devicetree script
This script is stale. It hasn't worked since TGL and only produced a few useful values. The format of devicetree.cb also continues to change with each SoC generation. The removal of devmem2 should also fix setup on Debian, which does not package it. Signed-off-by: Tim Crawford <tcrawford@system76.com>
1 parent 85896ec commit 7d5a50d

File tree

3 files changed

+0
-84
lines changed

3 files changed

+0
-84
lines changed

docs/adding-a-new-board.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ Once coreboot is ported, add its configuration.
7777
cp coreboot/.config models/<model>/coreboot.config
7878
```
7979

80-
### devicetree
81-
82-
`generate.sh` does not create `devicetree.cb`. Some values for this file can be
83-
produced using the `devicetree.py` script.
84-
8580
### Smart amp
8681

8782
Boards may have a smart amp, which must be configured for speaker output to

scripts/devicetree.py

Lines changed: 0 additions & 75 deletions
This file was deleted.

scripts/install-deps.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
2323
ccache \
2424
cmake \
2525
curl \
26-
devmem2 \
2726
dosfstools \
2827
flashrom \
2928
git-lfs \
3029
libncurses-dev \
3130
libudev-dev \
32-
msr-tools \
3331
mtools \
3432
parted \
3533
python-is-python3 \
@@ -47,7 +45,6 @@ elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
4745
flashrom \
4846
git-lfs \
4947
libuuid-devel \
50-
msr-tools \
5148
mtools \
5249
ncurses-devel \
5350
parted \
@@ -65,7 +62,6 @@ elif [[ "${ID}" =~ "arch" ]] || [[ "${ID_LIKE}" =~ "arch" ]]; then
6562
dosfstools \
6663
flashrom \
6764
git-lfs \
68-
msr-tools \
6965
mtools \
7066
ncurses \
7167
parted \

0 commit comments

Comments
 (0)