diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-29 23:47:45 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-30 01:00:25 -0400 |
commit | a8113fbc3e0007772df577e9d946ba1a1dbd90f0 (patch) | |
tree | 137f49fefdf003306e136443fd400fd68569ec0f | |
parent | b87eeca4559e7cd94af1ad4273d082b4f3ecba8b (diff) | |
download | librebootfr-a8113fbc3e0007772df577e9d946ba1a1dbd90f0.tar.gz librebootfr-a8113fbc3e0007772df577e9d946ba1a1dbd90f0.zip |
Create Coreboot Depthcharge target for Veyron Jerry
Veyron Jerry ROMs are built with Depthcharge as the default payload,
e.g.:
'./libreboot build coreboot veyron jerry corebootfb 4mb depthcharge'
4 files changed, 4 insertions, 0 deletions
diff --git a/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/depthcharge/config b/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/depthcharge/config new file mode 100644 index 00000000..afde4a80 --- /dev/null +++ b/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/depthcharge/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-veyron-jerry/depthcharge.elf" diff --git a/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/targets b/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/targets @@ -0,0 +1 @@ +depthcharge diff --git a/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/depthcharge/config b/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/depthcharge/config new file mode 100644 index 00000000..afde4a80 --- /dev/null +++ b/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/depthcharge/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-veyron-jerry/depthcharge.elf" diff --git a/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/targets b/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/targets @@ -0,0 +1 @@ +depthcharge |