History log of /openbmc/u-boot/board/aspeed/ast2600_ibm/ibm.c (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v00.04.15, v00.04.14
# 9c452f1c 25-Jan-2023 Eddie James <eajames@linux.ibm.com>

ast2600: Measure the boot

Add the configuration option for measured boot and add the
event log reserved memory to the device tree.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://l

ast2600: Measure the boot

Add the configuration option for measured boot and add the
event log reserved memory to the device tree.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20230125173025.3725606-5-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...


# d7869cec 25-Jan-2023 Eddie James <eajames@linux.ibm.com>

tpm: Pull in upstream changes

Get the TPM driver into the same state as upstream as of v2023.04-rc3.

FILES="cmd/tpm-user-utils.h include/tpm-common.h include/tpm-v1.h \
include/tpm-v2.h include/

tpm: Pull in upstream changes

Get the TPM driver into the same state as upstream as of v2023.04-rc3.

FILES="cmd/tpm-user-utils.h include/tpm-common.h include/tpm-v1.h \
include/tpm-v2.h include/tpm_api.h cmd/tpm-common.c cmd/tpm-v1.c \
cmd/tpm-v2.c drivers/tpm/tpm-uclass.c lib/tpm-v1.c lib/tpm-v2.c \
lib/tpm_api.c"

git checkout v2023.04-rc3 -- $FILES

sed -i 's/struct cmd_tbl/cmd_tbl_t/' $FILES
sed -i 's/env.h/environment.h/' $FILES

The tpm-uclass.c had tpm_uclass_post_probe and other references to
UCLASS_RNG removed, as that class does not exist in v2019.04.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...


# b4919f04 26-Jun-2023 Kevin-Chen, Chen <kevin_chen@aspeedtech.com>

Merge branch pull request #16 into aspeed-dev-v2019.04.


Revision tags: v00.04.13, v00.04.12, v00.04.11
# 25fde1c0 26-May-2022 Eddie James <eajames@linux.ibm.com>

board: ast2600-ibm: Add AST2600 BMC based POWER10+ servers

Support IBM-specific options for POWER10+ servers built on AST2600
BMC.

TPM driver and device tree doesn't seem to be available in the ear

board: ast2600-ibm: Add AST2600 BMC based POWER10+ servers

Support IBM-specific options for POWER10+ servers built on AST2600
BMC.

TPM driver and device tree doesn't seem to be available in the early
init so the board uses late_init.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20220526215945.70791-1-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...