Skip to content
Snippets Groups Projects
  1. Apr 14, 2017
  2. Apr 10, 2017
  3. Apr 07, 2017
  4. Apr 05, 2017
    • Simon Glass's avatar
      Makefile: Provide an option to select SPL or TPL · 001f3142
      Simon Glass authored
      
      At present we have SPL_ which can be used in Makefiles to select between
      normal and SPL CONFIGs like this:
      
          obj-$(CONFIG_$(SPL_)DM)		+= core/
      
      When TPL is being built, SPL_ has the value 'SPL' which is generally a
      good idea since they tend to follow each other. But in extreme situations
      we may want to distinugish between SPL and TPL. For example we may not
      want to enable CONFIG_DM with TPL.
      
      Add a new SPL_TPL_ variable which is set to either empty (for U-Boot
      proper), 'SPL' or 'TPL'. This may prove useful with TPL-specific options.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      001f3142
    • Simon Glass's avatar
      i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS · eca80375
      Simon Glass authored
      
      This is not used by any board. Drop it.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Clean up board_f sequence a little
      This series tries to remove #ifdefs from the board_f init sequence. It
      gets as far as I2C and then we need to discuss whether we can start to
      remove the old I2C framework.
      
      I think that ideally each entry in the init sequence should be enabled by
      at most one CONFIG, which is in Kconfig and is not arch-specific.
      END
      Acked-by: default avatarLukasz Majewski <lukma@denx.de>
      Acked-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
      eca80375
    • Tom Rini's avatar
      Blackfin: Remove · ea3310e8
      Tom Rini authored
      
      The architecture is currently unmaintained, remove.
      
      Cc: Benjamin Matthews <mben12@gmail.com>
      Cc: Chong Huang <chuang@ucrobotics.com>
      Cc: Dimitar Penev <dpn@switchfin.org>
      Cc: Haitao Zhang <hzhang@ucrobotics.com>
      Cc: I-SYST Micromodule <support@i-syst.com>
      Cc: M.Hasewinkel (MHA) <info@ssv-embedded.de>
      Cc: Marek Vasut <marex@denx.de>
      Cc: Martin Strubel <strubel@section5.ch>
      Cc: Peter Meerwald <devel@bct-electronic.com>
      Cc: Sonic Zhang <sonic.adi@gmail.com>
      Cc: Valentin Yakovenkov <yakovenkov@niistt.ru>
      Cc: Wojtek Skulski <info@skutek.com>
      Cc: Wojtek Skulski <skulski@pas.rochester.edu>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      ea3310e8
    • Marek Vasut's avatar
      ARM: mxs: Rename M28EVK · fcea480d
      Marek Vasut authored and Stefano Babic's avatar Stefano Babic committed
      
      The board is now manufactured by Aries Embedded GmbH , rename it.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      fcea480d
    • Andre Przywara's avatar
      ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCY · e4916e85
      Andre Przywara authored
      
      Many ARMv8 boards define a constant COUNTER_FREQUENCY to specify the
      frequency of the ARM Generic Timer (aka. arch timer).
      ARMv7 boards traditionally used CONFIG_TIMER_CLK_FREQ for the same
      purpose. It seems useful to unify them.
      Since there are less occurences of the latter version, lets convert all
      users over to COUNTER_FREQUENCY.
      
      Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
      Reviewed-by: default avatarJagan Teki <jagan@openedev.com>
      e4916e85
  5. Mar 17, 2017
  6. Mar 16, 2017
  7. Mar 14, 2017
  8. Mar 13, 2017
  9. Mar 10, 2017
    • Tom Rini's avatar
      ARM: Migrate errata to Kconfig · 8dda2e2f
      Tom Rini authored
      
      This moves all of the current ARM errata from various header files and in to
      Kconfig.  This allows for a minor amount of cleanup as we had some instances
      where both a general common header file was enabling errata as well as the
      board config.  We now just select these once at the higher level in Kconfig
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      8dda2e2f
  10. Mar 09, 2017
  11. Feb 18, 2017
  12. Feb 17, 2017
  13. Feb 12, 2017
  14. Feb 08, 2017
  15. Feb 06, 2017
  16. Jan 31, 2017
    • Masahiro Yamada's avatar
      mmc: move CONFIG_GENERIC_MMC to Kconfig · 54925327
      Masahiro Yamada authored
      
      Now, CONFIG_GENERIC_MMC seems equivalent to CONFIG_MMC.
      
      Let's create an entry for "config GENERIC_MMC" with "default MMC",
      then convert all macro defines in headers to Kconfig.  Almost all
      of the defines will go away.
      
      I see only two exceptions:
        configs/blanche_defconfig
        configs/sandbox_noblk_defconfig
      
      They define CONFIG_GENERIC_MMC, but not CONFIG_MMC.  Something
      might be wrong with these two boards, so should be checked later.
      
      Anyway, this is the output of the moveconfig tool.
      
      This commit was created as follows:
      
      [1] create a config entry in drivers/mmc/Kconfig
      
      [2] tools/moveconfig.py -r HEAD GENERIC_MMC
      
      [3] manual clean-up of garbage comments in doc/README.* and
          include/configs/*.h
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      54925327
  17. Jan 28, 2017
  18. Jan 25, 2017
Loading