summaryrefslogtreecommitdiff
path: root/board/xilinx
AgeCommit message (Expand)AuthorFilesLines
2021-08-26xilinx: common: Enabling generic function for DT reselectionMichal Simek1-6/+78
2021-08-26xilinx: zynqmp: Check that DT is 64bit alignedMichal Simek1-0/+3
2021-08-26xilinx: Add support for generic board detectionMichal Simek1-0/+31
2021-08-26xilinx: common: Free allocated structureMichal Simek1-5/+7
2021-08-26xilinx: common: Change board_info[] handlingMichal Simek1-17/+6
2021-08-26xilinx: Use variable for passing board_nameMichal Simek1-2/+4
2021-08-26xilinx: fru: Replace spaces with \0 in detected nameMichal Simek1-1/+5
2021-08-26xilinx: zynqmp: Add debug messages for boot modeMichal Simek1-0/+3
2021-08-26xilinx: common: Add function to print SoC infoT Karthik Reddy1-0/+26
2021-08-26mmc: zynq_sdhci: Move setting tapdelay code to driverAshok Reddy Soma2-117/+0
2021-08-26mmc: zynq_sdhci: Add xilinx_pm_request() method to set tapdelaysAshok Reddy Soma1-67/+81
2021-08-06xilinx: zynqmp: Add support for runtime dfu_alt_info setupMichal Simek1-0/+54
2021-08-06xilinx: zynqmp: use zynqmp_mmio_read() in multi_boot()Michal Simek1-2/+5
2021-08-06xilinx: zynqmp: Change multi_boot() to return valueMichal Simek1-4/+2
2021-08-06xilinx: zynqmp: Free allocated field for target variableMichal Simek1-0/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass4-33/+33
2021-07-26arm64: zynqmp: Do not define do_reset() if sysreset is enabledMichal Simek1-0/+2
2021-07-26xilinx: Return ENVL_NOWHERE instead of ENVL_UNKNOWNMike Looijmans2-6/+6
2021-07-26mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma1-35/+38
2021-07-01xilinx: zynqmp: Add support for 67dr siliconT Karthik Reddy1-0/+5
2021-06-23zynqmp: Do not place u-boot to reserved memory locationMichal Simek1-0/+21
2021-06-23arm64: zynqmp: Handle MMC seq number based on boot deviceMichal Simek1-0/+35
2021-06-23arm64: zynqmp: Add psu_init_gpl for k26 boardsMichal Simek2-0/+674
2021-06-23arm64: zynqmp: Add support for SVD devicesMichal Simek1-1/+27
2021-06-11arm64: zynqmp: Writing correct value to ANALOG_BUSAdrian Fiergolski1-0/+11
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-1/+1
2021-04-23xilinx: common: Fix boot script addressT Karthik Reddy1-4/+2
2021-04-23xilinx: versal: Add usb dfu/thor distro boot supportT Karthik Reddy1-1/+1
2021-04-23xilinx: zynqmp: Add usb dfu/thor distro boot supportT Karthik Reddy1-1/+1
2021-04-23xilinx: versal: Add support for saving env based on bootmodeAshok Reddy Soma1-0/+30
2021-04-23xilinx: zynq: Add support for saving env based on bootmodeAshok Reddy Soma1-0/+32
2021-03-31Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...Tom Rini3-82/+3910
2021-03-30arm64: zynqmp: Update psu_init for zcu1275Michal Simek1-82/+148
2021-03-30arm64: zynqmp: Add missing psu inits for zcu208/216Michal Simek2-0/+3762
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler2-2/+2
2021-02-28Correct U-Boot upstream repositoryHeinrich Schuchardt4-4/+4
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini5-6/+6
2021-02-23arm64: zynqmp: Rename zc1275/zcu1275 to be aligned with DT nameMichal Simek2-0/+0
2021-02-23arm64: zynqmp: Do not clear reset reasonMichal Simek1-5/+1
2021-02-10xilinx: Show silicon version in SPLMichal Simek2-0/+4
2021-02-10xilinx: common: Fix CONFIG_XILINX_OF_BOARD_DTB_ADDR handling for ZynqMPMichal Simek1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass7-0/+7
2021-01-20xilinx: common: Do not touch CONFIG_XILINX_OF_BOARD_DTB_ADDR in SPLMichal Simek1-1/+2
2021-01-20xilinx: common: Change macro handling in board_fdt_blob_setup()Michal Simek1-16/+20
2021-01-20xilinx: zynqmp: Save bootseq number for SD/EMMC boot modesMichal Simek1-0/+1
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini6-2/+9
2021-01-05xilinx: Fill git repository for Xilinx boardsMichal Simek4-0/+4
2021-01-05fru: ops: avoid out of bounds accessHeinrich Schuchardt1-1/+1
2021-01-04microblaze: Set script_offset_nor env variableT Karthik Reddy1-1/+4
2020-12-19dm: Avoid accessing seq directlySimon Glass2-12/+12