aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/veyron/speedy
diff options
context:
space:
mode:
authorSwift Geek <swiftgeek@gmail.com>2018-10-30 05:18:12 +0000
committerGogs <gogitservice@gmail.com>2018-10-30 05:18:12 +0000
commitbf0c4a50bb01b07bb5b9aff732d7ae675bd673d1 (patch)
tree6c57c8c7c02b3a82b583ab382cfa317662f4f8cb /projects/coreboot/configs/veyron/speedy
parent71f838341624ae7c11a35e04c895059396bcbec2 (diff)
parentf34e968d2c4e460825cf16461df7356ebe728922 (diff)
downloadlibrebootfr-bf0c4a50bb01b07bb5b9aff732d7ae675bd673d1.tar.gz
librebootfr-bf0c4a50bb01b07bb5b9aff732d7ae675bd673d1.zip
Merge branch 'coreboot-rework' of and_who/libreboot into master
Diffstat (limited to 'projects/coreboot/configs/veyron/speedy')
-rw-r--r--projects/coreboot/configs/veyron/speedy/config2
-rw-r--r--projects/coreboot/configs/veyron/speedy/corebootfb/16mb/config5
-rw-r--r--projects/coreboot/configs/veyron/speedy/corebootfb/16mb/depthcharge/config1
-rw-r--r--projects/coreboot/configs/veyron/speedy/corebootfb/16mb/targets1
-rw-r--r--projects/coreboot/configs/veyron/speedy/corebootfb/4mb/config4
-rw-r--r--projects/coreboot/configs/veyron/speedy/corebootfb/4mb/depthcharge/config1
-rw-r--r--projects/coreboot/configs/veyron/speedy/corebootfb/4mb/targets1
-rw-r--r--projects/coreboot/configs/veyron/speedy/corebootfb/targets2
-rw-r--r--projects/coreboot/configs/veyron/speedy/targets1
9 files changed, 17 insertions, 1 deletions
diff --git a/projects/coreboot/configs/veyron/speedy/config b/projects/coreboot/configs/veyron/speedy/config
index b4a74b9a..27ddca6b 100644
--- a/projects/coreboot/configs/veyron/speedy/config
+++ b/projects/coreboot/configs/veyron/speedy/config
@@ -110,7 +110,7 @@ CONFIG_MAINBOARD_PART_NUMBER="Veyron_Speedy"
CONFIG_MAINBOARD_VENDOR="Google"
CONFIG_MAX_CPUS=1
CONFIG_CACHE_ROM_SIZE_OVERRIDE=0x0
-CONFIG_CBFS_SIZE=0x100000
+CONFIG_CBFS_SIZE=0x400000
CONFIG_UART_FOR_CONSOLE=0
CONFIG_DIMM_SPD_SIZE=256
CONFIG_DEVICETREE="devicetree.cb"
diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/config b/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/config
new file mode 100644
index 00000000..d3e3b7aa
--- /dev/null
+++ b/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/config
@@ -0,0 +1,5 @@
+CONFIG_CBFS_SIZE=0x1000000
+CONFIG_COREBOOT_ROMSIZE_KB_4096=n
+CONFIG_COREBOOT_ROMSIZE_KB_16384=y
+CONFIG_COREBOOT_ROMSIZE_KB=16384
+CONFIG_ROM_SIZE=0x1000000
diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/depthcharge/config b/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/depthcharge/config
new file mode 100644
index 00000000..8b705934
--- /dev/null
+++ b/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/depthcharge/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-veyron-speedy/depthcharge.elf"
diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/targets b/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/targets
new file mode 100644
index 00000000..d7e90413
--- /dev/null
+++ b/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/targets
@@ -0,0 +1 @@
+depthcharge
diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/config b/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/config
new file mode 100644
index 00000000..f8445518
--- /dev/null
+++ b/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/config
@@ -0,0 +1,4 @@
+CONFIG_CBFS_SIZE=0x400000
+CONFIG_COREBOOT_ROMSIZE_KB_4096=y
+CONFIG_COREBOOT_ROMSIZE_KB=4096
+CONFIG_ROM_SIZE=0x400000
diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/depthcharge/config b/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/depthcharge/config
new file mode 100644
index 00000000..8b705934
--- /dev/null
+++ b/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/depthcharge/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-veyron-speedy/depthcharge.elf"
diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/targets b/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/targets
new file mode 100644
index 00000000..d7e90413
--- /dev/null
+++ b/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/targets
@@ -0,0 +1 @@
+depthcharge
diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/targets b/projects/coreboot/configs/veyron/speedy/corebootfb/targets
new file mode 100644
index 00000000..0169dcf0
--- /dev/null
+++ b/projects/coreboot/configs/veyron/speedy/corebootfb/targets
@@ -0,0 +1,2 @@
+16mb
+4mb
diff --git a/projects/coreboot/configs/veyron/speedy/targets b/projects/coreboot/configs/veyron/speedy/targets
new file mode 100644
index 00000000..ffc50041
--- /dev/null
+++ b/projects/coreboot/configs/veyron/speedy/targets
@@ -0,0 +1 @@
+corebootfb