-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'xilinx-for-v2024.10-rc2' of https://gitlab.denx.de/u-boot/…
…custodians/u-boot-microblaze AMD/Xilinx changes for v2024.10-rc2 amd/xilinx: - Enable CONFIG_MMC_SPEED_MODE_SET env: - support overriding spi dev from board code clk: - Add set_rate support for display clocks spi: - Describe is25lp01gg flash zynq: - Add support for 7z010_lr and 7z020_lr zynqmp: - Add support for zu1eg_lr - Enable NFS for Kria - DT changes - Cleanup firmware handling in board_init() versal-net: - Setup spi seq number based on boot device - dt-schema update for mini configurations versal2: - Disable uartlite driver - Add support for mini configurations - Enable NFS
- Loading branch information
Showing
29 changed files
with
440 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Empty device tree for amd-versal2-mini | ||
* | ||
* Copyright (C) 2024, Advanced Micro Devices, Inc. | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
/ { | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
CONFIG_ARM=y | ||
CONFIG_SYS_CONFIG_NAME="amd_versal2_mini" | ||
# CONFIG_ARM64_CRC32 is not set | ||
CONFIG_COUNTER_FREQUENCY=100000000 | ||
# CONFIG_ARM64_SUPPORT_AARCH32 is not set | ||
CONFIG_ARCH_VERSAL2=y | ||
CONFIG_TEXT_BASE=0xBBF00000 | ||
CONFIG_SYS_MALLOC_LEN=0x20000 | ||
CONFIG_SYS_MALLOC_F_LEN=0x4000 | ||
CONFIG_NR_DRAM_BANKS=3 | ||
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y | ||
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xBBF20000 | ||
CONFIG_ENV_SIZE=0x80 | ||
CONFIG_DEFAULT_DEVICE_TREE="amd-versal2-mini" | ||
CONFIG_DEBUG_UART_BASE=0xf1920000 | ||
CONFIG_DEBUG_UART_CLOCK=100000000 | ||
CONFIG_SYS_MEM_RSVD_FOR_MMU=y | ||
# CONFIG_PSCI_RESET is not set | ||
CONFIG_SYS_LOAD_ADDR=0xBBF80000 | ||
CONFIG_DEBUG_UART=y | ||
CONFIG_SYS_MEMTEST_START=0x00000000 | ||
CONFIG_SYS_MEMTEST_END=0x00001000 | ||
# CONFIG_EXPERT is not set | ||
CONFIG_REMAKE_ELF=y | ||
# CONFIG_LEGACY_IMAGE_FORMAT is not set | ||
# CONFIG_AUTOBOOT is not set | ||
# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set | ||
CONFIG_SYS_CONSOLE_INFO_QUIET=y | ||
# CONFIG_DISPLAY_CPUINFO is not set | ||
CONFIG_BOARD_EARLY_INIT_R=y | ||
# CONFIG_BOARD_LATE_INIT is not set | ||
# CONFIG_CMDLINE_EDITING is not set | ||
# CONFIG_AUTO_COMPLETE is not set | ||
# CONFIG_SYS_LONGHELP is not set | ||
CONFIG_SYS_PROMPT="versal2> " | ||
# CONFIG_CMD_CONSOLE is not set | ||
# CONFIG_CMD_BOOTD is not set | ||
# CONFIG_CMD_BOOTI is not set | ||
# CONFIG_CMD_ELF is not set | ||
# CONFIG_CMD_FDT is not set | ||
# CONFIG_CMD_GO is not set | ||
# CONFIG_CMD_RUN is not set | ||
# CONFIG_CMD_IMI is not set | ||
# CONFIG_CMD_XIMG is not set | ||
# CONFIG_CMD_EXPORTENV is not set | ||
# CONFIG_CMD_IMPORTENV is not set | ||
# CONFIG_CMD_EDITENV is not set | ||
# CONFIG_CMD_SAVEENV is not set | ||
# CONFIG_CMD_ENV_EXISTS is not set | ||
# CONFIG_CMD_CRC32 is not set | ||
CONFIG_CMD_MEMINFO=y | ||
CONFIG_CMD_MX_CYCLIC=y | ||
CONFIG_CMD_MEMTEST=y | ||
CONFIG_SYS_ALT_MEMTEST=y | ||
# CONFIG_CMD_LOADB is not set | ||
# CONFIG_CMD_LOADS is not set | ||
# CONFIG_CMD_ECHO is not set | ||
# CONFIG_CMD_ITEST is not set | ||
# CONFIG_CMD_SOURCE is not set | ||
# CONFIG_CMD_SETEXPR is not set | ||
CONFIG_CMD_CACHE=y | ||
# CONFIG_CMD_SLEEP is not set | ||
CONFIG_OF_EMBED=y | ||
CONFIG_SYS_RELOC_GD_ENV_ADDR=y | ||
# CONFIG_NET is not set | ||
# CONFIG_DM_DEVICE_REMOVE is not set | ||
# CONFIG_GPIO is not set | ||
# CONFIG_I2C is not set | ||
# CONFIG_INPUT is not set | ||
# CONFIG_MMC is not set | ||
# CONFIG_POWER is not set | ||
CONFIG_DEBUG_UART_PL011=y | ||
CONFIG_DEBUG_UART_ANNOUNCE=y | ||
CONFIG_DEBUG_UART_SKIP_INIT=y | ||
CONFIG_ARM_DCC=y | ||
CONFIG_PL01X_SERIAL=y | ||
# CONFIG_GZIP is not set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
CONFIG_ARM=y | ||
CONFIG_SYS_CONFIG_NAME="amd_versal2_mini" | ||
CONFIG_COUNTER_FREQUENCY=100000000 | ||
CONFIG_ARCH_VERSAL2=y | ||
CONFIG_TEXT_BASE=0x10000 | ||
CONFIG_SYS_MALLOC_LEN=0x80000 | ||
CONFIG_NR_DRAM_BANKS=1 | ||
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y | ||
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x10000 | ||
CONFIG_ENV_SIZE=0x80 | ||
CONFIG_DEFAULT_DEVICE_TREE="amd-versal2-mini" | ||
CONFIG_DEBUG_UART_BASE=0xf1920000 | ||
CONFIG_DEBUG_UART_CLOCK=100000000 | ||
# CONFIG_PSCI_RESET is not set | ||
CONFIG_SYS_LOAD_ADDR=0x8000000 | ||
CONFIG_DEBUG_UART=y | ||
# CONFIG_EXPERT is not set | ||
CONFIG_REMAKE_ELF=y | ||
# CONFIG_AUTOBOOT is not set | ||
CONFIG_SYS_CONSOLE_INFO_QUIET=y | ||
# CONFIG_DISPLAY_CPUINFO is not set | ||
CONFIG_BOARD_EARLY_INIT_R=y | ||
# CONFIG_BOARD_LATE_INIT is not set | ||
# CONFIG_CMDLINE_EDITING is not set | ||
# CONFIG_AUTO_COMPLETE is not set | ||
# CONFIG_SYS_LONGHELP is not set | ||
CONFIG_SYS_PROMPT="versal2> " | ||
# CONFIG_CMD_BDI is not set | ||
# CONFIG_CMD_CONSOLE is not set | ||
# CONFIG_CMD_BOOTD is not set | ||
# CONFIG_CMD_BOOTM is not set | ||
# CONFIG_CMD_BOOTI is not set | ||
# CONFIG_CMD_ELF is not set | ||
# CONFIG_CMD_FDT is not set | ||
# CONFIG_CMD_GO is not set | ||
# CONFIG_CMD_RUN is not set | ||
# CONFIG_CMD_IMI is not set | ||
# CONFIG_CMD_XIMG is not set | ||
# CONFIG_CMD_EXPORTENV is not set | ||
# CONFIG_CMD_IMPORTENV is not set | ||
# CONFIG_CMD_EDITENV is not set | ||
# CONFIG_CMD_SAVEENV is not set | ||
# CONFIG_CMD_ENV_EXISTS is not set | ||
# CONFIG_CMD_CRC32 is not set | ||
# CONFIG_CMD_LOADB is not set | ||
# CONFIG_CMD_LOADS is not set | ||
CONFIG_CMD_MMC=y | ||
# CONFIG_CMD_ECHO is not set | ||
# CONFIG_CMD_ITEST is not set | ||
# CONFIG_CMD_SOURCE is not set | ||
# CONFIG_CMD_SETEXPR is not set | ||
CONFIG_CMD_FAT=y | ||
CONFIG_CMD_FS_GENERIC=y | ||
CONFIG_OF_EMBED=y | ||
CONFIG_SYS_RELOC_GD_ENV_ADDR=y | ||
# CONFIG_NET is not set | ||
# CONFIG_DM_DEVICE_REMOVE is not set | ||
CONFIG_MMC_HS200_SUPPORT=y | ||
CONFIG_MMC_SDHCI=y | ||
CONFIG_MMC_SDHCI_ZYNQ=y | ||
CONFIG_DEBUG_UART_PL011=y | ||
CONFIG_DEBUG_UART_ANNOUNCE=y | ||
CONFIG_DEBUG_UART_SKIP_INIT=y | ||
CONFIG_ARM_DCC=y | ||
CONFIG_PL01X_SERIAL=y | ||
CONFIG_FAT_WRITE=y | ||
# CONFIG_GZIP is not set | ||
# CONFIG_EFI_LOADER is not set | ||
# CONFIG_LMB is not set |
Oops, something went wrong.