Re: [PATCH v2 12/23] aspeed/smc: Introduce segment operations
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
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