History log of /openbmc/u-boot/cmd/Kconfig (Results 1 – 25 of 268)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v00.04.15, v00.04.14, v00.04.13, v00.04.12
# 0e24006f 03-Aug-2022 Joel Stanley <joel@jms.id.au>

aspeed: Remove remaining "Aspeed secure boot" code

This was mostly removed from the SDK in b88f3710ee38 ("arm:
aspeed: ast2600: Remove ASPEED_LOADERS") when the
"AST2600 proprietary CoT" was abandon

aspeed: Remove remaining "Aspeed secure boot" code

This was mostly removed from the SDK in b88f3710ee38 ("arm:
aspeed: ast2600: Remove ASPEED_LOADERS") when the
"AST2600 proprietary CoT" was abandoned.

Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...


# 64e8c66a 27-Jul-2022 Chia-Wei Wang <chiawei_wang@aspeedtech.com>

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

Change-Id: I558d5a04f25c77da71b9ef210e4f37ecd0c49dc1


# b16076b1 14-Jul-2022 Joel Stanley <joel@jms.id.au>

cmd/otp: Depend on SHA variants

Indicate which SHA algorithms are required by depending on them. Don't
select them, as this force enables the options.

Signed-off-by: Joel Stanley <joel@jms.id.au>


# 09f2a38f 14-Jul-2022 Joel Stanley <joel@jms.id.au>

cmd/otp: Use any MOD_EXP driver

Instead of requesting the ACRY driver specifically, ask for the first
DM device that implements MOD_EXP.

Selecting RSA ensures that one of the MOD_EXP drivers will b

cmd/otp: Use any MOD_EXP driver

Instead of requesting the ACRY driver specifically, ask for the first
DM device that implements MOD_EXP.

Selecting RSA ensures that one of the MOD_EXP drivers will be built in.
On Aspeed platforms this will be either the ACRY or the software
implementation; Kconfig logic stops both from being built in.

Signed-off-by: Joel Stanley <joel@jms.id.au>

show more ...


Revision tags: v00.04.11
# e7e21c44 28-Jun-2022 Johnny Huang <johnny_huang@aspeedtech.com>

otp: add 'verify' sub-command

update otp tool to v2.0.0

Signed-off-by: Johnny Huang <johnny_huang@aspeedtech.com>
Change-Id: I575c549f872a0a76a4071067073316e01b4b10a9


# a3dcef30 15-Jun-2022 Johnny Huang <johnny_huang@aspeedtech.com>

otp: update image checksum to SHA384

Update otp image checksum algorithm from sha256 to sha384.

Change-Id: Ic1a191e0e726137526ebde9302ddb7ceca80bad8


Revision tags: v00.04.10, v00.04.09, v00.04.08, v00.04.07, v00.04.06, v00.04.05, v00.04.04, v00.04.03, v00.04.02, v00.04.01, v00.04.00, v2021.04, v00.03.03, v2021.01, v2020.10, v2020.07
# d67ea7cd 11-Jun-2020 Johnny Huang <johnny_huang@aspeedtech.com>

Merge branch 'aspeed-dev-v2019.04' into aspeed-master-v2019.04


# 3a9a23eb 08-Jun-2020 Johnny Huang <johnny_huang@aspeedtech.com>

Merge branch 'feature/bootflow' into aspeed-dev-v2019.04


# fe8b5fda 04-Jun-2020 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

update bootflow


Revision tags: v00.02.13
# 496a7919 22-May-2020 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# 1ab24dc2 21-May-2020 ryan_chen <ryan_chen@aspeedtech.com>

update for mv cmd/aspeed folder


Revision tags: v2020.04
# e12649f7 12-Mar-2020 Dylan Hung <dylan_hung@aspeedtech.com>

Merge branch 'aspeed-dev-v2019.04' of ssh://192.168.10.30:7999/bmc/u-boot into aspeed-dev-v2019.04


# 7c073eb7 10-Mar-2020 Johnny Huang <johnny_huang@aspeedtech.com>

rng: add aspeed rng cmd


# ef7c14d7 17-Feb-2020 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

Merge branch 'feature/peci' into aspeed-dev-v2019.04


# 085b1b97 17-Feb-2020 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

cmd: kconfig: aspeed: Add Aspeed dependency

Add dependency on ARCH_ASPEED for Aspeed proprietary
test programs.


# 4ab1f8ce 17-Feb-2020 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

cmd: peci: aspeed: Add PECI test program

Add Aspeed PECI controller test program to
U-Boot command interface. The test program
supports PECI Ping and GetDIB commands for
general diagnosis.


Revision tags: v2020.01
# e87eb270 05-Dec-2019 Johnny Huang <johnny_huang@aspeedtech.com>

Merge branch 'aspeed-dev-v2019.04' into aspeed-master-v2019.04


# 9a4b2e28 03-Nov-2019 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# ade283d8 03-Nov-2019 ryan_chen <ryan_chen@aspeedtech.com>

add fsi command


# 97ebe011 23-Oct-2019 Dylan Hung <dylan_hung@aspeedtech.com>

Merge branch 'feature/rmii' into aspeed-dev-v2019.04


# 9ab23354 15-Oct-2019 Dylan Hung <dylan_hung@aspeedtech.com>

apply ncsi patch


Revision tags: v2019.10, v00.02.05, v00.02.04, v00.02.03, v00.02.02, v00.02.01
# baa29d5e 18-Jul-2019 Johnny Huang <johnny_huang@aspeedtech.com>

Merge remote-tracking branch 'origin/aspeed-dev-v2019.04' into aspeed-master-v2019.04


Revision tags: v2019.07
# 6b2c0f08 29-Jun-2019 Dylan Hung <dylan_hung@aspeedtech.com>

[update] merge featute/ast2600_dram for realchip


# badbf800 29-Jun-2019 Dylan Hung <dylan_hung@aspeedtech.com>

[feature] add dramtest


# 69d5fd8f 20-Jun-2019 Johnny Huang <johnny_huang@aspeedtech.com>

[new] add ast2600 otp utility


1234567891011