ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 cores
authorVineet Gupta <vgupta@synopsys.com>
Fri, 26 Aug 2016 22:41:29 +0000 (15:41 -0700)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 6 Sep 2016 18:08:40 +0000 (11:08 -0700)
commitcce9ba105a8c6550384088e5a839e13e788da681
tree0e4bd9726f39dddbee10ee40666c9a441a7891c9
parentcffa5d51a3fd2a553e125f381f346456b451439c
ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 cores

HS release 3.0 provides for even more flexibility in specifying the
volatile address space for mapping peripherals.

With HS 2.1 @start was made flexible / programmable - with HS 3.0 even
@end can be setup (vs. fixed to 0xFFFF_FFFF before).

So add code to reflect that and while at it remove an unused struct
defintion

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/arcregs.h
arch/arc/include/asm/cache.h
arch/arc/kernel/setup.c
arch/arc/mm/cache.c
arch/arc/mm/ioremap.c
This page took 0.026775 seconds and 5 git commands to generate.