Re: [U-Boot] [RFC PATCH 1/2] arm64: zynqmp: Setup the first boot_target at run time

2018-04-26 Thread Alexander Graf
On 04/26/2018 10:20 AM, Michal Simek wrote: On 26.4.2018 09:08, Alexander Graf wrote: Am 26.04.2018 um 08:25 schrieb Michal Simek : On 26.4.2018 08:14, Alexander Graf wrote: On 25.04.18 14:38, Michal Simek wrote: Detect mmc alias at run time for setting up proper boot_targets sequence. Th

Re: [U-Boot] [RFC PATCH 1/2] arm64: zynqmp: Setup the first boot_target at run time

2018-04-26 Thread Michal Simek
On 26.4.2018 09:08, Alexander Graf wrote: > > >> Am 26.04.2018 um 08:25 schrieb Michal Simek : >> >>> On 26.4.2018 08:14, Alexander Graf wrote: >>> >>> On 25.04.18 14:38, Michal Simek wrote: Detect mmc alias at run time for setting up proper boot_targets sequence. The first target

Re: [U-Boot] [RFC PATCH 1/2] arm64: zynqmp: Setup the first boot_target at run time

2018-04-26 Thread Alexander Graf
> Am 26.04.2018 um 08:25 schrieb Michal Simek : > >> On 26.4.2018 08:14, Alexander Graf wrote: >> >> >>> On 25.04.18 14:38, Michal Simek wrote: >>> Detect mmc alias at run time for setting up proper boot_targets sequence. >>> The first target has to correspond with boot mode. >>> >>> The purp

Re: [U-Boot] [RFC PATCH 1/2] arm64: zynqmp: Setup the first boot_target at run time

2018-04-25 Thread Michal Simek
On 26.4.2018 08:14, Alexander Graf wrote: > > > On 25.04.18 14:38, Michal Simek wrote: >> Detect mmc alias at run time for setting up proper boot_targets sequence. >> The first target has to correspond with boot mode. >> >> The purpose of this patch is to get rid of CONFIG_ZYNQ_SDHCI0/1 >> parame

Re: [U-Boot] [RFC PATCH 1/2] arm64: zynqmp: Setup the first boot_target at run time

2018-04-25 Thread Alexander Graf
On 25.04.18 14:38, Michal Simek wrote: > Detect mmc alias at run time for setting up proper boot_targets sequence. > The first target has to correspond with boot mode. > > The purpose of this patch is to get rid of CONFIG_ZYNQ_SDHCI0/1 > parameters in full U-Boot. > Unfortunately this patch can'

[U-Boot] [RFC PATCH 1/2] arm64: zynqmp: Setup the first boot_target at run time

2018-04-25 Thread Michal Simek
Detect mmc alias at run time for setting up proper boot_targets sequence. The first target has to correspond with boot mode. The purpose of this patch is to get rid of CONFIG_ZYNQ_SDHCI0/1 parameters in full U-Boot. Unfortunately this patch can't remove it because there is missing mmc implementati