]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge branch 'master' of git://git.denx.de/u-boot-arm
authorTom Rini <trini@ti.com>
Thu, 13 Jun 2013 19:16:15 +0000 (15:16 -0400)
committerTom Rini <trini@ti.com>
Thu, 13 Jun 2013 19:16:15 +0000 (15:16 -0400)
Small conflict over DRA7XX updates and adding SRAM_SCRATCH_SPACE_ADDR

Conflicts:
arch/arm/include/asm/arch-omap5/omap.h

Signed-off-by: Tom Rini <trini@ti.com>
1  2 
arch/arm/include/asm/arch-omap4/omap.h
arch/arm/include/asm/arch-omap5/omap.h
arch/arm/include/asm/omap_common.h
board/ti/am335x/board.c

index 44353a43f2591b956dce5a1a9fd13e9de050aef1,66afd924927a4bdcf8a1a3ed43d18b95b7c0e33b..9fd00ff2aa431502eb92608fb3706047063758fe
@@@ -141,7 -127,14 +127,15 @@@ struct s32ktimer 
   */
  #define NON_SECURE_SRAM_START 0x40304000
  #define NON_SECURE_SRAM_END   0x4030E000      /* Not inclusive */
 +#define SRAM_SCRATCH_SPACE_ADDR       NON_SECURE_SRAM_START
  /* base address for indirect vectors (internal boot mode) */
  #define SRAM_ROM_VECT_BASE    0x4030D000
+ /* ABB settings */
+ #define OMAP_ABB_SETTLING_TIME                50
+ #define OMAP_ABB_CLOCK_CYCLES         16
+ /* ABB tranxdone mask */
+ #define OMAP_ABB_MPU_TXDONE_MASK      (0x1 << 7)
  #endif
index 04af227e0246de6f3c833f3e58122b520eccf720,817c1ff27fc599b10811d743e5e260557b0c2390..5e6d82e51f106e5362667a7e25125d3dd89df944
@@@ -181,14 -169,14 +169,15 @@@ struct s32ktimer 
  #define EFUSE_4 0x45145100
  #endif /* __ASSEMBLY__ */
  
- /*
-  * Non-secure SRAM Addresses
-  * Non-secure RAM starts at 0x40300000 for GP devices. But we keep SRAM_BASE
-  * at 0x40304000(EMU base) so that our code works for both EMU and GP
-  */
+ #ifdef CONFIG_DRA7XX
+ #define NON_SECURE_SRAM_START 0x40300000
+ #define NON_SECURE_SRAM_END   0x40380000      /* Not inclusive */
+ #else
  #define NON_SECURE_SRAM_START 0x40300000
  #define NON_SECURE_SRAM_END   0x40320000      /* Not inclusive */
+ #endif
 +#define SRAM_SCRATCH_SPACE_ADDR       NON_SECURE_SRAM_START
  /* base address for indirect vectors (internal boot mode) */
  #define SRAM_ROM_VECT_BASE    0x4031F000
  
Simple merge
Simple merge