1. 31 12月, 2019 3 次提交
  2. 27 12月, 2019 9 次提交
  3. 26 12月, 2019 4 次提交
    • K
      rockchip: rk3288-evb: update config to support OPTEE · 29a4e355
      Kever Yang 提交于
      Upstream kernel and rockchip kernel has default enable PSCI which needs
      OPTEE in trust word, enable OPTEE support for evb by default and SPL_FIT
      option to pack OPTEE with U-Boot proper.
      Signed-off-by: NKever Yang <kever.yang@rock-chips.com>
      29a4e355
    • K
      rockchip: rk3288-evb: update CONFIG_NR_DRAM_BANKS to 2 · 22aa2814
      Kever Yang 提交于
      The OPTEE will use the ram start at 0x8400000 which make the DRAM be two
      banks.
      Signed-off-by: NKever Yang <kever.yang@rock-chips.com>
      22aa2814
    • K
      rockchip: rk3288-evb: update SPL_STACK/MALLOC_LEN config with rk3399 · 4690ef89
      Kever Yang 提交于
      Update the SPL_STACK_R_MALLOC_SIMPLE_LEN which also including space for
      STACK and the size may not enough when loding FIT image in SPL.
      
      If the size is not enough, you can see log like this when loding FIT:
      
      U-Boot TPL 2020.01-rc3-00082-g4b19b89c-dirty (Dec 05 2019 - 11:52:53)
      Trying to boot from BOOTROM
      Returning to boot ROM...
      U-Boot SPL 2020.01-rc3-00082-g4b19b89c-dirty (Dec 05 2019 - 11:52:53 +0800)
      Trying to boot from MMC2
      
      And if enable the DEBUG for everyting in SPL, the log will hang at dwmmc
      sending CMD16 for 'uboot' loadables binary because this step need a
      large stack cost(about 0x2d00).
      
      External data: dst=8400000, offset=72638, size=b3580
      Image OS is Trusted Execution Environment
      board_fit_config_name_match: rk3288-evb
      Selecting config 'rk3288-evb'loadables: 'uboot'
      blk_find_device: if_type=6, devnum=1: dwmmc@ff0c0000.blk, 6, 0
      blk_find_device: if_type=6, devnum=1: dwmmc@ff0f0000.blk, 6, 1
      Sending CMD16
      Signed-off-by: NKever Yang <kever.yang@rock-chips.com>
      4690ef89
    • K
      rockchip: fit_spl_optee: get text and optee base from build · 7c337710
      Kever Yang 提交于
      Instead of hardcode the base address, we can get them from the build
      output, eg. get the SYS_TEXT_BASE from .config and get optee base from
      DRAM_BASE.
      We can use this script for SoCs with DRAM base not from 0x60000000(rk3229
      and many other 32bit Rockchip SoCs), eg. rk3288 DRAM base is 0.
      Signed-off-by: NKever Yang <kever.yang@rock-chips.com>
      7c337710
  4. 22 12月, 2019 5 次提交
  5. 21 12月, 2019 3 次提交
  6. 18 12月, 2019 4 次提交
  7. 16 12月, 2019 1 次提交
  8. 14 12月, 2019 8 次提交
  9. 11 12月, 2019 3 次提交