Compare commits

...

2 Commits

Author SHA1 Message Date
Ricard Illa 87cd041677
feat: added gitignore 2023-03-16 17:49:37 +01:00
Ricard Illa 486e33c3e4
feat: updated coreboot and sdk version 2023-03-16 17:49:22 +01:00
4 changed files with 8 additions and 15 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
build
coreboot

View File

@ -1,16 +1,15 @@
CONFIG=free-defconfig-d5c31acee4
SDK_VERSION=2022-04-04_9a8d0a03db
BOOTSPLASH=bootsplash.jpg
# BOOTORDER=bootorder
REPO_URL=https://github.com/coreboot/coreboot.git
COMMIT=d5c31acee4
COMMIT=db4b71ff10
SDK_VERSION=2022-12-18_3b32af950d
CONFIG=free-defconfig-$(COMMIT)
BOOTSPLASH=bootsplash.jpg
REPO_URL=https://github.com/coreboot/coreboot.git
COREBOOT_CONFIG=coreboot/.config
BUILDER=./coreboot-sdk.sh \
--config $(CONFIG) \
--sdk-version $(SDK_VERSION) \
--bootsplash $(BOOTSPLASH)
#--bootorder $(BOOTORDER)
.PHONY: clean nuke defconfig checkout flash

View File

@ -8,9 +8,6 @@ while :; do
--sdk-version)
SDK_VERSION="$2"
shift 2;;
--bootorder)
BOOTORDER="$2"
shift 2;;
--bootsplash)
BOOTSPLASH="$2"
shift 2;;
@ -31,5 +28,3 @@ docker run --rm -it \
-v "$(pwd)/${BOOTSPLASH}:/home/coreboot/cb_build/bootsplash.jpg:ro" \
coreboot/coreboot-sdk:"$SDK_VERSION" \
"$@"
# -v "$(pwd)/${BOOTORDER}:/home/coreboot/cb_build/bootorder:ro" \

View File

@ -4,14 +4,12 @@ CONFIG_NO_POST=y
CONFIG_CBFS_SIZE=0x400000
CONFIG_LINEAR_FRAMEBUFFER_MAX_HEIGHT=768
CONFIG_LINEAR_FRAMEBUFFER_MAX_WIDTH=1024
CONFIG_ONBOARD_VGA_IS_PRIMARY=y
CONFIG_SEABIOS_PS2_TIMEOUT=5000
CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000
CONFIG_PCIEXP_HOTPLUG_BUSES=8
CONFIG_PCIEXP_HOTPLUG_MEM=0x800000
CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM=0x10000000
CONFIG_BOARD_LENOVO_X230=y
CONFIG_UART_PCI_ADDR=0x0
# CONFIG_H8_BEEP_ON_DEATH is not set
CONFIG_H8_SUPPORT_BT_ON_WIFI=y
CONFIG_BOOTBLOCK_NORMAL=y
@ -25,4 +23,3 @@ CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8=y
CONFIG_SEABIOS_DEBUG_LEVEL=-1
CONFIG_COREINFO_SECONDARY_PAYLOAD=y
CONFIG_NVRAMCUI_SECONDARY_PAYLOAD=y
# CONFIG_SEABIOS_BOOTORDER_FILE="bootorder"