[meta-xilinx] [PATCH] *-zynq7: Change some boards to mainline U-Boot by default
Nathan Rossi
nathan at nathanrossi.com
Tue May 30 03:42:22 PDT 2017
On 27 May 2017 at 08:07, Manjukumar Harthikote Matha
<manjukumar.harthikote-matha at xilinx.com> wrote:
>
>
>> -----Original Message-----
>> From: meta-xilinx-bounces at yoctoproject.org [mailto:meta-xilinx-
>> bounces at yoctoproject.org] On Behalf Of Nathan Rossi
>> Sent: Monday, May 15, 2017 6:21 AM
>> To: meta-xilinx at lists.yoctoproject.org
>> Subject: [meta-xilinx] [PATCH] *-zynq7: Change some boards to mainline U-Boot by
>> default
>>
>> Change the microzed-zynq7, picozed-zynq7, zedboard-zynq7 and zybo-zynq7
>> machines to use the mainline U-Boot by default.
>>
>> All these machines can be supported by the mainline U-Boot and do not
>> require any of the drivers/features that are only provided in the Xilinx
>> vendor tree (u-boot-xlnx).
>>
>> Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
>> ---
>> conf/machine/microzed-zynq7.conf | 1 +
>> conf/machine/picozed-zynq7.conf | 1 +
>> conf/machine/zedboard-zynq7.conf | 1 +
>> conf/machine/zybo-zynq7.conf | 1 +
>> 4 files changed, 4 insertions(+)
>>
>> diff --git a/conf/machine/microzed-zynq7.conf b/conf/machine/microzed-
>> zynq7.conf
>> index ec28c3ffbf..aaca1ca8d9 100644
>> --- a/conf/machine/microzed-zynq7.conf
>> +++ b/conf/machine/microzed-zynq7.conf
>> @@ -9,6 +9,7 @@ require conf/machine/include/machine-xilinx-board.inc
>> MACHINE_FEATURES = "ext2 vfat usbhost"
>>
>> # u-boot configuration
>> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
>> UBOOT_MACHINE = "zynq_microzed_config"
>> SPL_BINARY = "spl/boot.bin"
>>
>> diff --git a/conf/machine/picozed-zynq7.conf b/conf/machine/picozed-zynq7.conf
>> index 2fb310b97c..9f8a37e884 100644
>> --- a/conf/machine/picozed-zynq7.conf
>> +++ b/conf/machine/picozed-zynq7.conf
>> @@ -13,6 +13,7 @@ require conf/machine/include/machine-xilinx-board.inc
>> MACHINE_FEATURES = "ext2 vfat usbhost usbgadget"
>>
>> # u-boot configuration
>> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
>> UBOOT_MACHINE = "zynq_picozed_config"
>> SPL_BINARY = "spl/boot.bin"
>>
>> diff --git a/conf/machine/zedboard-zynq7.conf b/conf/machine/zedboard-
>> zynq7.conf
>> index 58cee372fd..a157eaf189 100644
>> --- a/conf/machine/zedboard-zynq7.conf
>> +++ b/conf/machine/zedboard-zynq7.conf
>> @@ -13,6 +13,7 @@ require conf/machine/include/machine-xilinx-default.inc
>> require conf/machine/include/machine-xilinx-board.inc
>>
>> # u-boot configuration
>> +PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
>
> Can we leave this one out? This board is validated and in our regressions
Ok. I've updated and merged this patch now though.
Regards,
Nathan
More information about the meta-xilinx
mailing list