[U-Boot] [PATCH v3] SPL: add support to boot from a partition type

Dalon Westergreen dwesterg at gmail.com
Tue Jan 31 09:41:51 CET 2017


From: Dalon Westergreen <dalon.westergreen at intel.com>

Changes in V3:
 - Add depends on DOS_PARTITION 
 - Ensure that PARTTION_TYPE defaults to non-zero 
 - Add ifdef around sys_ind in disk_partition structure
Changes in V2:
 - Merge partition search into single partition function

Dalon Westergreen (1):
  SPL: add support to boot from a partition type

 common/spl/Kconfig   | 17 +++++++++++++++++
 common/spl/spl_mmc.c | 13 +++++++++++++
 disk/part_dos.c      |  1 +
 include/part.h       |  3 +++
 4 files changed, 34 insertions(+)

-- 
2.7.4



More information about the U-Boot mailing list