Joel Stanley | 77b96cd | 2023-08-11 14:49:00 +0930 | [diff] [blame] | 1 | KERNEL_DEVICETREE = "aspeed/aspeed-ast2600-evb.dtb" |
Joel Stanley | 8d1b6a0 | 2022-02-16 16:07:58 +1030 | [diff] [blame] | 2 | |
Troy Lee | d84b7f4 | 2021-06-16 14:35:31 +0800 | [diff] [blame] | 3 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
Joel Stanley | 8d1b6a0 | 2022-02-16 16:07:58 +1030 | [diff] [blame] | 4 | UBOOT_DEVICETREE = "ast2600-evb" |
Troy Lee | d84b7f4 | 2021-06-16 14:35:31 +0800 | [diff] [blame] | 5 | SPL_BINARY = "spl/u-boot-spl.bin" |
Jamin Lin | 26d53c5 | 2022-02-18 13:58:15 +0800 | [diff] [blame] | 6 | # Disable hardware root of trust by default. |
| 7 | # If users want to enable secure boot, |
| 8 | # please do the following steps. |
| 9 | # 1. Set SOCSEC_SIGN_ENABLE to “1”. |
| 10 | # 2. Provide platform OTP config. |
| 11 | # There was an example in p10bmc. |
| 12 | # If users enable socsec signing but do not provide OTP config, |
| 13 | # u-boot will be built failed. |
| 14 | SOCSEC_SIGN_ENABLE = "0" |
Brad Bishop | 04508dc | 2019-07-21 18:11:28 -0400 | [diff] [blame] | 15 | |
| 16 | require conf/machine/include/ast2600.inc |
Brad Bishop | b0bc837 | 2024-02-15 09:37:00 -0500 | [diff] [blame^] | 17 | include conf/machine/include/obmc-evb-common.inc |
Brad Bishop | cebd819 | 2019-08-08 15:32:29 -0400 | [diff] [blame] | 18 | |
| 19 | SERIAL_CONSOLES = "115200;ttyS4" |
Troy Lee | a0bfce9 | 2021-03-02 06:09:04 +0000 | [diff] [blame] | 20 | |
| 21 | # AST2600 EVB has 64MB SPI flash |
| 22 | FLASH_SIZE = "65536" |