Skip to content

Commit f640fb7

Browse files
authored
Merge pull request #1506 from tlaurion/branding_proposition
Branding proposition + d-wid logo/bootsplash
2 parents 97bb0a8 + 2bfa173 commit f640fb7

38 files changed

+94
-23
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ FORCE:
183183
define install_config =
184184
sed -e 's!@BOARD_BUILD_DIR@!$(board_build)!g' \
185185
-e 's!@BLOB_DIR@!$(pwd)/blobs!g' \
186+
-e 's!@BRAND_DIR@!$(pwd)/branding/$(BRAND_NAME)!g' \
186187
-e 's!@BRAND_NAME@!$(BRAND_NAME)!g' \
187188
"$1" > "$2"
188189
endef

blobs/bootsplash-1024x768.jpg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
-81.1 KB
Binary file not shown.
Binary file not shown.

branding/Heads/CREDITS

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Originals:
2+
- ThePlexus-logo.jpg: Created by @ThePlexus.
3+
- Shared under https://github.com/osresearch/heads/issues/1402#issuecomment-1545404715
4+
- This "Qube" references encompasses coreboot's rabbit logo and LinuxBoot's Penguin logo with a generic "H" logo for Heads
5+
- ThePlexus-bootsplash-1024x768.jpg: @tlaurion remix in 1024x768 applying tansformation voodoo that was required prior of coreboot 4.19 added patches
6+
- @d-wid proposed Janus logos based on @ThePlexus previous work:
7+
- https://github.com/osresearch/heads/issues/1402#issuecomment-1546395983
8+
- @d-wid then added @ThrillerAtPlay Matrix background:
9+
- https://github.com/osresearch/heads/issues/1402#issuecomment-1546706954
10+
11+
- bing-d-wid_logo.svg: Heads Logo generated by Bing's AI on August 03 2023 with prompt "Double Headed Janus Logo for Heads Open Source Firmware" shared under https://github.com/osresearch/heads/issues/1402#issuecomment-1664636591. Edited with GIMP and traced with Inkscape.
12+
13+
- "Matrix" Binary background from @ThrillerAtPlay borrowed (with permission) from https://github.com/Thrilleratplay/bootsplash-coreboot/tree/master by @d-wid remixes
14+
15+
16+
Remixes:
17+
- ThePlexus-bootsplash-1024x768-DonateQrCode.jpg: Resized to fit 1024x768 and addition of DonateQrCode
18+
- bing-d-wid_heads-red_blue_background-plain-3_DonateQrCode.jpg: @d-wid remix of Bing's Heads logo + DonateQrCode
19+
- d-wid-ThePlexus_coreboot-linuxboot-heads_background-plain_DonateQrCode.jpg: @d-wid remix of Bing's Heads logo in @ThePlexus Qube + DonateQrCode
20+
- d-wid-ThePlexus_heads_ThrillerAtPlay-background-binary_DonateQrCode.jpg: @d-wid remix of Bing's Heads logo in @ThePlexus Qube with @ThrillerAtPlay Matrix binary background + DonateQrCode
21+
- d-wid_heads-Thrilleratplay_background-binary-2_DonateQrCode.jpg: @d-wid remix of Bing's Heads logo with @ThrillerAtPlay Matrix binary background + DonateQrCode
22+
- d-wid_heads_background-plain-2_DonateQrCode.jpg: @d-wid remix of Bing's Heads logo + DonateQrCode
23+
24+
25+
Softlink:
26+
- branding/Heads/bootsplash-1024x768.jpg points to currently selected default bootsplash
27+
28+
Bootsplash usage:
29+
- config/coreboot-* configurations point to above softlink by default. To rebrand, adapt branding/NAME/bootsplash-1024x768.jpg softlink to desired bootsplash
File renamed without changes.
Loading

0 commit comments

Comments
 (0)