Re: [U-Boot] [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)

2019-05-08 Thread Rick Chen
> Subject: Re: [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables > extlinux) > > On Fri, Apr 12, 2019 at 12:38 AM Auer, Lukas > wrote: > > > > On Thu, 2019-04-11 at 14:51 +0200, David Abdurachmanov wrote: > > > On Thu, Apr 11, 2019 at 2:41 PM Auer, Lukas > > > wrote: > > > > + Bin >

Re: [U-Boot] [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)

2019-05-08 Thread Bin Meng
On Fri, Apr 12, 2019 at 12:38 AM Auer, Lukas wrote: > > On Thu, 2019-04-11 at 14:51 +0200, David Abdurachmanov wrote: > > On Thu, Apr 11, 2019 at 2:41 PM Auer, Lukas > > wrote: > > > + Bin > > > > > > On Tue, 2019-04-09 at 12:42 +0200, David Abdurachmanov wrote: > > > > - Set fdt_addr variable, w

Re: [U-Boot] [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)

2019-04-11 Thread Auer, Lukas
On Thu, 2019-04-11 at 14:51 +0200, David Abdurachmanov wrote: > On Thu, Apr 11, 2019 at 2:41 PM Auer, Lukas > wrote: > > + Bin > > > > On Tue, 2019-04-09 at 12:42 +0200, David Abdurachmanov wrote: > > > - Set fdt_addr variable, which is needed for extlinux to find FDT. > > > Otherwise booting k

Re: [U-Boot] [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)

2019-04-11 Thread David Abdurachmanov
On Thu, Apr 11, 2019 at 2:41 PM Auer, Lukas wrote: > > + Bin > > On Tue, 2019-04-09 at 12:42 +0200, David Abdurachmanov wrote: > > - Set fdt_addr variable, which is needed for extlinux to find FDT. > > Otherwise booting kernel using extlinux results in missing FDT. > > > > - Also run fdt addr wi

Re: [U-Boot] [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)

2019-04-11 Thread Auer, Lukas
+ Bin On Tue, 2019-04-09 at 12:42 +0200, David Abdurachmanov wrote: > - Set fdt_addr variable, which is needed for extlinux to find FDT. > Otherwise booting kernel using extlinux results in missing FDT. > > - Also run fdt addr with FDT address so that fdt commands would > work out of the box

Re: [U-Boot] [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)

2019-04-09 Thread Anup Patel
> -Original Message- > From: David Abdurachmanov > Sent: Tuesday, April 9, 2019 4:13 PM > To: r...@andestech.com; Atish Patra ; Anup Patel > ; lukas.a...@aisec.fraunhofer.de; u- > b...@lists.denx.de > Cc: David Abdurachmanov > Subject: [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREB

[U-Boot] [PATCH 2/2] riscv: qemu-riscv.h: define CONFIG_PREBOOT (enables extlinux)

2019-04-09 Thread David Abdurachmanov
- Set fdt_addr variable, which is needed for extlinux to find FDT. Otherwise booting kernel using extlinux results in missing FDT. - Also run fdt addr with FDT address so that fdt commands would work out of the box in U-Boot prompt. This is successfully used by Fedora/RISCV with 5.1-rc3+ kern