aboutsummaryrefslogtreecommitdiff
path: root/board/xilinx/common
AgeCommit message (Expand)Author
2021-08-26xilinx: common: Enabling generic function for DT reselectionMichal Simek
2021-08-26xilinx: Add support for generic board detectionMichal Simek
2021-08-26xilinx: common: Free allocated structureMichal Simek
2021-08-26xilinx: common: Change board_info[] handlingMichal Simek
2021-08-26xilinx: Use variable for passing board_nameMichal Simek
2021-08-26xilinx: fru: Replace spaces with \0 in detected nameMichal Simek
2021-08-26xilinx: common: Add function to print SoC infoT Karthik Reddy
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn
2021-04-23xilinx: common: Fix boot script addressT Karthik Reddy
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2021-02-10xilinx: common: Fix CONFIG_XILINX_OF_BOARD_DTB_ADDR handling for ZynqMPMichal Simek
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-20xilinx: common: Do not touch CONFIG_XILINX_OF_BOARD_DTB_ADDR in SPLMichal Simek
2021-01-20xilinx: common: Change macro handling in board_fdt_blob_setup()Michal Simek
2021-01-05fru: ops: avoid out of bounds accessHeinrich Schuchardt
2020-11-20fru: common: Record pcie/uuid fields in custom board areaMichal Simek
2020-11-20fru: ops: Do not let parser to write data to not allocated spaceMichal Simek
2020-11-20fru: common: Switch capture variable with the restMichal Simek
2020-10-29xilinx: Consolidate board_fit_config_name_match() for Xilinx platformsMichal Simek
2020-10-27microblaze: Wire generic xilinx board_late_init_xilinx()Michal Simek
2020-10-27xilinx: Add DDR base address to bootscript addressT Karthik Reddy
2020-10-27xilinx: board: Add FRU decoder supportMichal Simek
2020-10-27xilinx: cmd: Add basic fru format generatorMichal Simek
2020-10-27xilinx: cmd: Add support for FRU commandsSiva Durga Prasad Paladugu
2020-10-27xilinx: common: Add Makefile to common folderMichal Simek
2020-10-27xilinx: common: Protect board_late_init_xilinx()Michal Simek
2020-10-27xilinx: board: Add support for additional card detectionMichal Simek
2020-10-27xilinx: board: Read the whole eeprom not just offsetMichal Simek
2020-09-23xilinx: common: Do not save fdt_blob to bss sectionMichal Simek
2020-08-20xilinx: common: Change bootm_size variable settingMichal Simek
2020-08-20xilinx: common: Check return value from variable setupMichal Simek
2020-08-20xilinx: common: Get rid of initrd_high variable setupMichal Simek
2020-08-20xilinx: Change logic around zynq_board_read_rom_ethaddr()Michal Simek
2020-08-20xilinx: Setup bootm variablesMichal Simek
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-04-27xilinx: Move initrd_high setup to common locationMichal Simek
2020-04-27xilinx: Introduce board_late_init_xilinx()Michal Simek
2020-04-06arm64: xilinx: Never touch DDR if system has no DDRMichal Simek
2020-02-05dm: core: Rename ofnode_get_chosen_prop()Simon Glass
2020-01-14arm64: zynqmp: Add support for OF_SEPARATE with board DTBMichal Simek
2020-01-14arm64: zynqmp: Rename fw_dtb variable to fdt_blobMichal Simek
2019-10-08arm64: xilinx: Enable generic of_board_dtbIbai Erkiaga
2019-10-08arm64: versal: Move common board dtb searchIbai Erkiaga
2019-02-14xilinx: common: Remove !DM_i2C code for reading mac from eepromMichal Simek
2019-02-14xilinx: common: Add support for DM_I2C zynq_board_read_rom_ethaddr()Michal Simek
2019-02-14xilinx: Move zynq_board_read_rom_ethaddr to shared locationMichal Simek
2013-02-04board: xilinx: Remove common folderMichal Simek
2008-05-21Big white-space cleanup.Wolfgang Denk