1. 30 4月, 2017 2 次提交
  2. 07 4月, 2017 1 次提交
  3. 26 1月, 2017 1 次提交
  4. 24 10月, 2016 6 次提交
  5. 27 9月, 2016 1 次提交
  6. 10 9月, 2016 1 次提交
  7. 28 7月, 2016 1 次提交
  8. 26 4月, 2016 2 次提交
  9. 15 3月, 2016 1 次提交
    • S
      Kconfig: Move CONFIG_FIT and related options to Kconfig · 73223f0e
      Simon Glass 提交于
      There are already two FIT options in Kconfig but the CONFIG options are
      still in the header files. We need to do a proper move to fix this.
      
      Move these options to Kconfig and tidy up board configuration:
      
         CONFIG_FIT
         CONFIG_OF_BOARD_SETUP
         CONFIG_OF_SYSTEM_SETUP
         CONFIG_FIT_SIGNATURE
         CONFIG_FIT_BEST_MATCH
         CONFIG_FIT_VERBOSE
         CONFIG_OF_STDOUT_VIA_ALIAS
         CONFIG_RSA
      
      Unfortunately the first one is a little complicated. We need to make sure
      this option is not enabled in SPL by this change. Also this option is
      enabled automatically in the host builds by defining CONFIG_FIT in the
      image.h file. To solve this, add a new IMAGE_USE_FIT #define which can
      be used in files that are built on the host but must also build for U-Boot
      and SPL.
      
      Note: Masahiro's moveconfig.py script is amazing.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      [trini: Add microblaze change, various configs/ re-applies]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      73223f0e
  10. 25 11月, 2015 1 次提交
  11. 02 10月, 2015 1 次提交
    • A
      I2C: mxc_i2c: make I2C1 and I2C2 optional · 03544c66
      Albert ARIBAUD \\(3ADEV\\) 提交于
      The driver assumed that I2C1 and I2C2 were always enabled,
      and if they were not, then an asynchronous abort was (silently)
      raised, to be caught much later on in the Linux kernel.
      
      Fix this by making I2C1 and I2C2 optional just like I2C3 and I2C4
      are.
      
      To make the change binary-invariant, declare I2C1 and I2C2 in
      every include/configs/ file which defines CONFIG_SYS_I2C_MXC.
      
      Also, while updating README about CONFIG_SYS_I2C_MXC_I2C1 and
      CONFIG_SYS_I2C_MXC_I2C2, add missing descriptions for I2C4 speed
      (CONFIG_SYS_MXC_I2C4_SPEED) and slave (CONFIG_SYS_MXC_I2C4_SLAVE)
      config options.
      Signed-off-by: NAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
      03544c66
  12. 02 9月, 2015 2 次提交
  13. 10 7月, 2015 1 次提交
  14. 26 6月, 2015 1 次提交
    • J
      Move default y configs out of arch/board Kconfig · c9bb942e
      Joe Hershberger 提交于
      Some archs/boards specify their own default by pre-defining the config
      which causes the Kconfig system to mix up the order of the configs in
      the defconfigs... This will cause merge pain if allowed to proliferate.
      
      Remove the configs that behave this way from the archs.
      
      A few configs still remain, but that is because they only exist as
      defaults and do not have a proper Kconfig entry. Those appear to be:
      
      SPIFLASH
      DISPLAY_BOARDINFO
      Signed-off-by: NJoe Hershberger <joe.hershberger@ni.com>
      [trini: rastaban, am43xx_evm_usbhost_boot, am43xx_evm_ethboot updates,
      drop DM_USB from MSI_Primo81 as USB_MUSB_SUNXI isn't converted yet to DM]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      c9bb942e
  15. 01 6月, 2015 2 次提交
  16. 26 5月, 2015 9 次提交
  17. 23 4月, 2015 1 次提交
  18. 30 1月, 2015 1 次提交
    • H
      arm, imx6, aristainetos: board updates · b4b39a7e
      Heiko Schocher 提交于
      - use linux display timing settings
      - change backlight duty cycle 500ns
      - some defaultenvironment changes
      - change fit_addr_r to 0x14000000 as needed if
        MAX_LOCKDEP_SUBCLASSES in linux gets increased.
      - Environment now at 0xd0000 in nand flash
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      b4b39a7e
  19. 03 11月, 2014 1 次提交
  20. 23 7月, 2014 1 次提交
    • H
      arm, imx6: add aristainetos board · e379c039
      Heiko Schocher 提交于
      CPU:   Freescale i.MX6DL rev1.1 at 792 MHz
      Board: aristaitenos
      I2C:   ready
      DRAM:  1 GiB
      NAND:  512 MiB
      MMC:   FSL_SDHC: 0, FSL_SDHC: 1
      SF: Detected N25Q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB
      Display: lb07wv8 (800x480)
      
      - UART5 is console
      - MMC 0 and 1
      - USB 0 and 1
      - boot from mmc0 and spi nor flash
      - Splash screen support
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      e379c039