[U-Boot] [PATCH v3 62/62] x86: link: Add a config for 64-bit U-Boot

Bin Meng bmeng.cn at gmail.com
Tue Feb 7 05:18:43 UTC 2017


On Wed, Jan 25, 2017 at 12:07 PM, Simon Glass <sjg at chromium.org> wrote:
> Hi Bin,
>
> On 18 January 2017 at 02:04, Bin Meng <bmeng.cn at gmail.com> wrote:
>> Hi Simon,
>>
>> On Mon, Jan 16, 2017 at 10:04 PM, Simon Glass <sjg at chromium.org> wrote:
>>> Add a new link config which uses 64-bit U-Boot. This is not fully
>>
>> I guess you want to say: a new "board" config instead of "link" config?
>
> Yes that's OK.
>

[snip]

>>> diff --git a/configs/chromebook_link64_defconfig b/configs/chromebook_link64_defconfig
>>> new file mode 100644
>>> index 00000000000..dd8175ec767
>>> --- /dev/null
>>> +++ b/configs/chromebook_link64_defconfig
>>> @@ -0,0 +1,89 @@
>>> +CONFIG_X86=y
>>> +CONFIG_SPL_GPIO_SUPPORT=y
>>> +CONFIG_SPL_LIBCOMMON_SUPPORT=y
>>> +CONFIG_SPL_LIBGENERIC_SUPPORT=y
>>> +CONFIG_SYS_MALLOC_F_LEN=0x2000
>>> +CONFIG_SPL_I2C_SUPPORT=y
>>> +CONFIG_SPL_SERIAL_SUPPORT=y
>>> +CONFIG_SPL_SPI_FLASH_SUPPORT=y
>>> +CONFIG_SPL_SPI_SUPPORT=y
>>> +CONFIG_X86_RUN_64BIT=y
>>> +CONFIG_VENDOR_GOOGLE=y
>>> +CONFIG_DEFAULT_DEVICE_TREE="chromebook_link"
>>> +CONFIG_TARGET_CHROMEBOOK_LINK=y
>>
>> I think this should be:
>> CONFIG_TARGET_CHROMEBOOK_LINK64=y
>
> Yes that's right.
>
>>
>> [snip]
>>
>> I can fix these two when applying if you don't have different thoughts.
>
> OK, thanks.
>

Fixed above two nits, and

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list