1. 12 9月, 2018 3 次提交
    • A
      DM: GPIO: Fix da8xx GPIO indexing over GPIO 32 · 1eddf549
      Adam Ford 提交于
      The GPIO banks are broken up into two 16-bit registers for each
      bank set.  Unfortunately, the math that determines how to shift
      blindly shifted by the number of the gpio.  This worked for gpio
      numbers under 32, but higher gpio's are broken.  This fixes the
      gpio index, so the bank is passed and the shift amount within
      the register is passed now instead of the gpio number.
      
      Fixes: 8e51c0f2("dm: gpio: Add DM compatibility to
      GPIO driver for Davinci")
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      1eddf549
    • A
      ARM: configs: Add da850evm_nand to boot from NAND · 93f33627
      Adam Ford 提交于
      The DA850-EVM supports booting from NAND when used with the
      UI expander board.  da850evm_nand will create an ais file
      that can be burned to NAND and booted while storing the env in
      NAND along with some partitions tables for storing kernel,
      dtb and rootfs in NAND.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      93f33627
    • A
      ARM: da850evm_direct_nor: Enable CONFIG_BLK · 23446cc3
      Adam Ford 提交于
      At least for now, CONFIG_BLK is working, but this variant of
      the da850evm doesn't need/support SPL so it's OK to enable it
      here.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      23446cc3
  2. 11 9月, 2018 37 次提交