1. 10 3月, 2019 6 次提交
    • M
      ARM: socfpga: Fix Arria10 SPI and NAND U-Boot offset · bd6363a7
      Marek Vasut 提交于
      The SPL size on Gen5 is 4*64kiB, but on A10 it is 4*256kiB.
      Handle the difference.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <chin.liang.see@intel.com>
      Cc: Dinh Nguyen <dinguyen@kernel.org>
      Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      Cc: Tien Fong Chee <tien.fong.chee@intel.com>
      bd6363a7
    • M
      ARM: socfpga: Drop CONFIG_SYS_NAND_BAD_BLOCK_POS · 60082d3b
      Marek Vasut 提交于
      This is not used anywhere, so drop it.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <chin.liang.see@intel.com>
      Cc: Dinh Nguyen <dinguyen@kernel.org>
      Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      Cc: Tien Fong Chee <tien.fong.chee@intel.com>
      60082d3b
    • M
      ARM: socfpga: Disable D cache in SPL · 7544ad03
      Marek Vasut 提交于
      The bootrom seems to leave the D-cache in messed up state, make sure
      the SPL disables it so it can not interfere with operation.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <chin.liang.see@intel.com>
      Cc: Dinh Nguyen <dinguyen@kernel.org>
      Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      Cc: Tien Fong Chee <tien.fong.chee@intel.com>
      7544ad03
    • M
      ddr: socfpga: Fix newline in debug print on A10 · dc3249b9
      Marek Vasut 提交于
      The debug print is missing a newline, add it.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <chin.liang.see@intel.com>
      Cc: Dinh Nguyen <dinguyen@kernel.org>
      Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      Cc: Tien Fong Chee <tien.fong.chee@intel.com>
      dc3249b9
    • M
      ddr: socfpga: Fix IO in Arria10 DDR driver · 71fc4825
      Marek Vasut 提交于
      The Altera Arria10 DDR driver was using constants in a few places
      instead of reading registers associated with those constants, fix
      this.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <chin.liang.see@intel.com>
      Cc: Dinh Nguyen <dinguyen@kernel.org>
      Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      Cc: Tien Fong Chee <tien.fong.chee@intel.com>
      71fc4825
    • D
      ARM: socfpga: fix data and tag latency values for pl310 cache controller · 532a54e6
      Dinh Nguyen 提交于
      The values for the data and tag latency settings on the PL310 caches
      controller is an (n-1). For example, the "arm,tag-latency" is specified
      as <1 1 1>, so the values that should be written to register should be
      0x000. And for the "arm,data-latency" specified as <2 1 1>, the register
      value should be 0x010.
      Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
      532a54e6
  2. 09 3月, 2019 6 次提交
  3. 08 3月, 2019 9 次提交
  4. 07 3月, 2019 3 次提交
  5. 05 3月, 2019 5 次提交
  6. 04 3月, 2019 11 次提交