1. 16 1月, 2018 1 次提交
  2. 12 1月, 2018 5 次提交
  3. 11 1月, 2018 2 次提交
  4. 10 1月, 2018 10 次提交
  5. 09 1月, 2018 3 次提交
  6. 03 1月, 2018 3 次提交
    • C
      ARM: imx: cm_fx6: env: support distro boot command · 3ef5f671
      Christopher Spinrath 提交于
      The current default environment of the cm_fx6 is not suitable for
      booting modern distributions.
      
      Instead of extending the custom environment, let's use the distro
      boot command, which has been developed for precisely this use case.
      
      If the distro boot command fails, fall back to the old behavior
      (except for USB drives where the old behaviour is completely covered
      by the distro boot command). That way it is still possible to create
      "rescue SD cards" for old installations (e.g. if one messes up the
      on-flash environment).
      Signed-off-by: NChristopher Spinrath <christopher.spinrath@rwth-aachen.de>
      Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
      3ef5f671
    • P
      rockchip: firefly-rk3399: enable SPL_ATF_NO_PLATFORM_PARAM · e2a75f02
      Philipp Tomsich 提交于
      The Rockchip-released ATF for the Firefly apparently (i.e. Kever
      reported this) does not tolerate a FDT being passed as the platform
      parameter and will run into a hard stop.
      
      To work around this limitation in the ATF parameter handling, we
      enable SPL_ATF_NO_PLATFORM_PARAM (which will force passing NULL for
      the platform parameters).
      
      Note that this only affects this platform, as the ATF releases for the
      RK3368 and RK3399 have always either ignored the platform parameter
      (i.e. before the FDT-based parameters were supported) or support
      receiving a pointer to a FDT.
      Signed-off-by: NPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
      Reviewed-by: NKever Yang <kever.yang@rock-chips.com>
      e2a75f02
    • E
      mx6: Add board mx6memcal for use in validating DDR · baefb63a
      Eric Nelson 提交于
      This is a virtual "board" that uses configuration files and
      Kconfig to define the memory layout used by a real board during
      the board bring-up process.
      
      It generates an SPL image that can be loaded using imx_usb or
      SB_LOADER.exe.
      
      When run, it will generate a set of calibration constants for
      use in either or both a DCD configuration file for boards that
      use u-boot.imx or struct mx6_mmdc_calibration for boards that
      boot via SPL.
      
      In essence, it is a configurable, open-source variant of the
      Freescale ddr-stress tool.
      
      	https://community.nxp.com/docs/DOC-105652
      
      File mx6memcal_defconfig configures the board for use with
      mx6sabresd or mx6qsabreauto.
      Signed-off-by: NEric Nelson <eric@nelint.com>
      Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
      baefb63a
  7. 01 1月, 2018 2 次提交
    • S
      configs: am335x_boneblack: Bring back missed bootcmd · 48fa3120
      Sam Protsenko 提交于
      Commit b6251db8 ("Kconfig: Introduce USE_BOOTCOMMAND and migrate
      BOOTCOMMAND") removed CONFIG_BOOTCOMMAND option from
      include/configs/am335x_evm.h file. But that option wasn't added to
      defconfig files for BeagleBone Black board.
      
      Because of this we can't boot Linux from SD card using just
      "run bootcmd", getting next error:
      
          ** File not found /boot/undefined **
      
      That's because "fdtfile" variable has "undefined" value by default, and
      "bootcmd" doesn't call "run findfdt" command, which assigns "fdtfile" to
      correct device tree file for current board name (obtained from EEPROM).
      
      So we are forced to either call "run findfdt" command manually, or
      assign manually "fdtfile=am335x-boneblack.dtb" (e.g. in uEnv.txt file).
      
      Bring back CONFIG_BOOTCOMMAND to BBB defconfigs so that we can boot
      Linux rootfs from SD card automatically without any addition actions.
      Signed-off-by: NSam Protsenko <semen.protsenko@linaro.org>
      48fa3120
    • D
      ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730} · c2900f59
      Derald D. Woods 提交于
      This commit updates the configuration files needed to support OF_CONTROL
      on the OMAP3 EVM baseboard.
      
      Additionally:
      - CONFIG_SYS_THUMB_BUILD is enabled
      - CONFIG_SPL_ENV_SUPPORT is enabled
      
      Tested using GCC 7.2.0 [--with-float=hard --with-mode=thumb].
      Signed-off-by: NDerald D. Woods <woods.technical@gmail.com>
      c2900f59
  8. 29 12月, 2017 7 次提交
  9. 27 12月, 2017 1 次提交
  10. 19 12月, 2017 3 次提交
  11. 18 12月, 2017 3 次提交