summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/u-boot
Commit message (Collapse)AuthorAgeFilesLines
...
| * | u-boot-tools-xlnx: Fix historic 2022.1 versionMark Hatle2024-04-191-0/+17
| | | | | | | | | | | | | | | | | | EFI components are not enabled in the 2022.1 version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Merge remote-tracking branch 'github/rel-v2023.2' into HEADMark Hatle2024-04-182-5/+7
| |\ \ | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | Change u-boot-xlnx-scr to use copies instead of symlinksJonathan Stroud2024-03-251-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | symlinks don't work on the /boot FAT partition, so change to copy Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * | u-boot-xlnx : Update SRCREVManikanta Guntupalli2024-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | arm64: zynqmp: Add resets and assigned-clock-rates properties for KD240 Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | | u-boot-tools-xlnx: Fix historic 2022.1 versionMark Hatle2024-04-171-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | EFI components are not enabled in the 2022.1 version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-04-161-1/+1
|\ \ \ \ | | |_|/ | |/| | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | u-boot-xlnx : Updated SRCREV for 2024.1_5819Sivaprasad Addepalli2024-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arm64: versal-net Add dcc node and dcc in aliases for versal-net-ipp-rev1.9.dts mtd: spi-nor: Remove SPI_NOR_OCTAL_READ flag soc: zynqmp: Add the IDcode for TEG variant zlib: Remove incorrect ZLIB_VERSION zlib: Port fix for CVE-2016-9841 to U-Boot zlib: Rename write variable to wnext (window write index) zlib: Rename this variable to here (current decoding table entry) configs: versal: Disable the config for spansion flash
* | | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into HEADMark Hatle2024-04-042-1/+7
|\| | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | u-boot-xlnx-2023.2.inc: space is missing for SRC_URI:appendVaralaxmi Bingi2024-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when user changes any config in u-boot menu config then we are saving that in user-<timestamp>.cfg. While adding that user*.cfg to SRC_URI space is missing and it was treated as different file and getting compilation issue. The space missed in below line meta-xilinx/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc#L19. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | u-boot-xlnx : Updated SRCREV for 2024.1_7095Sivaprasad Addepalli2024-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arm64: dts: zynqmp: make hw-ecc as the default ecc mode xilinx: Do not call private env_get_location() when !ENV_IS_NOWHERE mtd: spi-nor: Disable chip erase for n25q512ax3 flash configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BAR arm64: zynqmp: Disable Tri-state for SDIO
| * | | u-boot-xlnx : Updated SRCREV for 2024.1_6395Sivaprasad Addepalli2024-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: spi-nor: Disable chip erase for S28HS02GT flash mtd: spi-nor: Set the ECC configuration to 1-bit error correction mtd: spi-nor: Added Fixup for S28HS02GT Infineon OSPI flash xilinx: Enable support for Infineon Octal flash arm64: zynqmp: Add bootcmd_usb4 variable
* | | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-03-273-5/+11
|\| | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | Change u-boot-xlnx-scr to use copies instead of symlinksJonathan Stroud2024-03-271-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | symlinks don't work on the /boot FAT partition, so change to copy Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | boot.cmd.ubifs: Fix in boot.scr for vck5000John Vicky Vykuntapu2024-03-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to recent u-boot changes wrt boot_cmd, booti command is taking input as booti 0x00200000 - 0x00001000, and ramdisk address offset is missing in u-boot. So, added JTAG boot mode support in boot script to support jtag boot target, When user wants to debug/boot vck5000 wrt to jtag boot mode. Signed-off-by: John Vicky Vykuntapu <johnvicky.vykuntapu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | u-boot-xlnx : Updated SRCREV for 2024.1_6611Sivaprasad Addepalli2024-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arm64: zynqmp: dts: Add required properties for rs485 support for KD240 spi: cadence_qspi: Fix OSPI boot issue arm64: versal: Add clocks and power domains for LPD SWDT dt-bindings: power: Add PM for LPD SWDT arm64: versal: Add LPD SWDT node in versal.dtsi mtd: spi-nor: Address the Macronix flash probe failure mtd: spi-nor: Store GPIO info during flash probe
* | | | u-boot: Add missing u-boot xlnx 2023.1 versionMark Hatle2024-03-273-0/+42
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-03-2613-51/+103
|\| | | | |/ / |/| | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-xlnx : Updated SRCREV for 2024.1_5791Sivaprasad Addepalli2024-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mtd: spi-nor: Enable DDR mode functionality with Macronix flash mtd: spi-nor: Enable DDR mode functionality with Gigadevice flash mtd: spi-nor: Enable DDR mode functionality with ISSI flash spi: cadence_qspi: Modified the rx_dll_tuning function to support generic execution arm64: versal-net: Align spi-max-frequency for se7 arm64: versal: Remove flexnoc node arm64: zynqmp: Add missing description for vm-p-m1369
| * | u-boot-xlnx-microblaze.inc: Fix Endiannes did not match qa issueSandeep Gundlupet Raju2024-03-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using u-boot.elf for Microblaze, u-boot fails to build with below errors. ERROR: u-boot-xlnx-1_v2024.01-xilinx-v2024.1+gitAUTOINC+db3e1e025f-r0 do_package_qa: QA Issue: Endiannes did not match (0, expected 1) in /boot/u-boot-kcu105-microblazeel-v2024.01-xilinx-v2024.1+gitAUTOINC+db3e1e025f-r0.elf [arch] ERROR: u-boot-xlnx-1_v2024.01-xilinx-v2024.1+gitAUTOINC+db3e1e025f-r0 do_package_qa: Fatal QA errors were found, failing task. So fix qa issue by adding arch to INSANE_SKIP for u-boot package. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-xlnx : Update SRCREVManikanta Guntupalli2024-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | arm64: zynqmp: Add resets and assigned-clock-rates properties for KD240 Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit c73652b9f1b46ded3b672c022de0a79e306fdc25) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-xlnx : Updated SRCREV for 2024.1_1859Sivaprasad Addepalli2024-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | xilinx: versal-net: Add support for saving env based on bootmode usb: dwc3: Increase the timeout for generic commands usb: dwc3: core: Only handle soft-reset in DCTL usb: dwc3: gadget: Dont send unintended link state change usb: dwc3: core: improve reset sequence
| * | u-boot-xlnx : Updated SRCREV for 2024.1_1683Sivaprasad Addepalli2024-03-131-1/+1
| | | | | | | | | | | | | | | | | | arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property arm64: gic: Add power up sequence for GIC-600 dwc3: Get the ref clock from the child node(dwc3)
| * | u-boot-xlnx : Updated SRCREV for 2024.1_8243Sivaprasad Addepalli2024-03-071-1/+1
| | | | | | | | | | | | | | | mtd: nand: arasan: Fix the crash caused by use after free mtd: nand: arasan: Print warning for unsupported ecc modes
| * | u-boot-xlnx : Updated SRCREV for 2024.1_4763Sivaprasad Addepalli2024-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | arm64: zynqmp: Add description for SC on vm-p-m1369 board arm64: zynqmp: Remove additional compatible string for sc-revB arm64: zynqmp: Fix gpio-key DT description arm64: zynqmp: Add usb4 to the boot targets arm64: zynqmp: use wakeup interrupt-name for dwc3 hibernation arm64: zynqmp: Start TPM automatically via preboot on Kria
| * | u-boot-xlnx : Updated SRCREV for 2024.1_9919Sivaprasad Addepalli2024-03-051-1/+1
| | | | | | | | | | | | | | | | | | Revert "arm64: Reduce add_map() complexity" Revert "lmb: consider EFI memory map" mtd: spi-nor: ids: Enable Octal read for IS25LX512M flash
| * | u-boot-xlnx : Updated SRCREV for 2024.1_3771Sivaprasad Addepalli2024-02-291-1/+1
| | | | | | | | | | | | | | | arm64: versal-net: Align spi-max-frequency for ipp-rev1.9 mtd: spi-nor: Add SPI_NOR_MULTI_DIE flag
| * | u-boot-xlnx : Updated SRCREV for 2024.1_5979Sivaprasad Addepalli2024-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | arm64: zynqmp: Remove arm,cortex-a53-edac node xilinx: Fix fpga region DT nodes name arm64: zynqmp: Align nvmem-fw node with dt-schema arm64: versal-net: Setup correct addresses of GICR/GICD arm64: zynqmp: Disable DP on kd240
| * | u-boot-xlnx : Updated SRCREV for 2024.1_5079Sivaprasad Addepalli2024-02-201-1/+1
| | | | | | | | | | | | Updated commit ID to latest HEAD
| * | u-boot-xlnx : Updated SRCREV for 2024.1_7771Sivaprasad Addepalli2024-02-181-1/+1
| | | | | | | | | | | | Updated commit ID to latest HEAD
| * | u-boot-xlnx : Updated SRCREV for 2024.1_6887Sivaprasad Addepalli2024-02-151-1/+1
| | | | | | | | | | | | Updated commit ID to latest HEAD
| * | u-boot: Update version to 2024.01John Toomey2024-02-134-8/+92
| | | | | | | | | | | | | | | | | | | | | | | | Switch to latest commit on release branch. Also remove unused microblaze header file for 2024.1 release. Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot: Remove legacy u-boot configsJohn Toomey2024-02-136-161/+0
| | | | | | | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Revert "u-boot-xlnx : Updated SRCREV for 2024.1_6931"Mark Hatle2024-01-311-1/+1
| | | | | | | | | | | | | | | | | | This reverts commit 121edde2e704900a7b4e24b260167614705297aa. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Revert "u-boot-xlnx : Updated SRCREV for 2024.1_4487"Mark Hatle2024-01-311-1/+1
| | | | | | | | | | | | | | | | | | This reverts commit 6f7a824d505115a01dd49386aa47b079598fc07c. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-xlnx : Updated SRCREV for 2024.1_4487Sivaprasad Addepalli2024-01-311-1/+1
| | | | | | | | | | | | Updated commit ID to latest HEAD
| * | u-boot-xlnx : Updated SRCREV for 2024.1_6931Sivaprasad Addepalli2024-01-301-1/+1
| | | | | | | | | | | | Updated commit ID to latest HEAD
| * | u-boot-xlnx: Fix string trailing character strip issueSandeep Gundlupet Raju2024-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using python rstrip operations it will strip all the combinations of its values. For example in below code BASE_DTS ?= "${@os.path.basename(d.getVar('CONFIG_DTFILE') or '').rstrip('.dtb').rstrip('.dts') or 'system-top'}" if CONFIG_DTFILE name is cortexa53-0-zynqmp-baremetald or cortexa53-0-zynqmp-freertos resulting output with rstrip will be cortexa53-0-zynqmp-baremetal cortexa53-0-zynqmp-freerto Hence instead of using rstrip use os.path.splitext to remove .dtb or .dts extension from file name. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-xlnx : Updated SRCREV for 2024.1_5943Sivaprasad Addepalli2024-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | arm64: versal: Move ethernet phys to mdio node arm64: dtsi: update interrupts and interrupt-names for usb arm64: xilinx: Remove multiple blank lines from DTSes arm64: zynqmp: Replace - by _ in fclk clock nodes
| * | u-boot-xlnx : Updated SRCREV for 2024.1_5447Sivaprasad Addepalli2024-01-041-1/+1
| | | | | | | | | | | | | | | mtd: spi-nor: Add IS25LP02G flash support clk: zynqmp: enable topsw_lsbus clock
| * | boot.cmd.*: Remove clk_ignore_unused from bootargsJohn Toomey2023-12-183-3/+3
| | | | | | | | | | | | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-xlnx : Updated SRCREV for 2024.1_6927Sivaprasad Addepalli2023-12-011-1/+1
| | | | | | | | | | | | versal-net-*: matching node names with platform dtsi
| * | u-boot-tools: Fix typo in bbappendMark Hatle2023-11-271-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | u-boot-xlnx : Updated SRCREV for 2024.1_9983Sivaprasad Addepalli2023-11-271-1/+1
| | | | | | | | | | | | misc: usb5744: Prevent the HUB from suspend mode
| * | u-boot-xlnx : Updated SRCREV for 2024.1_8751Sivaprasad Addepalli2023-11-221-1/+1
| | | | | | | | | | | | test/py: test: Remove test cases for test command
| * | u-boot-xlnx : Updated SRCREV for 2024.1_3259Sivaprasad Addepalli2023-11-061-1/+1
| | | | | | | | | | | | | | | | | | mtd: spi-nor: Fix the issi_flash_lock api mtd: spi-nor: Enhance block protection support for micron flashes mtd: spi-nor: Update block protection flags for ospi flash parts
| * | u-boot-xlnx : Updated SRCREV for 2024.1_9383Sivaprasad Addepalli2023-11-031-1/+1
| | | | | | | | | | | | | | | | | | arm64: zynqmp: Remove description for 8T49N240 arm64: versal: Switch to new xlnx,versal-ddrmc compatible string arm64: versal: Update SE5 Ethernet PHY RGMII properties
| * | u-boot-xlnx : Updated SRCREV for 2024.1_3843Sivaprasad Addepalli2023-10-301-1/+1
| | | | | | | | | | | | | | | | | | arm64: versal-net: enable CONFIG_MMC_SDHCI_ADMA arm: xilinx: Add missing num-cs property to spi node spi: cadence_qspi: Remove unused code
| * | u-boot-xlnx : Updated SRCREV for 2024.1_1427Sivaprasad Addepalli2023-10-251-1/+1
| | | | | | | | | | | | | | | arm: dts: xilinx: Remove redundant is-dual and is-stacked DT properties Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| * | Merge remote-tracking branch 'xilinx/rel-v2023.2' into 2024Mark Hatle2023-10-211-1/+1
| |\ \ | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | | u-boot-xlnx : Updated SRCREV for 2024.1_9167Sivaprasad Addepalli2023-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | mtd: spi-nor: Add debug logs for top/bottom protected locking Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>