HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46335 )
Change subject: [test] asus/p2b ......................................................................
[test] asus/p2b
Change-Id: I8828dadcc05be30c131944b5f11460f1c0c9ebdc Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/asus/p2b/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/46335/1
diff --git a/src/mainboard/asus/p2b/Kconfig b/src/mainboard/asus/p2b/Kconfig index 1d3d3b9..d73f7a8 100644 --- a/src/mainboard/asus/p2b/Kconfig +++ b/src/mainboard/asus/p2b/Kconfig @@ -1,5 +1,6 @@ ## SPDX-License-Identifier: GPL-2.0-only
+ if BOARD_ASUS_P2B || BOARD_ASUS_P2B_D || BOARD_ASUS_P2B_DS || BOARD_ASUS_P2B_F || BOARD_ASUS_P2B_LS || BOARD_ASUS_P3B_F
config BASE_ASUS_P2B_D
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/46335 )
Change subject: [test] asus/p2b ......................................................................
Abandoned
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46335 )
Change subject: [test] asus/p2b ......................................................................
Patch Set 1:
on local, it failed to build:
COLLECT_GCC_OPTIONS='-v' '-o' 'build/util/cbfstool/cbfstool' '-mtune=generic' '-march=x86-64' HOSTCC cbfstool/ifittool.o HOSTCC cbfstool/fit.o HOSTCC cbfstool/ifittool (link) Created CBFS (capacity = 261592 bytes) CBFS fallback/romstage CBFS cpu_microcode_blob.bin CBFS fallback/ramstage CBFS config CBFS revision CBFS fallback/dsdt.aml CBFS fallback/postcar CBFS fallback/payload E: Could not add [payloads/external/SeaBIOS/seabios/out/bios.bin.elf, 69905 bytes (68 KB)@0x0]; too big? E: Failed to add 'payloads/external/SeaBIOS/seabios/out/bios.bin.elf' into ROM image. E: Failed while operating on 'COREBOOT' region! E: The image will be left unmodified. make: *** [Makefile.inc:1065 : build/coreboot.pre] Erreur 1