public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v6 0/3] SPL: Add support to boot a partition type
@ 2017-02-09 20:20 Dalon Westergreen
  2017-02-09 20:20 ` [U-Boot] [PATCH v6 1/3] SPL: add support to boot from " Dalon Westergreen
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Dalon Westergreen @ 2017-02-09 20:20 UTC (permalink / raw)
  To: u-boot

This adds support for the spl to seach for and boot from an arbitrary           
partition type rather then a specific partition number.  When                   
USE_PARTITION_TYPE is enabled, spl will search for the partition type but       
fallback to the specified partition number.                                     
                                                                                
SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION is moved to a Kconfig and header and        
defconfigs for the affected boards are updated.                                 
                                                                                
Changes in V6:                                                                  
 -> Fix unneeded backslash                                                      
 -> Move SPL socfpga Kconfig default to selec tin arch/arm/Kconfig              
 -> Split out defconfig changes for affected boards into a separate patch 

Dalon Westergreen (3):
  SPL: add support to boot from a partition type
  SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig
  SPL: Add board appropriate config for
    SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION

 arch/arm/Kconfig                 |  1 +
 common/spl/Kconfig               | 32 ++++++++++++++++++++++++++++++++
 common/spl/spl_mmc.c             | 27 ++++++++++++++++++---------
 configs/db-88f6820-gp_defconfig  |  1 +
 configs/kc1_defconfig            |  2 ++
 configs/sniper_defconfig         |  2 ++
 disk/part_dos.c                  |  1 +
 include/configs/db-88f6820-gp.h  |  1 -
 include/configs/kc1.h            |  2 --
 include/configs/sniper.h         |  2 --
 include/configs/socfpga_common.h |  2 --
 include/part.h                   |  3 +++
 12 files changed, 60 insertions(+), 16 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-02-10 23:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09 20:20 [U-Boot] [PATCH v6 0/3] SPL: Add support to boot a partition type Dalon Westergreen
2017-02-09 20:20 ` [U-Boot] [PATCH v6 1/3] SPL: add support to boot from " Dalon Westergreen
2017-02-10 21:43   ` Tom Rini
2017-02-10 21:53     ` Dalon Westergreen
2017-02-10 21:59     ` Alexander Graf
2017-02-10 23:38       ` Dalon Westergreen
2017-02-10 22:08     ` Marek Vasut
2017-02-10 22:43       ` Dalon Westergreen
2017-02-09 20:20 ` [U-Boot] [PATCH v6 2/3] SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig Dalon Westergreen
2017-02-10 21:43   ` Tom Rini
2017-02-10 21:51     ` Dalon Westergreen
2017-02-10 21:52       ` Tom Rini
2017-02-09 20:20 ` [U-Boot] [PATCH v6 3/3] SPL: Add board appropriate config for SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION Dalon Westergreen
2017-02-09 20:35 ` [U-Boot] [PATCH v6 0/3] SPL: Add support to boot a partition type Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox