Re: [PATCH V2 8/8] configs: am62x_evm_a53: Add bloblist address

2023-06-09 Thread Nishanth Menon
On 17:21-20230609, Nikhil M Jain wrote:
> Define bloblist address.
> 
> Updated Memory map
>   0x8000┌─┐
>   │Empty 512 KB │
>   │ │
> 0x8008├─┤
>   │ Text Base   │
>   │   352 KB│
>   │ │
> 0x800D8000├─┤
>   │Empty 1.1MB  │
>   │ │
> 0x8020├─┤
>   │ │
>   │ │
>   │ │
>   │   BMP Image Load│
>   │ │
>   │   9.4 MB│
>   │ │
>   │ │
>   │ │
>   │ │
>   │ │
>   │ │
> 0x80B77660├─┤
>   │ Stack 2KB   │
> 0x80B77e60├─┤
>   │GD 416 Bytes │
> 0x80B78000├─┤
>   │ │
>   │Malloc 352KB │
> 0x80B8├─┤
>   │ │
>   │ Empty 1 MB  │
>   │ │
> 0x80C8├─┤
>   │ BSS 512 KB  │
>   │ │
> 0x80D0├─┤
>   │ Blobs 1KB   │
> 0x80D00400├─┤
>   │ │
>   │   Empty 2.999MB │
>   │ │
>   │ │
> 0x8100└─┘FIT Image load address

Document in rst please.

> 
> Signed-off-by: Nikhil M Jain 
> Reviewed-by: Devarsh Thakkar 
> ---
> V2:
> - Add Reviewed-by tag.
> 
>  configs/am62x_evm_a53_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
> index 7c3bc184cf..5c572dfb33 100644
> --- a/configs/am62x_evm_a53_defconfig
> +++ b/configs/am62x_evm_a53_defconfig
> @@ -102,3 +102,4 @@ CONFIG_SYSRESET=y
>  CONFIG_SPL_SYSRESET=y
>  CONFIG_SYSRESET_TI_SCI=y
>  CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
> +CONFIG_BLOBLIST_ADDR=0x80D0
> -- 
> 2.34.1
> 

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 
849D 1736 249D


[PATCH V2 8/8] configs: am62x_evm_a53: Add bloblist address

2023-06-09 Thread Nikhil M Jain
Define bloblist address.

Updated Memory map
0x8000┌─┐
  │Empty 512 KB │
  │ │
0x8008├─┤
  │ Text Base   │
  │   352 KB│
  │ │
0x800D8000├─┤
  │Empty 1.1MB  │
  │ │
0x8020├─┤
  │ │
  │ │
  │ │
  │   BMP Image Load│
  │ │
  │   9.4 MB│
  │ │
  │ │
  │ │
  │ │
  │ │
  │ │
0x80B77660├─┤
  │ Stack 2KB   │
0x80B77e60├─┤
  │GD 416 Bytes │
0x80B78000├─┤
  │ │
  │Malloc 352KB │
0x80B8├─┤
  │ │
  │ Empty 1 MB  │
  │ │
0x80C8├─┤
  │ BSS 512 KB  │
  │ │
0x80D0├─┤
  │ Blobs 1KB   │
0x80D00400├─┤
  │ │
  │   Empty 2.999MB │
  │ │
  │ │
0x8100└─┘FIT Image load address

Signed-off-by: Nikhil M Jain 
Reviewed-by: Devarsh Thakkar 
---
V2:
- Add Reviewed-by tag.

 configs/am62x_evm_a53_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index 7c3bc184cf..5c572dfb33 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -102,3 +102,4 @@ CONFIG_SYSRESET=y
 CONFIG_SPL_SYSRESET=y
 CONFIG_SYSRESET_TI_SCI=y
 CONFIG_FS_FAT_MAX_CLUSTSIZE=16384
+CONFIG_BLOBLIST_ADDR=0x80D0
-- 
2.34.1