Re: [PATCH] riscv: add BUILTIN_DTB support for MMU-enabled targets

2021-01-01 Thread Anup Patel
On Thu, Dec 31, 2020 at 3:23 PM Vitaly Wool wrote: > > On Tue, Dec 29, 2020 at 6:05 AM Anup Patel wrote: > > > > On Mon, Dec 28, 2020 at 10:08 PM Vitaly Wool > > wrote: > > > > > > On Mon, Dec 28, 2020 at 3:10 PM Anup Patel wrote: > > > > > > > > On Mon, Dec 28, 2020 at 7:05 PM Vitaly Wool >

Re: [PATCH] riscv: add BUILTIN_DTB support for MMU-enabled targets

2020-12-31 Thread Vitaly Wool
On Tue, Dec 29, 2020 at 6:05 AM Anup Patel wrote: > > On Mon, Dec 28, 2020 at 10:08 PM Vitaly Wool wrote: > > > > On Mon, Dec 28, 2020 at 3:10 PM Anup Patel wrote: > > > > > > On Mon, Dec 28, 2020 at 7:05 PM Vitaly Wool > > > wrote: > > > > > > > > On Mon, Dec 28, 2020 at 12:59 PM Anup Patel

Re: [PATCH] riscv: add BUILTIN_DTB support for MMU-enabled targets

2020-12-28 Thread Anup Patel
On Mon, Dec 28, 2020 at 10:08 PM Vitaly Wool wrote: > > On Mon, Dec 28, 2020 at 3:10 PM Anup Patel wrote: > > > > On Mon, Dec 28, 2020 at 7:05 PM Vitaly Wool > > wrote: > > > > > > On Mon, Dec 28, 2020 at 12:59 PM Anup Patel wrote: > > > > > > > > On Sat, Dec 26, 2020 at 10:03 PM Vitaly Wool

Re: [PATCH] riscv: add BUILTIN_DTB support for MMU-enabled targets

2020-12-28 Thread Vitaly Wool
On Mon, Dec 28, 2020 at 3:10 PM Anup Patel wrote: > > On Mon, Dec 28, 2020 at 7:05 PM Vitaly Wool wrote: > > > > On Mon, Dec 28, 2020 at 12:59 PM Anup Patel wrote: > > > > > > On Sat, Dec 26, 2020 at 10:03 PM Vitaly Wool > > > wrote: > > > > > > > > Sometimes, especially in a production system

Re: [PATCH] riscv: add BUILTIN_DTB support for MMU-enabled targets

2020-12-28 Thread Vitaly Wool
On Mon, Dec 28, 2020 at 12:59 PM Anup Patel wrote: > > On Sat, Dec 26, 2020 at 10:03 PM Vitaly Wool wrote: > > > > Sometimes, especially in a production system we may not want to > > use a "smart bootloader" like u-boot to load kernel, ramdisk and > > device tree from a filesystem on eMMC, but ra

Re: [PATCH] riscv: add BUILTIN_DTB support for MMU-enabled targets

2020-12-28 Thread Anup Patel
On Mon, Dec 28, 2020 at 7:05 PM Vitaly Wool wrote: > > On Mon, Dec 28, 2020 at 12:59 PM Anup Patel wrote: > > > > On Sat, Dec 26, 2020 at 10:03 PM Vitaly Wool > > wrote: > > > > > > Sometimes, especially in a production system we may not want to > > > use a "smart bootloader" like u-boot to loa

Re: [PATCH] riscv: add BUILTIN_DTB support for MMU-enabled targets

2020-12-28 Thread Anup Patel
On Mon, Dec 28, 2020 at 7:05 PM Vitaly Wool wrote: > > On Mon, Dec 28, 2020 at 12:59 PM Anup Patel wrote: > > > > On Sat, Dec 26, 2020 at 10:03 PM Vitaly Wool > > wrote: > > > > > > Sometimes, especially in a production system we may not want to > > > use a "smart bootloader" like u-boot to loa

Re: [PATCH] riscv: add BUILTIN_DTB support for MMU-enabled targets

2020-12-28 Thread Anup Patel
On Sat, Dec 26, 2020 at 10:03 PM Vitaly Wool wrote: > > Sometimes, especially in a production system we may not want to > use a "smart bootloader" like u-boot to load kernel, ramdisk and > device tree from a filesystem on eMMC, but rather load the kernel > from a NAND partition and just run it as

[PATCH] riscv: add BUILTIN_DTB support for MMU-enabled targets

2020-12-26 Thread Vitaly Wool
Sometimes, especially in a production system we may not want to use a "smart bootloader" like u-boot to load kernel, ramdisk and device tree from a filesystem on eMMC, but rather load the kernel from a NAND partition and just run it as soon as we can, and in this case it is convenient to have devic