This website requires JavaScript.
Explore
Help
Register
Sign in
GNUBoot
/
coreboot-kgpe-d16
Watch
2
Star
0
Fork
You've already forked coreboot-kgpe-d16
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
063fc1747a
coreboot-kgpe-d16
/
src
/
soc
/
amd
/
common
/
Makefile.inc
6 lines
95 B
PHP
Raw
Normal View
History
Unescape
Escape
soc/amd: factor out vbnv_cmos_failed() into soc/amd/common/vboot Change-Id: I7f976c6c5a2a715e1a5372bb93fe657d0d86c848 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47584 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-11-14 01:58:47 +01:00
ifeq
(
$
(
CONFIG_SOC_AMD_COMMON
),
y
)
subdirs
-
y
+=
block
soc/amd/picasso: move chipset_handle_reset to common The FSP integration code needs this function to be present. It's not supposed to be called, but if it is, it'll print an error and call the SoC's cold reset function. Change-Id: I15f2622d9d9d0f22e3cf8e6283b578f5933b1a9f Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48537 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2020-12-10 16:49:28 +01:00
subdirs
-
y
+=
fsp
soc/amd: factor out vbnv_cmos_failed() into soc/amd/common/vboot Change-Id: I7f976c6c5a2a715e1a5372bb93fe657d0d86c848 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47584 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-11-14 01:58:47 +01:00
subdirs
-
y
+=
vboot
endif
Reference in a new issue
Copy permalink