aboutsummaryrefslogtreecommitdiff
path: root/board/xilinx
AgeCommit message (Expand)AuthorFilesLines
2023-12-18riscv: Add support for AMD/Xilinx MicroBlaze VMichal Simek6-1/+58
2023-12-14Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodia...WIP/14Dec2023-nextTom Rini3-0/+83
2023-12-13treewide: Tidy up semicolon after command macrosSimon Glass3-3/+3
2023-12-13arm64: zynqmp: Add multiboot support for SPL/SPI offset calculationMichal Simek1-0/+15
2023-12-13xilinx: zynq: Generate dfu for SPI only when enabledMichal Simek1-0/+2
2023-12-13arm64: zynqmp: Introduce kria SOM defconfigVenkatesh Yadav Abbarapu1-0/+66
2023-10-24microblaze: Remove common.h usageTom Rini1-1/+0
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini4-18/+8
2023-10-09arm64: versal: Add SelectMAP boot mode identificationPolak, Leszek2-0/+7
2023-10-09arm64: zynqmp: Remove resetin/out from K24 psu_initMichal Simek1-123/+0
2023-09-21arm64: xilinx: Guard distro boot variable generationMichal Simek3-40/+79
2023-09-21xilinx: zynqmp: Do not setup boot_targets if driver is not enabledVenkatesh Yadav Abbarapu1-35/+36
2023-09-21xilinx: versal: Do not setup boot_targets if driver is not enabledVenkatesh Yadav Abbarapu1-33/+34
2023-09-21xilinx: versal-net: Do not setup boot_targets if driver is not enabledVenkatesh Yadav Abbarapu1-38/+38
2023-09-21xilinx: board: Add support to pick bootscr flash offset/size from DTMichal Simek1-2/+11
2023-09-21xilinx: board: Add support to pick bootscr address from DTAlgapally Santosh Sagar1-3/+19
2023-09-21xilinx: zynqmp: Extract aes operation into new fileChristian Taedcke1-40/+3
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini1-1/+1
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt1-1/+1
2023-08-09treewide: unify the linker symbol reference formatShiji Yang1-3/+3
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek10-10/+10
2023-07-21arm64: versal-net: spi: Update boot sequence dynamicallyAshok Reddy Soma1-3/+21
2023-07-21xilinx: zynq: Add the missing function prototypesAlgapally Santosh Sagar1-0/+2
2023-07-21arm: zynq: Pass the missing argument type in function definitionAlgapally Santosh Sagar4-8/+8
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/12Jun2023-nextTom Rini6-17/+255
2023-06-12arm64: zynqmp: Fix tcminit mode paramVenkatesh Yadav Abbarapu1-0/+5
2023-06-12arm64: zynqmp: Fix return code from do_zynqmp_pmufw()Michal Simek1-1/+6
2023-06-12arm64: zynqmp: Fix command error values properlyMichal Simek1-4/+4
2023-06-12arm64: zynqmp: Check 0 node IDMichal Simek1-1/+5
2023-06-12board: xilinx: Add missing prototypesAlgapally Santosh Sagar1-0/+7
2023-06-12xilinx: versal-net: Add new versalnet loadpdi commandAlgapally Santosh Sagar3-0/+90
2023-06-12arm64: versal-net: Add support for SPP production versionMichal Simek1-11/+24
2023-06-12arm64: versal-net: Detect and display bootmodeAshok Reddy Soma1-0/+114
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima1-1/+1
2023-03-09arm64: zynqmp: Add missing ZYNQMP_FIRMWARE dependenciesAlgapally Santosh Sagar1-0/+1
2023-02-10Correct SPL use of SYS_MEM_RSVD_FOR_MMUSimon Glass1-1/+1
2023-02-10Correct SPL use of REGEXSimon Glass1-1/+1
2023-02-10Correct SPL uses of MICROBLAZESimon Glass1-2/+2
2023-02-09Correct SPL uses of ENV_VARS_UBOOT_RUNTIME_CONFIGSimon Glass4-4/+4
2023-02-09Correct SPL uses of EFI_HAVE_CAPSULE_SUPPORTSimon Glass1-1/+1
2023-02-09Correct SPL uses of DTB_RESELECTSimon Glass1-2/+2
2023-02-09Correct SPL use of CMD_FRUSimon Glass1-1/+1
2023-02-09Correct SPL use of ARCH_ZYNQSimon Glass1-1/+1
2023-01-27fru: ops: Display FRU fields properly for 0xc1 fieldsAlgapally Santosh Sagar1-15/+28
2023-01-27xilinx: board: Update logic in xilinx_read_eeprom_legacyMichal Simek1-10/+14
2023-01-27xilinx: board: Fix xilinx_eeprom_legacy_cleanup()Michal Simek1-2/+6
2023-01-27xilinx: board: Use ETH_ALEN macro for mac address sizeMichal Simek1-1/+1
2023-01-27xilinx: versal: Add missing headerAlgapally Santosh Sagar1-0/+1
2023-01-27xilinx: common: Include header file to fix warningAlgapally Santosh Sagar1-0/+1
2023-01-24arm64: zynqmp: Add support for Kria K24 SOMMichal Simek2-0/+1062