From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dalon Westergreen Date: Wed, 08 Feb 2017 16:15:24 -0800 Subject: [U-Boot] [PATCH v4 0/2] SPL: Add support to boot a partition type In-Reply-To: <1486147008-8612-1-git-send-email-dwesterg@gmail.com> References: <1486147008-8612-1-git-send-email-dwesterg@gmail.com> Message-ID: <1486599324.7361.35.camel@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2017-02-03 at 10:36 -0800, Dalon Westergreen wrote: > From: Dalon Westergreen > > 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, splwill search for the partition type but > fallback to the specified partition number. > > In addition to the above, move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig. > > Dalon Westergreen (2): > ? SPL: add support to boot from a partition type > ? SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig > > ?common/spl/Kconfig???????????????| 33 +++++++++++++++++++++++++++++++++ > ?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 +++ > ?11 files changed, 60 insertions(+), 16 deletions(-) Marek, I was wondering if you have had a chance to look this over? --dalon