1. 20 8月, 2020 2 次提交
    • M
      xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers · 664e16ce
      Michal Simek 提交于
      Zynq/ZynqMP/Versal IPs should be possible to called also from Microblaze in
      PL and vice versa. That's why change dependencies and do not limit enabling
      just for some platforms.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Reviewed-by: NHeiko Schocher <hs@denx.de>
      664e16ce
    • M
      xilinx: Setup bootm variables · c8da6513
      Michal Simek 提交于
      On system with PL DDR which is placed before PS DDR in DT
      env_get_bootm_size() and env_get_bootm_low() without specifying bootm_low
      and bootm_size variables are taking by default gd->bd->bi_dram[0].start and
      gd->bd->bi_dram[0].size. As you see 0 means bank 0 which doesn't need to be
      PS ddr and even can be memory above 39bit VA which is what U-Boot supports
      now.
      That's why setup bootm variables based on ram_base/ram_size setting to make
      sure that boot images are placed to the same location as U-Boot is placed.
      This location should be by default location where OS can boot from.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      c8da6513
  2. 19 8月, 2020 1 次提交
  3. 18 8月, 2020 6 次提交
  4. 15 8月, 2020 18 次提交
  5. 14 8月, 2020 13 次提交