Re: [PATCH v1 1/3] riscv/sifive_u: Fix up file ordering

2020-03-04 Thread Alistair Francis
On Wed, Mar 4, 2020 at 6:10 AM Bin Meng wrote: > > On Wed, Mar 4, 2020 at 9:37 AM Alistair Francis > wrote: > > > > Split the file into clear machine and SoC sections. > > > > Yep, I found functions in this file are a little bit confusing as well .. > > > Signed-off-by: Alistair Francis > > ---

Re: [PATCH v1 1/3] riscv/sifive_u: Fix up file ordering

2020-03-04 Thread Bin Meng
On Wed, Mar 4, 2020 at 9:37 AM Alistair Francis wrote: > > Split the file into clear machine and SoC sections. > Yep, I found functions in this file are a little bit confusing as well .. > Signed-off-by: Alistair Francis > --- > hw/riscv/sifive_u.c | 107 ++-

[PATCH v1 1/3] riscv/sifive_u: Fix up file ordering

2020-03-03 Thread Alistair Francis
Split the file into clear machine and SoC sections. Signed-off-by: Alistair Francis --- hw/riscv/sifive_u.c | 107 ++-- 1 file changed, 54 insertions(+), 53 deletions(-) diff --git a/hw/riscv/sifive_u.c b/hw/riscv/sifive_u.c index 156a003642..9a0145b5b4 1