1. 10 7月, 2021 1 次提交
    • M
      arm: bootm: Disable LMB reservation for command line and board info on arm64 · 2359fa7a
      Marek Vasut 提交于
      On arm64, board info is not applicable and kernel command line patched into
      the DT, so the LMB reservation here makes no sense anymore. On legacy arm32,
      this might still be necessary on systems which do not use DT or use legacy
      ATAGS. Disable this LMB reservation on arm64.
      
      This also permits Linux DT to specify reserved memory node at address close
      to the end of DRAM bank, i.e. overlaping with U-Boot location. Since after
      boot, U-Boot will be no more, this is OK.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Hai Pham <hai.pham.ud@renesas.com>
      Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      Cc: Stephen Warren <swarren@nvidia.com>
      Cc: Tom Rini <trini@konsulko.com>
      2359fa7a
  2. 09 7月, 2021 2 次提交
  3. 08 7月, 2021 37 次提交