Skip to content
Snippets Groups Projects
  1. Jun 10, 2017
  2. Jun 09, 2017
  3. Jun 08, 2017
  4. Jun 07, 2017
  5. Jun 05, 2017
  6. Jun 03, 2017
  7. Jun 02, 2017
  8. Jun 01, 2017
    • Simon Glass's avatar
      sandbox: Move to use live tree · 46bac66b
      Simon Glass authored
      
      This updates sandbox to use a live device tree. This means that after
      relocation (from board_init_r() onwards) it no-longer uses flat device
      tree.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      46bac66b
    • Simon Glass's avatar
      sandbox: Add a new sandbox_flattree board · 554c983e
      Simon Glass authored
      
      Add a sandbox board to test the non-livetree build (i.e. with
      CONFIG_OF_FLAT disabled). This increases our build and test coverage.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      554c983e
    • Simon Glass's avatar
      tegra: Convert MMC to use driver model for operations · 0e513e78
      Simon Glass authored
      
      Enable CONFIG_DM_MMC_OPS and CONFIG_BLK for all Tegra devices. This moves
      Tegra to use driver model fully for MMC.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      0e513e78
    • Jagan Teki's avatar
      sun50i: a64: Add initial Banana Pi M64 support · 2dbe9c13
      Jagan Teki authored
      
      BPI-M64 is a 64-bit quad-core mini single board computer
      using the Allwinner A64 SOC.
      
      BPI-M64 features
      - 1.2 Ghz Quad-Core ARM Cortex A53
      - 2GB DDR3 SDRAM with 733MHz
      - MicroSD/eMMC(8GB)
      - 10/100/1000Mbps ethernet (Realtek RTL8211E/D)
      - Wifi + BT
      - IR receiver
      - Audio In/Out
      - Video In/Out
      - 5V 2A DC power-supply
      
      For dts file,
      Sync with Linux commit 4879b7ae("Merge tag 'dmaengine-4.12-rc1'").
      
      Boot from MMC:
      -------------
      U-Boot SPL 2017.05-00667-g85dd258-dirty (May 29 2017 - 13:07:31)
      DRAM: 2048 MiB
      Trying to boot from MMC1
      NOTICE:  BL3-1: Running on A64/H64 (1689) in SRAM A2 (@0x44000)
      NOTICE:  Configuring SPC Controller
      NOTICE:  BL3-1: v1.0(debug):aa75c8d
      NOTICE:  BL3-1: Built : 18:28:27, May 24 2017
      NOTICE:  Configuring AXP PMIC
      NOTICE:  PMIC: setup successful
      INFO:    BL3-1: Initializing runtime services
      INFO:    BL3-1: Preparing for EL3 exit to normal world
      INFO:    BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9
      
      U-Boot 2017.05-00667-g85dd258-dirty (May 29 2017 - 13:07:31 +0000) Allwinner Technology
      
      CPU:   Allwinner A64 (SUN50I)
      Model: BananaPi-M64
      DRAM:  2 GiB
      MMC:   SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
      *** Warning - bad CRC, using default environment
      
      In:    serial
      Out:   serial
      Err:   serial
      Net:   No ethernet found.
      starting USB...
      No controllers found
      Hit any key to stop autoboot:  0
      
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      2dbe9c13
Loading