Now the bootblock is not limited to 64K so integrating vboot into the bootblock reduces the binary size. Change-Id: Ic92ecf8068f327a893d20924685ce571752d379f Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52787 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
7 lines
139 B
Makefile
7 lines
139 B
Makefile
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
romstage-y += gpio.c
|
|
|
|
romstage-y += chromeos.c
|
|
ramstage-y += chromeos.c
|
|
verstage-y += chromeos.c
|