Skip to content
Snippets Groups Projects
  1. Dec 29, 2016
    • Masahiro Yamada's avatar
      mmc: complete unfinished move of CONFIG_MMC · c2726995
      Masahiro Yamada authored
      
      Commit 7a777f6d ("mmc: Add generic Kconfig option") created
      a Kconfig entry for this option without any actual moves, then
      commit 44c79879 ("sunxi: Use Kconfig CONFIG_MMC") moved
      instances only for SUNXI.
      
      We generally do not like such partial moves.  This kind of work
      is automated by tools/moveconfig.py, so it is pretty easy to
      complete this move.
      
      I am adding "default ARM || PPC || SANDBOX" (suggested by Tom).
      This shortens the configs and will ease new board porting.
      
      This commit was created as follows:
      
      [1] Edit Kconfig (remove the "depends on", add the "default",
          copy the prompt and help message from Linux)
      
      [2] Run 'tools/moveconfig.py -y -s -r HEAD MMC'
      
      Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
      Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
      c2726995
  2. Dec 27, 2016
  3. Dec 21, 2016
  4. Dec 20, 2016
  5. Dec 16, 2016
  6. Dec 15, 2016
  7. Dec 09, 2016
  8. Dec 08, 2016
    • Michal Simek's avatar
      block: Move ceva driver to DM · 8814c038
      Michal Simek authored
      
      This patch also includes ARM64 zynqmp changes:
      - Remove platform non DM initialization
      - Remove hardcoded sata base address
      
      Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      Series-to: sjg, agraf@suse.de
      Series-cc: uboot
      Series-version: 4
      Series-changes: 2
      - make ceva_init_sata static
      - Move SATA_CEVA to defconfig
      - Initalized max_lun and max_id platdata
      
      Series-changes: 3
      - Extend Kconfig help description
      - sort dm.h
      - Remove SPL undefinition from board file
      - Fix Kconfig dependecies
      8814c038
  9. Dec 06, 2016
  10. Dec 05, 2016
    • Bartosz Golaszewski's avatar
      davinci: omapl138_lcdk: increase PLL0 frequency · 1601dd97
      Bartosz Golaszewski authored
      
      The LCDC controller on the lcdk board has high memory throughput
      requirements. Even with the kernel-side tweaks to master peripheral
      and peripheral bus burst priorities, the default PLL0 frquency of
      300 MHz is not enough to service the LCD controller and causes
      DMA FIFO underflows.
      
      Increment the PLL0 multiplier to 37, resulting in PLL0 frequency of
      456 MHz - the same value that downstream reference u-boot from Texas
      Instruments uses.
      
      Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      1601dd97
    • Yegor Yefremov's avatar
      arm: baltos: enable booting from USB · 88679a29
      Yegor Yefremov authored
      
      First of all U-Boot would search for a USB mass storage device
      with either uEnv.txt or kernel-fit.itb and boot.
      
      If USB mass storage device is not available or doesn't provide
      these files then MMC will be tried.
      
      Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      88679a29
    • Stefan Roese's avatar
      arm64: mvebu: Add PCI support to DB-88F8040 board · 1ec5aa63
      Stefan Roese authored
      
      This patch adds PCI support to the Marvell Armada-8K devel board.
      Additionally the Intel E1000 ethernet driver is enabled so that
      network support is available on this board, even without the
      internal network interfaces being supported (yet).
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Neta Zur Hershkovits <neta@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Omri Itach <omrii@marvell.com>
      Cc: Igal Liberman <igall@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      1ec5aa63
    • Stefan Roese's avatar
      arm64: mvebu: Rename db-88f7040 files to armada-8k · 633fa0e7
      Stefan Roese authored
      
      This moves some of the Armada DB-88F7040 board specific files to a more
      generic name: armada-8k. This is in preparation for the Armada-8k
      support which will be added soon. And since both platforms share
      most devices, lets also share most source files to not duplicate
      the code here.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Neta Zur Hershkovits <neta@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Omri Itach <omrii@marvell.com>
      Cc: Igal Liberman <igall@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      633fa0e7
    • Simon Glass's avatar
      arm: samsung: Convert s5p_goni and smdkc100 to DM_I2C · 08848e9c
      Simon Glass authored and Heiko Schocher's avatar Heiko Schocher committed
      
      These are the last two samsung boards that don't use DM_I2C. Move them
      over, leaving #ifdefs to allow the maintainer to complete this work.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      Acked-by: default avatarHeiko Schocher <hs@denx.de>
      08848e9c
Loading