Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-10 Thread Rick Chen
2018-05-10 15:00 GMT+08:00 Rick Chen : > 2018-05-10 14:03 GMT+08:00 Alexander Graf : >> >> >> Am 10.05.2018 um 05:27 schrieb Rick Chen : >> > > Then I think if I don't want enter this auto flow, what can I do ? > > 1 Remove CONFIG_DISTRO_DEFAULTS=y from nx25-ae250_defconfig But it

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-10 Thread Rick Chen
2018-05-10 14:03 GMT+08:00 Alexander Graf : > > > Am 10.05.2018 um 05:27 schrieb Rick Chen : > Then I think if I don't want enter this auto flow, what can I do ? 1 Remove CONFIG_DISTRO_DEFAULTS=y from nx25-ae250_defconfig But it still enter auto flow. 2 Add #ifde

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-09 Thread Alexander Graf
Am 10.05.2018 um 05:27 schrieb Rick Chen : >>> >>> Then I think if I don't want enter this auto flow, what can I do ? >>> >>> 1 Remove CONFIG_DISTRO_DEFAULTS=y from nx25-ae250_defconfig But it >>> still enter auto flow. >>> >>> 2 Add #ifdef CONFIG_DISTRO_DEFAULTS to encapsulate the >>> CONFI

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-09 Thread Rick Chen
> > > > Then I think if I don't want enter this auto flow, what can I do ? > > > > 1 Remove CONFIG_DISTRO_DEFAULTS=y from nx25-ae250_defconfig But it > > still enter auto flow. > > > > 2 Add #ifdef CONFIG_DISTRO_DEFAULTS to encapsulate the > > CONFIG_EXTRA_ENV_SETTINGS in nx25-ae250.h And Remove

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-09 Thread Alexander Graf
ian-Zhi Chen(陳 >> 建志) >> Subject: Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support >> >> >> >> On 23.04.18 07:59, Alexander Graf wrote: >>> We now have RISC-V support in U-Boot - which is great! >>> >>> However, not that we&#x

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-06 Thread rick
> -Original Message- > From: Tom Rini [mailto:tr...@konsulko.com] > Sent: Monday, May 07, 2018 5:12 AM > To: Alexander Graf; Rick Jian-Zhi Chen(陳建志); Greentime Hu > Cc: u-boot@lists.denx.de; Heinrich Schuchardt; sch...@suse.de > Subject: Re: [U-Boot] [PATCH v3

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-06 Thread rick
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Monday, May 07, 2018 4:59 AM > To: u-boot@lists.denx.de > Cc: Heinrich Schuchardt; sch...@suse.de; Greentime Hu; Rick Jian-Zhi Chen(陳 > 建志) > Subject: Re: [U-Boot] [PATCH v3 0/8] riscv: Enab

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-06 Thread Tom Rini
On Mon, Apr 23, 2018 at 07:59:42AM +0200, Alexander Graf wrote: > We now have RISC-V support in U-Boot - which is great! > > However, not that we're finally making progress to converge on > efi_loader and distro boot for booting on ARM platforms, we > really want to make sure there is no technica

Re: [U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-05-06 Thread Alexander Graf
On 23.04.18 07:59, Alexander Graf wrote: > We now have RISC-V support in U-Boot - which is great! > > However, not that we're finally making progress to converge on > efi_loader and distro boot for booting on ARM platforms, we > really want to make sure there is no technical reason not to > do t

[U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support

2018-04-22 Thread Alexander Graf
We now have RISC-V support in U-Boot - which is great! However, not that we're finally making progress to converge on efi_loader and distro boot for booting on ARM platforms, we really want to make sure there is no technical reason not to do the same on RISC-V as well. So this patch set introduce