summaryrefslogtreecommitdiff
path: root/board/xilinx/common
AgeCommit message (Expand)AuthorFilesLines
2021-10-27sandbox: Remove OF_HOSTFILEIlias Apalodimas1-1/+2
2021-08-26xilinx: common: Enabling generic function for DT reselectionMichal Simek1-6/+78
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: common: Add function to print SoC infoT Karthik Reddy1-0/+26
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+2
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-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-1/+1
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 Glass1-0/+1
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-05fru: ops: avoid out of bounds accessHeinrich Schuchardt1-1/+1
2020-11-20fru: common: Record pcie/uuid fields in custom board areaMichal Simek1-0/+4
2020-11-20fru: ops: Do not let parser to write data to not allocated spaceMichal Simek1-1/+7
2020-11-20fru: common: Switch capture variable with the restMichal Simek2-2/+2
2020-10-29xilinx: Consolidate board_fit_config_name_match() for Xilinx platformsMichal Simek1-0/+11
2020-10-27microblaze: Wire generic xilinx board_late_init_xilinx()Michal Simek1-2/+2
2020-10-27xilinx: Add DDR base address to bootscript addressT Karthik Reddy1-0/+9
2020-10-27xilinx: board: Add FRU decoder supportMichal Simek1-1/+82
2020-10-27xilinx: cmd: Add basic fru format generatorMichal Simek3-2/+136
2020-10-27xilinx: cmd: Add support for FRU commandsSiva Durga Prasad Paladugu4-0/+405
2020-10-27xilinx: common: Add Makefile to common folderMichal Simek1-0/+7
2020-10-27xilinx: common: Protect board_late_init_xilinx()Michal Simek1-0/+2
2020-10-27xilinx: board: Add support for additional card detectionMichal Simek1-24/+61
2020-10-27xilinx: board: Read the whole eeprom not just offsetMichal Simek2-1/+206
2020-09-23xilinx: common: Do not save fdt_blob to bss sectionMichal Simek1-1/+1
2020-08-20xilinx: common: Change bootm_size variable settingMichal Simek1-1/+5
2020-08-20xilinx: common: Check return value from variable setupMichal Simek1-3/+8
2020-08-20xilinx: common: Get rid of initrd_high variable setupMichal Simek1-6/+0
2020-08-20xilinx: Change logic around zynq_board_read_rom_ethaddr()Michal Simek1-3/+2
2020-08-20xilinx: Setup bootm variablesMichal Simek1-0/+3
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-04-27xilinx: Move initrd_high setup to common locationMichal Simek1-0/+7
2020-04-27xilinx: Introduce board_late_init_xilinx()Michal Simek2-0/+20
2020-04-06arm64: xilinx: Never touch DDR if system has no DDRMichal Simek1-1/+5
2020-02-06dm: core: Rename ofnode_get_chosen_prop()Simon Glass1-1/+1
2020-01-14arm64: zynqmp: Add support for OF_SEPARATE with board DTBMichal Simek1-6/+23
2020-01-14arm64: zynqmp: Rename fw_dtb variable to fdt_blobMichal Simek1-4/+4
2019-10-08arm64: xilinx: Enable generic of_board_dtbIbai Erkiaga1-1/+1
2019-10-08arm64: versal: Move common board dtb searchIbai Erkiaga1-0/+14
2019-02-14xilinx: common: Remove !DM_i2C code for reading mac from eepromMichal Simek1-19/+0
2019-02-14xilinx: common: Add support for DM_I2C zynq_board_read_rom_ethaddr()Michal Simek1-0/+32
2019-02-14xilinx: Move zynq_board_read_rom_ethaddr to shared locationMichal Simek1-0/+25
2013-02-04board: xilinx: Remove common folderMichal Simek15-5862/+0