heads/config
Thierry Laurion 0308513c6c
Librem boards: add Heads bootsplash pointing to branding dir in attempt to fix #1552
commands used to do this semi-automatically:
meld config/coreboot-librem_14.config config/coreboot-x230-maximized.config
make BOARD=librem_14 coreboot.save_in_oldconfig_format_in_place
git diff > bootsplash
git reset --hard
find config/coreboot-librem* | while read config; do patch $config bootsplash; done
find config/coreboot-libre* | while read coreboot; do grep -Rn $coreboot boards/ ;done | awk -F "/" {'print $2'} | while read board; do make BOARD=$board coreboot.save_in_oldconfig_format_in_place; done
find ./config/ -name "*.rej" -o -name *.orig | xargs rm
git status |grep modified | awk -F ":" {'print $2'}| xargs git add
git commit --signoff

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
2023-12-15 11:33:27 -05:00
..
busybox.config busybox: add clear reset and cttyhack to better deal with terminal mishaps 2023-10-10 11:55:24 -04:00
coreboot-kgpe-d16_server-whiptail.config coreboot configs: unify linux console output to 'quiet loglevel=2' but for qemu/flash boards 2023-11-20 09:40:55 -05:00
coreboot-kgpe-d16_server.config coreboot configs: unify linux console output to 'quiet loglevel=2' but for qemu/flash boards 2023-11-20 09:40:55 -05:00
coreboot-kgpe-d16_workstation-usb_keyboard.config coreboot configs: unify linux console output to 'quiet loglevel=2' but for qemu/flash boards 2023-11-20 09:40:55 -05:00
coreboot-kgpe-d16_workstation.config coreboot configs: unify linux console output to 'quiet loglevel=2' but for qemu/flash boards 2023-11-20 09:40:55 -05:00
coreboot-librem_11.config Librem boards: add Heads bootsplash pointing to branding dir in attempt to fix #1552 2023-12-15 11:33:27 -05:00
coreboot-librem_13v2.config Librem boards: add Heads bootsplash pointing to branding dir in attempt to fix #1552 2023-12-15 11:33:27 -05:00
coreboot-librem_13v4.config Librem boards: add Heads bootsplash pointing to branding dir in attempt to fix #1552 2023-12-15 11:33:27 -05:00
coreboot-librem_14.config Librem boards: add Heads bootsplash pointing to branding dir in attempt to fix #1552 2023-12-15 11:33:27 -05:00
coreboot-librem_15v3.config Librem boards: add Heads bootsplash pointing to branding dir in attempt to fix #1552 2023-12-15 11:33:27 -05:00
coreboot-librem_15v4.config Librem boards: add Heads bootsplash pointing to branding dir in attempt to fix #1552 2023-12-15 11:33:27 -05:00
coreboot-librem_l1um_v2.config Librem boards: add Heads bootsplash pointing to branding dir in attempt to fix #1552 2023-12-15 11:33:27 -05:00
coreboot-librem_l1um.config Expand @VAR@ placeholders in configuration files 2022-08-25 13:58:40 +03:00
coreboot-librem_mini_v2.config Librem boards: add Heads bootsplash pointing to branding dir in attempt to fix #1552 2023-12-15 11:33:27 -05:00
coreboot-librem_mini.config Librem boards: add Heads bootsplash pointing to branding dir in attempt to fix #1552 2023-12-15 11:33:27 -05:00
coreboot-nitropad-ns50.config Changeset based on nitrokey 2.3 release to understand what is attempted here. i915 is still under linux config on 2.3 release. coreboot is on gop, not libgfxinit. This is to open discussion. 2023-11-20 11:17:38 -05:00
coreboot-nitropad-nv41.config Changeset based on nitrokey 2.3 release to understand what is attempted here. i915 is still under linux config on 2.3 release. coreboot is on gop, not libgfxinit. This is to open discussion. 2023-11-20 11:17:38 -05:00
coreboot-p8z77-m_pro-tpm1.config coreboot configs: unify linux console output to 'quiet loglevel=2' but for qemu/flash boards 2023-11-20 09:40:55 -05:00
coreboot-qemu-fbwhiptail-tpm1-hotp.config Expand @VAR@ placeholders in configuration files 2022-08-25 13:58:40 +03:00
coreboot-qemu-tpm1.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-qemu-tpm2.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-t420-maximized.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-t420.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-t430-legacy-flash.config x230-legacy-flash board: fixup pointing to x230 as opposed to t430. Fix coreboot config path to bootsplash 2023-11-20 09:42:28 -05:00
coreboot-t430-legacy.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-t430-maximized.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-t440p.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-t520-maximized.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-t530-dgpu-maximized.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-t530-maximized.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-talos-2.config Talos-2: bring changes to a working state outside of usage of GPG key material backup as of now 2023-11-17 10:26:11 -05:00
coreboot-w530-dgpu-K1000m-maximized.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-w530-dgpu-K2000m-maximized.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-w530-maximized.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-w541.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-x220-maximized.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-x220.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-x230-legacy-flash.config x230-legacy-flash board: fixup pointing to x230 as opposed to t430. Fix coreboot config path to bootsplash 2023-11-20 09:42:28 -05:00
coreboot-x230-legacy.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-x230-maximized-fhd_edp.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-x230-maximized.config Adapt NV41/NS50 changes, unify bootsplash file usage for branding 2023-11-20 09:40:52 -05:00
coreboot-z220-cmt.config coreboot configs: unify linux console output to 'quiet loglevel=2' but for qemu/flash boards 2023-11-20 09:40:55 -05:00
linux-c216.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00
linux-kgpe-d16_server-whiptail.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00
linux-kgpe-d16_server.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00
linux-kgpe-d16_workstation.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00
linux-librem_common-6.1.8.config nv41/ns50/librem linux: Add EXFAT fs support (mandatory). 2023-11-09 13:58:19 -05:00
linux-librem_common.config linux configs: unify CONFIG_UNIX98_PTYS=y, CONFIG_HW_RANDOM_TPM=n, # CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set, CONFIG_RANDOM_TRUST_CPU=y, CONFIG_PROC_SYSCTL is not set 2023-10-10 12:03:58 -04:00
linux-linuxboot.config linux configs: unify CONFIG_UNIX98_PTYS=y, CONFIG_HW_RANDOM_TPM=n, # CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set, CONFIG_RANDOM_TRUST_CPU=y, CONFIG_PROC_SYSCTL is not set 2023-10-10 12:03:58 -04:00
linux-nitropad-x.config Changeset based on nitrokey 2.3 release to understand what is attempted here. i915 is still under linux config on 2.3 release. coreboot is on gop, not libgfxinit. This is to open discussion. 2023-11-20 11:17:38 -05:00
linux-qemu.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00
linux-t440p.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00
linux-talos-2.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00
linux-w541.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00
linux-x230-flash.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00
linux-x230-legacy.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00
linux-x230-maximized.config linux config: oldconfig for all, make sure BRAND_NAME is there to be overriden 2023-11-20 09:42:23 -05:00