Skip to content
Snippets Groups Projects
  1. Jul 01, 2021
    • Tom Rini's avatar
      Merge tag 'xilinx-for-v2021.10' of... · 6b69f15f
      Tom Rini authored
      Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next
      
      Xilinx changes for v2021.10
      
      clk:
      - Add driver for Xilinx Clocking Wizard IP
      
      fdt:
      - Also record architecture in /fit-images
      
      net:
      - Fix plat/priv data handling in axi emac
      - Add support for 10G/25G speeds
      
      pca953x:
      - Add missing dependency on i2c
      
      serial:
      - Fix dependencies for DEBUG uart for pl010/pl011
      - Add setconfig option for cadence serial driver
      
      watchdog:
      - Add cadence wdt expire now function
      
      zynq:
      - Update DT bindings to reflect the latest state and descriptions
      
      zynqmp:
      - Update DT bindings to reflect the latest state and descriptions
      - SPL: Add support for ECC DRAM initialization
      - Fix R5 core 1 handling logic
      - Enable firmware driver for mini configurations
      - Enable secure boot, regulators, wdt
      - Add support xck devices and 67dr
      - Add psu init for sm/smk-k26 SOMs
      - Add handling for MMC seq number via mmc_get_env_dev()
      - Handle reserved memory locations
      - Add support for u-boot.itb generation for secure OS
      - Handle BL32 handoffs for secure OS
      - Add support for 64bit addresses for u-boot.its generation
      - Change eeprom handling via nvmem aliases
      6b69f15f
    • T Karthik Reddy's avatar
      xilinx: zynqmp: Add support for 67dr silicon · 45576273
      T Karthik Reddy authored
      
      Add zynqmp 67dr silicon to zynqmp device id table.
      
      Signed-off-by: default avatarT Karthik Reddy <t.karthik.reddy@xilinx.com>
      Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
      45576273
    • Michal Simek's avatar
      watchdog: cadence: Add expire_now method · 76bf8f3e
      Michal Simek authored
      
      It is working in a way that only minimal timeout is setup to reach
      expiration just right after it is setup.
      Please make sure that PMUFW is compiled with ENABLE_EM flag.
      
      On U-Boot prompt you can test it like:
      ZynqMP> wdt dev watchdog@fd4d0000
      ZynqMP> wdt list
      watchdog@fd4d0000 (cdns_wdt)
      ZynqMP> wdt dev
      dev: watchdog@fd4d0000
      ZynqMP> wdt expire
      (And reset should happen here)
      
      Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
      76bf8f3e
    • Michal Simek's avatar
      arm64: zynqmp: Enable WDT command · 6e257c69
      Michal Simek authored
      
      Enable watchdog command to be able to work with watchdogs.
      
      Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
      6e257c69
  2. Jun 30, 2021
  3. Jun 29, 2021
  4. Jun 28, 2021
Loading