mbox series

[0/3] AM64: Add support for booting to kernel from USB MSC device

Message ID 20210804131247.6672-1-a-govindraju@ti.com
Headers show
Series AM64: Add support for booting to kernel from USB MSC device | expand

Message

Aswath Govindraju Aug. 4, 2021, 1:12 p.m. UTC
The following series of patches add support for booting to kernel using USB
MSC device as the boot media, in AM64

Aswath Govindraju (3):
  board: ti: am64x: Add support for fixing dr_mode while booting from
    USB
  environment: ti: mmc.h: Make the finduuid generic for usage across
    different device types
  include: configs: am64x_evm: Add env variables for booting to kernel
    using USB MSC device

 board/ti/am64x/evm.c         | 32 ++++++++++++++++++++++++++++++++
 include/configs/am64x_evm.h  | 31 ++++++++++++++++++++++++++++++-
 include/environment/ti/mmc.h |  2 +-
 3 files changed, 63 insertions(+), 2 deletions(-)