Re: [PATCH v2 12/23] aspeed/smc: Introduce segment operations

2019-09-26 Thread Joel Stanley
On Wed, 25 Sep 2019 at 14:34, Cédric Le Goater wrote: > > AST2600 will use a different encoding for the addresses defined in the > Segment Register. > > Signed-off-by: Cédric Le Goater Acked-by: Joel Stanley

[PATCH v2 12/23] aspeed/smc: Introduce segment operations

2019-09-25 Thread Cédric Le Goater
AST2600 will use a different encoding for the addresses defined in the Segment Register. Signed-off-by: Cédric Le Goater --- include/hw/ssi/aspeed_smc.h | 4 hw/ssi/aspeed_smc.c | 45 - 2 files changed, 34 insertions(+), 15 deletions(-) diff --g