Re: [U-Boot] [PATCH v2 07/29] riscv: add Kconfig entries for the code model

2018-11-13 Thread Auer, Lukas
Hi Bin, On Tue, 2018-11-13 at 15:34 +0800, Bin Meng wrote: > Hi Lukas, > > On Wed, Oct 31, 2018 at 11:01 PM Auer, Lukas > wrote: > > > > Hi Bin, > > > > On Wed, 2018-10-31 at 10:13 +0800, Bin Meng wrote: > > > Hi Lukas, > > > > > > On Tue, Oct 30, 2018 at 8:57 PM Lukas Auer > > > wrote: > >

Re: [U-Boot] [PATCH v2 07/29] riscv: add Kconfig entries for the code model

2018-11-12 Thread Bin Meng
Hi Lukas, On Wed, Oct 31, 2018 at 11:01 PM Auer, Lukas wrote: > > Hi Bin, > > On Wed, 2018-10-31 at 10:13 +0800, Bin Meng wrote: > > Hi Lukas, > > > > On Tue, Oct 30, 2018 at 8:57 PM Lukas Auer > > wrote: > > > > > > RISC-V has two code models, medium low (medlow) and medium any > > > (medany).

Re: [U-Boot] [PATCH v2 07/29] riscv: add Kconfig entries for the code model

2018-10-31 Thread Auer, Lukas
Hi Bin, On Wed, 2018-10-31 at 10:13 +0800, Bin Meng wrote: > Hi Lukas, > > On Tue, Oct 30, 2018 at 8:57 PM Lukas Auer > wrote: > > > > RISC-V has two code models, medium low (medlow) and medium any > > (medany). > > Medlow limits addressable memory to a single 2 GiB range between > > the > >

Re: [U-Boot] [PATCH v2 07/29] riscv: add Kconfig entries for the code model

2018-10-30 Thread Bin Meng
Hi Lukas, On Tue, Oct 30, 2018 at 8:57 PM Lukas Auer wrote: > > RISC-V has two code models, medium low (medlow) and medium any (medany). > Medlow limits addressable memory to a single 2 GiB range between the > absolute addresses -2 GiB and +2 GiB. Medany limits addressable memory > to any single

[U-Boot] [PATCH v2 07/29] riscv: add Kconfig entries for the code model

2018-10-30 Thread Lukas Auer
RISC-V has two code models, medium low (medlow) and medium any (medany). Medlow limits addressable memory to a single 2 GiB range between the absolute addresses -2 GiB and +2 GiB. Medany limits addressable memory to any single 2 GiB address range. By default, medlow is selected on 32-bit systems