1. 02 9月, 2021 2 次提交
    • P
      vexpress64: Add BASER_FVP vexpress board variant · b53bbca6
      Peter Hoyes 提交于
      The BASER_FVP board variant is implemented on top of the BASE_FVP board
      config (which, in turn, is based on the Juno Versatile Express board
      config). They all share a similar memory map - for BASER_FVP the map is
      inverted from the BASE_FVP
      (https://developer.arm.com/documentation/100964/1114/Base-Platform/Base---memory/BaseR-Platform-memory-map)
      
       * Create new TARGET_VEXPRESS64_BASER_FVP target, which uses the same
         board config as BASE_FVP and JUNO
       * Adapt vexpress_aemv8a.h header file to support BASER_FVP (and rename
         to vexpress_aemv8.h)
       * Enable config to switch to EL1 for the BASER_FVP
       * Create vexpress_aemv8r defconfig
       * Provide an MPU memory map for the BASER_FVP
      
      For now, only single core boot is supported.
      Signed-off-by: NPeter Hoyes <Peter.Hoyes@arm.com>
      [trini: Add MAINTAINERS, move BOOTCOMMAND to defconfig]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      b53bbca6
    • S
      board: stemmy: Add basic Fastboot support · f64011e1
      Stephan Gerhold 提交于
      Make use of the new drivers for ARM U8500 introduced in the U-Boot
      2021.10 merge window by adding basic support for USB Fastboot with
      the "stemmy" board. As a first step this will always boot directly
      into USB Fastboot for now with the console displayed on the screen
      to make that obvious.
      
      Samsung uses quite strange GPT partition labels on these boards,
      so also add a bunch of fastboot_partition_alias_* to make this more
      easy to use.
      Signed-off-by: NStephan Gerhold <stephan@gerhold.net>
      f64011e1
  2. 01 9月, 2021 12 次提交
  3. 31 8月, 2021 26 次提交