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 ...
|
43e9f5a6 | 03-May-2022 |
Zev Weiss <zev@bewilderbeest.net> |
aspeed: Disable backdoor interfaces
On ast2400 and ast2500 we now disable the various hardware backdoor interfaces as is done on ast2600. Two Kconfig options can selectively re-enable some of these
aspeed: Disable backdoor interfaces
On ast2400 and ast2500 we now disable the various hardware backdoor interfaces as is done on ast2600. Two Kconfig options can selectively re-enable some of these interfaces: CONFIG_ASPEED_ENABLE_SUPERIO leaves the ast2x00 built-in Super I/O device enabled, as it is required for some systems, and CONFIG_ASPEED_ENABLE_DEBUG_UART leaves the hardware debug UART enabled, since it provides a relatively high ratio of utility to security risk during development.
This patch is based on a patch by Andrew Jeffery for an older u-boot branch in the OpenBMC tree for the df-isolate-bmc distro feature flag.
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Tested-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Joel Stanley <joel@jms.id.au> Link: https://lore.kernel.org/r/20220504004739.15829-1-zev@bewilderbeest.net Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
a77d558c | 21-Sep-2022 |
Dylan Hung <dylan_hung@aspeedtech.com> |
ram: ast2600: align the RL and WL setting
Use macro to represent the RL and WL setting to ensure the PHY and controller setting are aligned.
Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com> Ch
ram: ast2600: align the RL and WL setting
Use macro to represent the RL and WL setting to ensure the PHY and controller setting are aligned.
Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com> Change-Id: I9151ef465ddb45b96bb0c5d61c01d516a92127c4
show more ...
|
f771b676 | 10-May-2022 |
Zev Weiss <zev@bewilderbeest.net> |
aspeed: Fix typos in platform.h comments
"function" had been missing an "n" in a few places.
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Link: https://lore.kernel.org/r/20220511025309.27224-1-
aspeed: Fix typos in platform.h comments
"function" had been missing an "n" in a few places.
Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Link: https://lore.kernel.org/r/20220511025309.27224-1-zev@bewilderbeest.net Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|
89e8db20 | 17-Jan-2022 |
Ryan Chen <ryan_chen@aspeedtech.com> |
remove h2x driver and add new pcie driver
Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com> Change-Id: I89ba3ac192641fecbf45c7d1eaf78f7dc9615c5a |
e95b19f8 | 18-Nov-2021 |
Dylan Hung <dylan_hung@aspeedtech.com> |
clk: ast2600: Setup RGMII TX delay according to the DLY32 calculation
There is a duplicate DLY32 delay cell embedded in AST2600 SOC that is the same with the one used for RGMII clock delay. The del
clk: ast2600: Setup RGMII TX delay according to the DLY32 calculation
There is a duplicate DLY32 delay cell embedded in AST2600 SOC that is the same with the one used for RGMII clock delay. The delay time of each tap delay can be measured by the embedded frequency counters SCU320 and SCU330. So we can set up the TX delay according to the runtime measured value to cover the chip-to-chip delay time variation.
v2: revise coding style
Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com> Change-Id: I42c6cf09f36baf9ded22accf476cc93ae4991d86
show more ...
|
e40a4e44 | 15-Nov-2021 |
Dylan Hung <dylan_hung@aspeedtech.com> |
clk: ast2600: rework for the MAC interface delay
replace bitfield access by simple "FIELD_PREP" and bitshift operations to meet kernel coding style.
Signed-off-by: Dylan Hung <dylan_hung@aspeedtech
clk: ast2600: rework for the MAC interface delay
replace bitfield access by simple "FIELD_PREP" and bitshift operations to meet kernel coding style.
Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com> Change-Id: I9956eafae0b88fd96143fa7ee61a88bd32579674
show more ...
|
9a4a4641 | 26-Jan-2021 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
ARM: aspeed: Update AST2600 SRAM size
AST2600 has additional 24KB SRAM size supported since A1 revision. |
e75928cf | 13-Nov-2020 |
Johnny Huang <johnny_huang@aspeedtech.com> |
ARM: Aspeed: Update SOC ID |
63dd4552 | 12-Nov-2020 |
Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> |
ARM: aspeed: Update scu info for boot from eMMC
Add 2nd boot information for boot from eMMC feature. |
dd27b24b | 03-Nov-2020 |
Johnny Huang <johnny_huang@aspeedtech.com> |
ARM: Aspeed: update secure boot information |
52657502 | 23-Oct-2020 |
Ryan Chen <ryan_chen@aspeedtech.com> |
modify revision id base |
d66fc9f8 | 06-Sep-2020 |
Ryan Chen <ryan_chen@aspeedtech.com> |
update for send patch |
a71c3d2c | 22-Jul-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
add ast2400 clk |
fd0bc623 | 20-Jul-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
add ast2400 |
f4925907 | 17-Jul-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
update ast2400 have 32kbyte |
e5d5e464 | 08-Jul-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
Merge branch 'ryan_port' into aspeed-dev-v2019.04 |
e5c4f4df | 01-Jul-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
update hclk setting |
d7529565 | 30-Jun-2020 |
Dylan Hung <dylan_hung@aspeedtech.com> |
fix fpga booting |
a7988229 | 23-Jun-2020 |
Johnny Huang <johnny_huang@aspeedtech.com> |
boot0: aspeed: add image size header for boot form sram |
1f88fcc6 | 08-Jun-2020 |
Johnny Huang <johnny_huang@aspeedtech.com> |
secure: update bl2 verify |
fe8b5fda | 04-Jun-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
update bootflow |
4fbcd619 | 29-May-2020 |
Johnny Huang <johnny_huang@aspeedtech.com> |
spl: ast2600: update secure boot flow
Copy all image to dram before verify, then boot from dram. |
91d8613b | 19-May-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
spl: ast2600: Add secure boot flow support
This patch refactors the AST2600 boot flow to support both secure and normal boot in the consistent way. |
701e009a | 19-May-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
aspeed: Fix compile warning |