aarch64-elf-ld.bfd: vboot2 work buffer size must be equivalent to VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE! (16K)
make[1]: *** [src/arch/arm64/Makefile.inc:67: /cb-build/coreboot-gerrit.0/GOOGLE_MISTRAL/cbfs/fallback/bootblock.debug] Error 1
make[1]: Leaving directory '/home/coreboot/slave-root/workspace/coreboot-gerrit'

Well, looks like it's working properly =)

But I'm not so sure about these other errors:

make[2]: Entering directory '/home/coreboot/slave-root/workspace/coreboot-gerrit/src/soc/nvidia/tegra124/lp0'
arm-eabi-gcc -marm -march=armv4t -mno-unaligned-access -nostdlib -static \
-Os -fpie -Wl,--build-id=none -ggdb3 -T tegra_lp0_resume.ld \
-I ../../../../include -I ../../../../arch/arm/include \
-include ../../../../commonlib/include/commonlib/compiler.h \
-o tegra_lp0_resume.elf tegra_lp0_resume.c
tegra_lp0_resume.c:267:40: error: static declaration of 'halt' follows non-static declaration
static __always_inline void __noreturn halt(void)
^~~~
In file included from tegra_lp0_resume.c:17:
../../../../include/halt.h:26:17: note: previous declaration of 'halt' was here
void __noreturn halt(void);
^~~~
make[2]: *** [Makefile:35: tegra_lp0_resume.elf] Error 1
make[2]: Leaving directory '/home/coreboot/slave-root/workspace/coreboot-gerrit/src/soc/nvidia/tegra124/lp0'

View Change

To view, visit change 31474. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id71a8ab2401efcc0194d48c8af9017fc90513cb8
Gerrit-Change-Number: 31474
Gerrit-PatchSet: 13
Gerrit-Owner: Joel Kitching <kitching@google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan@google.com>
Gerrit-Reviewer: Joel Kitching <kitching@google.com>
Gerrit-Reviewer: Julius Werner <jwerner@chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Gerrit-Reviewer: Randall Spangler <rspangler@google.com>
Gerrit-Reviewer: Simon Glass <sjg@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Comment-Date: Thu, 21 Mar 2019 15:49:27 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment