Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 160935
b: refs/heads/master
c: e13cf03
h: refs/heads/master
i:
  160933: 13f1ecd
  160931: 9c23b3f
  160927: 0fc0a11
v: v3
  • Loading branch information
Ben Dooks authored and Ben Dooks committed Jul 30, 2009
1 parent 80f64c8 commit 7c3ed95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78ddb2785980fc01b129c3547463266cae9c6ca9
refs/heads/master: e13cf03eaae3792442c401860910d40f33c89a33
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s3c6400/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
#define S3C64XX_PA_IIC1 (0x7F00F000)

#define S3C64XX_PA_GPIO (0x7F008000)
#define S3C64XX_VA_GPIO S3C_ADDR(0x00500000)
#define S3C64XX_VA_GPIO S3C_ADDR_CPU(0x00000000)
#define S3C64XX_SZ_GPIO SZ_4K

#define S3C64XX_PA_SDRAM (0x50000000)
#define S3C64XX_PA_VIC0 (0x71200000)
#define S3C64XX_PA_VIC1 (0x71300000)

#define S3C64XX_PA_MODEM (0x74108000)
#define S3C64XX_VA_MODEM S3C_ADDR(0x00600000)
#define S3C64XX_VA_MODEM S3C_ADDR_CPU(0x00100000)

#define S3C64XX_PA_USBHOST (0x74300000)

Expand Down
8 changes: 7 additions & 1 deletion trunk/arch/arm/plat-s3c/include/plat/map-base.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,15 @@

#define S3C_VA_IRQ S3C_ADDR(0x00000000) /* irq controller(s) */
#define S3C_VA_SYS S3C_ADDR(0x00100000) /* system control */
#define S3C_VA_MEM S3C_ADDR(0x00200000) /* system control */
#define S3C_VA_MEM S3C_ADDR(0x00200000) /* memory control */
#define S3C_VA_TIMER S3C_ADDR(0x00300000) /* timer block */
#define S3C_VA_WATCHDOG S3C_ADDR(0x00400000) /* watchdog */
#define S3C_VA_UART S3C_ADDR(0x01000000) /* UART */

/* This is used for the CPU specific mappings that may be needed, so that
* they do not need to directly used S3C_ADDR() and thus make it easier to
* modify the space for mapping.
*/
#define S3C_ADDR_CPU(x) S3C_ADDR(0x00500000 + (x))

#endif /* __ASM_PLAT_MAP_H */

0 comments on commit 7c3ed95

Please sign in to comment.