1. 09 7月, 2019 2 次提交
    • M
      at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs · a9221f3e
      Markus Klotzbuecher 提交于
      Enable the extended ENV options for AT91 and OMAP2PLUS in order to be
      able to use CONFIG_ENV_UBI_* on these architectures.
      
      As this change also makes the configs ENV_SIZE, ENV_SECT_SIZE,
      ENV_OFFSET visible to AT91 and OMAP2PLUS, migrate users of these to
      KConfig.
      
      This migration was run using an extended moveconfig.py which evaluates
      expressions such as "(512 << 10)". See patch ("moveconfig: expand
      simple expressions").
      
      All modified boards were built with SOURCE_DATE_EPOCH=0 before and
      after the change and successfully confirmed that the identical binary
      is generated (the only exception was igep00x0, which does not define
      CONFIG_ENV_IS_IN_UBI in the original board header. Once that is
      defined, the test passes too).
      
      hs: rebased patch to:
        68b90e57: "configs: tinker-rk3288 disable CONFIG_SPL_I2C_SUPPORT"
      Signed-off-by: NMarkus Klotzbuecher <markus.klotzbuecher@kistler.com>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Eugen Hristev <eugen.hristev@microchip.com>
      Cc: Tom Rini <trini@konsulko.com>
      a9221f3e
    • M
      env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND · ff4818cc
      Markus Klotzbuecher 提交于
      Introduce the KConfig option CONFIG_ENV_UBI_VOLUME_REDUND for defining
      the name of the UBI volume used to store the redundant environment.
      Signed-off-by: NMarkus Klotzbuecher <markus.klotzbuecher@kistler.com>
      Reviewed-by: NHeiko Schocher <hs@denx.de>
      Cc: Kyungmin Park <kmpark@infradead.org>
      
      hs: get rid of stm32mp1* build errors
      ff4818cc
  2. 04 7月, 2019 1 次提交
    • F
      wandboard: Add FIT image support · 5b858582
      Fabio Estevam 提交于
      After the transition to DM, only the mx6dl/solo wandboard
      is supported.
      
      Add FIT image support so that all the wandboard variants
      can be supported, like it was prior to the DM conversion.
      
      Successfully booted Linux on mx6q/solo/qp wandboards.
      Signed-off-by: NFabio Estevam <festevam@gmail.com>
      5b858582
  3. 02 7月, 2019 1 次提交
  4. 01 7月, 2019 1 次提交
  5. 28 6月, 2019 1 次提交
  6. 27 6月, 2019 3 次提交
    • M
      ARM: imx: m53menlo: Convert MMC, USB and block to DM · 86aa7103
      Marek Vasut 提交于
      Enable DM block and DM MMC and DM USB support on iMX53 M53Menlo .
      Convert board code to match the DM support. This also enables DM
      pincontrol to configure the SDHI pins.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      86aa7103
    • M
      ARM: imx: m53menlo: Enable DM GPIO · 9b352ae1
      Marek Vasut 提交于
      Enable DM GPIO support on iMX53 M53Menlo and fix up board code where
      applicable. Enable MALLOC_F to let the GPIO controllers bind early on.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      9b352ae1
    • M
      ARM: dts: imx: m53menlo: Import M53Menlo DT from Linux · 26bb95f0
      Marek Vasut 提交于
      Import iMX53 M53Menlo device tree from Linux next-20190607 3f310e51ceb1 .
      Enable DT control in full U-Boot . Add U-Boot extras into separate DTSi,
      the GPIO controllers need to be inited early, otherwise m53_set_clock()
      won't be able to detect the correct CPU clock frequency by reading the
      GPIO.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      26bb95f0
  7. 26 6月, 2019 4 次提交
  8. 22 6月, 2019 1 次提交
  9. 21 6月, 2019 3 次提交
  10. 20 6月, 2019 1 次提交
  11. 19 6月, 2019 5 次提交
  12. 18 6月, 2019 1 次提交
  13. 15 6月, 2019 4 次提交
  14. 14 6月, 2019 6 次提交
    • M
      sh: r0p7734: Remove the board · a7e3dacb
      Marek Vasut 提交于
      Last change to this board was done in 2016, has no prospects of
      ever being converted to DM, drop it.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Chris Brandt <chris.brandt@renesas.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Vladimir Zapolskiy <vz@mleia.com>
      Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
      a7e3dacb
    • M
      sh: ap325rxa: Remove the board · c81b1a8a
      Marek Vasut 提交于
      Last change to this board was done in 2016, has no prospects of
      ever being converted to DM, drop it.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Chris Brandt <chris.brandt@renesas.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Vladimir Zapolskiy <vz@mleia.com>
      Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
      c81b1a8a
    • M
      sh: ap_sh4a_4a: Remove the board · 52883bac
      Marek Vasut 提交于
      Last change to this board was done in 2016, has no prospects of
      ever being converted to DM, drop it.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Chris Brandt <chris.brandt@renesas.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Vladimir Zapolskiy <vz@mleia.com>
      Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
      52883bac
    • M
      sh: ms7750se: Remove the board · 94bb4492
      Marek Vasut 提交于
      Last change to this board was done in 2016, has no prospects of
      ever being converted to DM, drop it.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Chris Brandt <chris.brandt@renesas.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Vladimir Zapolskiy <vz@mleia.com>
      Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
      94bb4492
    • M
      sh: ms7722: Remove the board · 6b371a7a
      Marek Vasut 提交于
      Last change to this board was done in 2016, has no prospects of
      ever being converted to DM, drop it.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Chris Brandt <chris.brandt@renesas.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Vladimir Zapolskiy <vz@mleia.com>
      Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
      6b371a7a
    • M
      sh: espt_giga: Remove the board · ea349270
      Marek Vasut 提交于
      Last change to this board was done in 2016, has no prospects of
      ever being converted to DM, drop it.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Cc: Chris Brandt <chris.brandt@renesas.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Cc: Vladimir Zapolskiy <vz@mleia.com>
      Cc: Yoshihiro Shimoda <shimoda.yoshihiro.uh@renesas.com>
      ea349270
  15. 13 6月, 2019 2 次提交
  16. 12 6月, 2019 1 次提交
  17. 11 6月, 2019 3 次提交