aboutsummaryrefslogtreecommitdiff
path: root/board/xilinx/zynq/board.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Correct SPL uses of ENV_VARS_UBOOT_RUNTIME_CONFIGSimon Glass1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-3/+3
2022-10-05xilinx: zynq: Enable early eeprom decodingMichal Simek1-0/+3
2022-09-13xilinx: Define only mmc devnum not partitionMichal Simek1-1/+1
2022-09-13xilinx: zynq: Use CONFIG_SPL_FS_LOAD_PAYLOAD_NAME for dfu_alt_infoMichal Simek1-2/+3
2022-09-13xilinx: Fix logic when dfu_alt_info is generatedMichal Simek1-2/+1
2022-04-15capsule: board: Add information needed for capsule updatesSughosh Ganu1-1/+2
2022-02-21ARM: zynq: Fix debug uart initializationMichal Simek1-0/+7
2021-09-30ARM: zynq: Enable capsule update for qspi and mmcMichal Simek1-0/+35
2021-07-26xilinx: Return ENVL_NOWHERE instead of ENVL_UNKNOWNMike Looijmans1-3/+3
2021-04-23xilinx: zynq: Add support for saving env based on bootmodeAshok Reddy Soma1-0/+32
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...WIP/23Feb2021Tom Rini1-0/+3
2021-02-10xilinx: Show silicon version in SPLMichal Simek1-0/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-08-20xilinx: Add support for ENV_VARS_UBOOT_RUNTIME_CONFIGMichal Simek1-0/+9
2020-04-27xilinx: Introduce board_late_init_xilinx()Michal Simek1-3/+2
2020-01-14ARM: zynq: Add jtag distro boot supportT Karthik Reddy1-1/+1
2020-01-14board: xilinx: Add support for user configurable boot script offsetT Karthik Reddy1-0/+2
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-10-24ARM: zynq: Remove unused board_early_init_f()Michal Simek1-7/+0
2019-10-08ARM: zynq: Specify MMC controller number for boot sequenceMichal Simek1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese1-39/+0
2019-04-08watchdog: Move watchdog_dev to data section (BSS may not be cleared)Stefan Roese1-6/+1
2019-02-14arm: zynq: Update boot_targets based on bootmodeSiva Durga Prasad Paladugu1-0/+29
2019-02-14xilinx: Move zynq_board_read_rom_ethaddr to shared locationMichal Simek1-13/+0
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu1-1/+1
2018-07-19arm: zynq: Try to enable the first watchdog via aliasesMichal Simek1-5/+9
2018-06-15arm: zynq: Add missing watchdog headerMichal Simek1-0/+1
2018-05-11arm: zynq: Remove checkboard and enable DISPLAY_CPUINFOMichal Simek1-17/+0
2018-05-11arm: zynq: Rework FPGA initializationMichal Simek1-63/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-23arm: zynq: Wire automatic ddr detection for Zynq and ZynqMP caseMichal Simek1-1/+2
2018-03-23arm: zynq: Wire watchdog internalsMichal Simek1-0/+49
2018-01-30arm: zynq: Update years in copyright to reflect latest changesMichal Simek1-0/+1
2017-11-29arm: zynq: Show information about silicon versionMichal Simek1-0/+9
2017-11-28arm: zynq: Return value from fdtdec_setup_memory_banksize directlyMichal Simek1-3/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-6/+6
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-01-10ARM: zynq: Setup modeboot variable based on boot modeMichal Simek1-0/+6
2016-12-20ARM: zynq: Replace board specific with generic memory bank decodingNathan Rossi1-109/+3
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini1-55/+103
2016-12-08zynqmp worksMichal Simek1-28/+28
2016-12-08ARM: zynq: Replace dram_init* functions with board_init_f safe onesNathan Rossi1-98/+50
2016-11-15ARM: zynq: Add support for Zynq 7000S 7007s/7012s/7014s devicesMichal Simek1-0/+12
2016-04-13ARM: zynq: Support systems with more memory banksMichal Simek1-12/+120
2016-04-04net: gem: Allow to set the MAC from an EEPROMJoe Hershberger1-0/+13
2016-02-22ARM: zynq: Read memory size setting from DTMichal Simek1-4/+0
2016-01-27ARM: zynq: zynqmp: Line up checkboard messageMichal Simek1-1/+1
2016-01-27net: emaclite: Move driver to DMMichal Simek1-20/+0