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