diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-07 18:39:50 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-08 21:29:20 -0400 |
commit | bde26c043d969529a4b93e095d6bb7a1d03254a3 (patch) | |
tree | 95d448ae393f47d890107c01be037b94b22b9002 /projects/coreboot/configs/ga-g41m-es2l/arch | |
parent | 1c2b39c0412ddb3856c6e92f6f221a8a26b10eba (diff) | |
download | librebootfr-bde26c043d969529a4b93e095d6bb7a1d03254a3.tar.gz librebootfr-bde26c043d969529a4b93e095d6bb7a1d03254a3.zip |
Restructure Coreboot project configs directory
Moving the board-specific directories into projects/coreboot/configs/
and removing the payload-specific directories (depthcharge, seabios)
will allow for better management of Coreboot configs for each
board. Instead of having a config for each payload, there will be
at most two main configs (textmode, corebootfb) for each board.
Selecting a default payload will be reimplemented in a subsequent
commit.
Diffstat (limited to 'projects/coreboot/configs/ga-g41m-es2l/arch')
-rw-r--r-- | projects/coreboot/configs/ga-g41m-es2l/arch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/coreboot/configs/ga-g41m-es2l/arch b/projects/coreboot/configs/ga-g41m-es2l/arch new file mode 100644 index 00000000..5a9a476a --- /dev/null +++ b/projects/coreboot/configs/ga-g41m-es2l/arch @@ -0,0 +1 @@ +i386 |