diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-29 22:04:34 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-29 22:14:33 -0400 |
commit | b0ea58332c257cc5a805f5c70ab2b1631282646e (patch) | |
tree | cfa3b031f844427093231d205057089504eb9bdc /projects/coreboot | |
parent | 761199586be09b68609926eb572cdaaab5e95941 (diff) | |
download | librebootfr-b0ea58332c257cc5a805f5c70ab2b1631282646e.tar.gz librebootfr-b0ea58332c257cc5a805f5c70ab2b1631282646e.zip |
Create Coreboot Depthcharge target for Nyan Blaze
Nyan Blaze ROMs are built with Depthcharge as the default payload,
e.g.:
'./libreboot build coreboot nyan blaze corebootfb 4mb depthcharge'
Diffstat (limited to 'projects/coreboot')
4 files changed, 4 insertions, 0 deletions
diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/depthcharge/config b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/depthcharge/config new file mode 100644 index 00000000..1a6c06bc --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/depthcharge/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-nyan-blaze/depthcharge.elf" diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/targets b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/targets @@ -0,0 +1 @@ +depthcharge diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/depthcharge/config b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/depthcharge/config new file mode 100644 index 00000000..1a6c06bc --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/depthcharge/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-nyan-blaze/depthcharge.elf" diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/targets b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/targets @@ -0,0 +1 @@ +depthcharge |