diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-05-19 11:54:05 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-05-19 11:54:05 +0100 |
| commit | ad2d082bc23451d94e53539c304ddbf1b489d41c (patch) | |
| tree | 7b13f35fb5fc7a4d1cf50f2e81f65c198156ad44 /config/coreboot/qemu_arm64_12mb | |
| parent | 9a132f96a200678d3c66d0abf9e09aa4150a592a (diff) | |
Revert "cb/default: use rev 62c8197dd25376cb7b18d272af167cb176d28bcf"
This reverts commit fedeb6ecd8b5f3ed79dad754e452aecf88cbdde2.
this, along with several other updates, have been reverted.
dell 3050 micro had boot issues, on the update. i therefore
revert the recent revision update, pending further investigation.
Diffstat (limited to 'config/coreboot/qemu_arm64_12mb')
| -rw-r--r-- | config/coreboot/qemu_arm64_12mb/config/libgfxinit_corebootfb | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/config/coreboot/qemu_arm64_12mb/config/libgfxinit_corebootfb b/config/coreboot/qemu_arm64_12mb/config/libgfxinit_corebootfb index 25f34c24..e2ea6bbd 100644 --- a/config/coreboot/qemu_arm64_12mb/config/libgfxinit_corebootfb +++ b/config/coreboot/qemu_arm64_12mb/config/libgfxinit_corebootfb @@ -197,10 +197,11 @@ CONFIG_INTEL_GMA_BCLV_OFFSET=0xc8254 CONFIG_INTEL_GMA_BCLV_WIDTH=16 CONFIG_INTEL_GMA_BCLM_OFFSET=0xc8256 CONFIG_INTEL_GMA_BCLM_WIDTH=16 +# CONFIG_PCIEXP_COMMON_CLOCK is not set CONFIG_CBFS_CACHE_ALIGN=8 CONFIG_ALWAYS_ALLOW_ABOVE_4G_ALLOCATION=y -CONFIG_UART_BITBANG_TX_DELAY_MS=5 CONFIG_GENERIC_UDELAY=y +CONFIG_UART_BITBANG_TX_DELAY_MS=5 # # CPU @@ -214,7 +215,6 @@ CONFIG_GENERIC_UDELAY=y # Southbridge # # CONFIG_PCIEXP_HOTPLUG is not set -# CONFIG_PCIEXP_COMMON_CLOCK is not set CONFIG_FIXED_RCBA_MMIO_BASE=0xfed1c000 CONFIG_RCBA_LENGTH=0x4000 @@ -235,7 +235,6 @@ CONFIG_ARCH_BOOTBLOCK_ARMV8_64=y CONFIG_ARCH_VERSTAGE_ARMV8_64=y CONFIG_ARCH_ROMSTAGE_ARMV8_64=y CONFIG_ARCH_RAMSTAGE_ARMV8_64=y -# CONFIG_ARCH_ARM64_DEBUG_MMU is not set CONFIG_ARM64_USE_ARCH_TIMER=y CONFIG_ARM64_USE_ARM_TRUSTED_FIRMWARE=y # CONFIG_ARM64_BL31_OPTEE_WITH_SMC is not set @@ -333,11 +332,6 @@ CONFIG_PCR_RUNTIME_DATA=3 # end of Trusted Platform Module # -# TCG storage -# -# end of TCG storage - -# # Memory initialization # # end of Memory initialization @@ -440,10 +434,11 @@ CONFIG_PROBE_RAM=y # # CONFIG_BMP_LOGO is not set CONFIG_PLATFORM_POST_RENDER_DELAY_SEC=5 -# CONFIG_PLATFORM_HAS_SECONDARY_BOOT_INDICATOR_LOGO is not set +CONFIG_PLATFORM_OFF_MODE_CHARGING_INDICATOR_LOGO_PATH="3rdparty/blobs/mainboard/$(MAINBOARDDIR)/off_mode_charging.bmp" # CONFIG_FRAMEBUFFER_SPLASH_TEXT is not set # end of Boot Logo Configuration +CONFIG_WARNINGS_ARE_ERRORS=y CONFIG_MAX_REBOOT_CNT=3 CONFIG_NO_XIP_EARLY_STAGES=y CONFIG_BOOTBLOCK_CUSTOM=y |
