public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] defconfigs: dra7xx_hs_evm: Move OPTEE load address to avoid overlaps
@ 2017-04-07 15:19 Andrew F. Davis
  2017-04-07 15:19 ` [U-Boot] [PATCH 2/2] defconfigs: am57xx_hs_evm: " Andrew F. Davis
  2017-04-10 18:26 ` [U-Boot] [U-Boot, 1/2] defconfigs: dra7xx_hs_evm: " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew F. Davis @ 2017-04-07 15:19 UTC (permalink / raw)
  To: u-boot

From: Misael Lopez Cruz <misael.lopez@ti.com>

Move the OPTEE load address to 0xbdb00000 in order to avoid
overlap with the memory regions used in radio and RVC usecases.

Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 configs/dra7xx_hs_evm_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig
index f3a9c68008..e238c39c0c 100644
--- a/configs/dra7xx_hs_evm_defconfig
+++ b/configs/dra7xx_hs_evm_defconfig
@@ -3,7 +3,7 @@ CONFIG_OMAP54XX=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_TI_SECURE_DEVICE=y
 CONFIG_TARGET_DRA7XX_EVM=y
-CONFIG_TI_SECURE_EMIF_REGION_START=0xbe000000
+CONFIG_TI_SECURE_EMIF_REGION_START=0xbdb00000
 CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000
 CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000
 # CONFIG_SPL_NAND_SUPPORT is not set
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH 2/2] defconfigs: am57xx_hs_evm: Move OPTEE load address to avoid overlaps
  2017-04-07 15:19 [U-Boot] [PATCH 1/2] defconfigs: dra7xx_hs_evm: Move OPTEE load address to avoid overlaps Andrew F. Davis
@ 2017-04-07 15:19 ` Andrew F. Davis
  2017-04-10 18:26   ` [U-Boot] [U-Boot, " Tom Rini
  2017-04-10 18:26 ` [U-Boot] [U-Boot, 1/2] defconfigs: dra7xx_hs_evm: " Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew F. Davis @ 2017-04-07 15:19 UTC (permalink / raw)
  To: u-boot

Move the OPTEE load address to 0xbdb00000 in order to avoid
overlap with the memory regions used in radio and RVC usecases.

Signed-off-by: Andrew F. Davis <afd@ti.com>
---
 configs/am57xx_hs_evm_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig
index 956e39f1f8..138017d0d1 100644
--- a/configs/am57xx_hs_evm_defconfig
+++ b/configs/am57xx_hs_evm_defconfig
@@ -3,7 +3,7 @@ CONFIG_OMAP54XX=y
 CONFIG_SYS_MALLOC_F_LEN=0x2000
 CONFIG_TI_SECURE_DEVICE=y
 CONFIG_TARGET_AM57XX_EVM=y
-CONFIG_TI_SECURE_EMIF_REGION_START=0xbe000000
+CONFIG_TI_SECURE_EMIF_REGION_START=0xbdb00000
 CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000
 CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000
 # CONFIG_SPL_NAND_SUPPORT is not set
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [U-Boot, 1/2] defconfigs: dra7xx_hs_evm: Move OPTEE load address to avoid overlaps
  2017-04-07 15:19 [U-Boot] [PATCH 1/2] defconfigs: dra7xx_hs_evm: Move OPTEE load address to avoid overlaps Andrew F. Davis
  2017-04-07 15:19 ` [U-Boot] [PATCH 2/2] defconfigs: am57xx_hs_evm: " Andrew F. Davis
@ 2017-04-10 18:26 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-04-10 18:26 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 07, 2017 at 10:19:34AM -0500, Andrew F. Davis wrote:

> From: Misael Lopez Cruz <misael.lopez@ti.com>
> 
> Move the OPTEE load address to 0xbdb00000 in order to avoid
> overlap with the memory regions used in radio and RVC usecases.
> 
> Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
> Signed-off-by: Andrew F. Davis <afd@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170410/dbf2e500/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [U-Boot, 2/2] defconfigs: am57xx_hs_evm: Move OPTEE load address to avoid overlaps
  2017-04-07 15:19 ` [U-Boot] [PATCH 2/2] defconfigs: am57xx_hs_evm: " Andrew F. Davis
@ 2017-04-10 18:26   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-04-10 18:26 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 07, 2017 at 10:19:35AM -0500, Andrew F. Davis wrote:

> Move the OPTEE load address to 0xbdb00000 in order to avoid
> overlap with the memory regions used in radio and RVC usecases.
> 
> Signed-off-by: Andrew F. Davis <afd@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170410/6b1247fa/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-10 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-07 15:19 [U-Boot] [PATCH 1/2] defconfigs: dra7xx_hs_evm: Move OPTEE load address to avoid overlaps Andrew F. Davis
2017-04-07 15:19 ` [U-Boot] [PATCH 2/2] defconfigs: am57xx_hs_evm: " Andrew F. Davis
2017-04-10 18:26   ` [U-Boot] [U-Boot, " Tom Rini
2017-04-10 18:26 ` [U-Boot] [U-Boot, 1/2] defconfigs: dra7xx_hs_evm: " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox