aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-09-07 13:43:56 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-09-08 15:33:59 +0000
commitd29b4aef1c110a04c1a03b44d5040b5702d02738 (patch)
tree0f67fe43bde7b9b6eb6e1d4bb35eed539f498507 /src/mainboard
parentf251660a0ec0fc858ccd869ca6153cc5603f20bf (diff)
mb/starlabs/lite/{glk,glkr}: Enable SRAM
Enable SRAM in devicetree so that resources are allocated properly for it. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Ibdd2ee455f5bf6cd95bba6bab8689da664bfcf54 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67407 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/starlabs/lite/variants/glk/devicetree.cb1
-rw-r--r--src/mainboard/starlabs/lite/variants/glkr/devicetree.cb1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb
index 193ae4f513..6712591d13 100644
--- a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb
+++ b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb
@@ -67,6 +67,7 @@ chip soc/intel/apollolake
end
device ref p2sb on end
device ref fast_spi on end
+ device ref sram on end
device ref hda on end
device ref heci1 on end
device ref heci2 on end
diff --git a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb
index 81d0580b56..4ba58efe27 100644
--- a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb
+++ b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb
@@ -67,6 +67,7 @@ chip soc/intel/apollolake
end
device ref p2sb on end
device ref fast_spi on end
+ device ref sram on end
device ref hda on end
device ref heci1 on end
device ref heci2 on end