Re: [U-Boot] [PATCH 06/30] riscv: add Kconfig entries for the C and A ISA extensions

2018-10-24 Thread Bin Meng
Hi Lukas, On Wed, Oct 24, 2018 at 11:41 PM Auer, Lukas wrote: > > Hi Bin, > > On Wed, 2018-10-24 at 23:32 +0800, Bin Meng wrote: > > Hi Lukas, > > > > On Wed, Oct 24, 2018 at 11:21 PM Auer, Lukas > > wrote: > > > > > > Hi Bin, > > > > > > On Mon, 2018-10-22 at 15:21 +0800, Bin Meng wrote: > > >

Re: [U-Boot] [PATCH 06/30] riscv: add Kconfig entries for the C and A ISA extensions

2018-10-24 Thread Auer, Lukas
Hi Bin, On Wed, 2018-10-24 at 23:32 +0800, Bin Meng wrote: > Hi Lukas, > > On Wed, Oct 24, 2018 at 11:21 PM Auer, Lukas > wrote: > > > > Hi Bin, > > > > On Mon, 2018-10-22 at 15:21 +0800, Bin Meng wrote: > > > Hi Lukas, > > > > > > On Sat, Oct 20, 2018 at 6:09 AM Lukas Auer > > > wrote: > >

Re: [U-Boot] [PATCH 06/30] riscv: add Kconfig entries for the C and A ISA extensions

2018-10-24 Thread Bin Meng
Hi Lukas, On Wed, Oct 24, 2018 at 11:21 PM Auer, Lukas wrote: > > Hi Bin, > > On Mon, 2018-10-22 at 15:21 +0800, Bin Meng wrote: > > Hi Lukas, > > > > On Sat, Oct 20, 2018 at 6:09 AM Lukas Auer > > wrote: > > > > > > Add Kconfig entries for the C (compressed instructions) and A > > > (atomic >

Re: [U-Boot] [PATCH 06/30] riscv: add Kconfig entries for the C and A ISA extensions

2018-10-24 Thread Auer, Lukas
Hi Bin, On Mon, 2018-10-22 at 15:21 +0800, Bin Meng wrote: > Hi Lukas, > > On Sat, Oct 20, 2018 at 6:09 AM Lukas Auer > wrote: > > > > Add Kconfig entries for the C (compressed instructions) and A > > (atomic > > instructions) ISA extensions. Only the C ISA extension is > > selectable. > >

Re: [U-Boot] [PATCH 06/30] riscv: add Kconfig entries for the C and A ISA extensions

2018-10-22 Thread Bin Meng
Hi Lukas, On Sat, Oct 20, 2018 at 6:09 AM Lukas Auer wrote: > > Add Kconfig entries for the C (compressed instructions) and A (atomic > instructions) ISA extensions. Only the C ISA extension is selectable. > This matches the configuration in Linux. > > The Kconfig entries are not used yet. A

[U-Boot] [PATCH 06/30] riscv: add Kconfig entries for the C and A ISA extensions

2018-10-19 Thread Lukas Auer
Add Kconfig entries for the C (compressed instructions) and A (atomic instructions) ISA extensions. Only the C ISA extension is selectable. This matches the configuration in Linux. The Kconfig entries are not used yet. A follow-up patch will select the appropriate compiler flags based on the