coreboot-kgpe-d16/util/amdfwtool
Zheng Bao 5caca947b2 amdfwtool: Register APCB and APCB_BK respectively
We took the assumption the APCB(0x60) and APCB_BK(0x68) are the
same file. For picasso, they are. For later programe, they are not.

Change-Id: Idea7847691c2b511b489c306f04a8cb8945fd057
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48524
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2020-12-11 20:04:02 +00:00
..
.gitignore .gitignore: Ignore .test/.dependencies globally 2020-10-31 18:21:36 +00:00
Makefile amdfwtool: Take a config file instead of command line parameters 2020-10-30 12:10:04 +00:00
Makefile.inc amdfwtool: Take a config file instead of command line parameters 2020-10-30 12:10:04 +00:00
amdfwtool.c amdfwtool: Register APCB and APCB_BK respectively 2020-12-11 20:04:02 +00:00
amdfwtool.h amdfwtool: Take a config file instead of command line parameters 2020-10-30 12:10:04 +00:00
data_parse.c util/amdfwtool: add missing zero-initialization for local variable 2020-11-21 19:40:33 +00:00
description.md