1. 26 7月, 2014 3 次提交
  2. 05 7月, 2014 4 次提交
  3. 03 7月, 2014 1 次提交
    • D
      arm: Add support for semihosting for armv8 fastmodel targets. · 261d2760
      Darwin Rambo 提交于
      The armv8 ARM Trusted Firmware (ATF) can be used to load various ATF
      images and u-boot, and does this for virtual platforms by using
      semihosting. This commit extends this idea by allowing u-boot to also
      use semihosting to load the kernel/ramdisk/dtb. This eliminates the need
      for a bootwrapper and produces a more realistic boot sequence with
      virtual models.
      
      Though the semihosting code is quite generic, support for armv7 in
      fastmodel is less useful due to the wide range of available silicon
      and the lack of a free armv7 fastmodel, so this change contains an
      untested armv7 placeholder for the service trap opcode.
      
      Please refer to doc/README.semihosting for a more detailed description
      of semihosting and how it is used with the armv8 virtual platforms.
      Signed-off-by: NDarwin Rambo <drambo@broadcom.com>
      Cc: trini@ti.com
      Cc: fenghua@phytium.com.cn
      Cc: bhupesh.sharma@freescale.com
      261d2760
  4. 20 6月, 2014 7 次提交
  5. 19 6月, 2014 5 次提交
  6. 17 6月, 2014 1 次提交
  7. 12 6月, 2014 10 次提交
  8. 09 6月, 2014 1 次提交
  9. 07 6月, 2014 7 次提交
  10. 06 6月, 2014 1 次提交
    • T
      imx: ventana: switch to SPL · 0cc11dea
      Tim Harvey 提交于
      Switch to an SPL image. The SPL for Ventana does the following:
       - setup i2c and read the factory programmed EEPROM to obtain DRAM config
         and model for board-specific calibration data
       - configure DRAM per CPU/size/layout/devices/calibration
       - load u-boot.img from NAND and jump to it
      
      This allows for a single SPL+u-boot.img to replace the previous multiple boa
      configurations.
      
      Cc: Stefan Roese <sr@denx.de>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Andy Ng <andreas2025@gmail.com>
      Cc: Eric Nelson <eric.nelson@boundarydevices.com>
      Cc: Tapani Utriainen <tapani@technexion.com>
      Cc: Tom Rini <trini@ti.com>
      Signed-off-by: NTim Harvey <tharvey@gateworks.com>
      0cc11dea