[PATCH 1/1] config: ls2088ardb: Add config CONFIG_SYS_FLASH_CFI_WIDTH

2022-05-13 Thread Priyanka Singh
Add config CONFIG_SYS_FLASH_CFI_WIDTH as FLASH_CFI_16BIT to fix flash writing issue on ls2088ardb platform introduced by the commit '53879b1738' (cfi_flash: Fix detection of 8-bit bus flash devices via address shift) Signed-off-by: Priyanka Singh --- include/configs/ls2080ardb.h | 4 +++- 1

[PATCH v2 1/1] board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3

2021-08-19 Thread Priyanka Singh
Set popts->cpo_sample to 0x54 in t104xrdb/ddr.c to optimize cpo Signed-off-by: Priyanka Singh --- Changes for v2: -Added NXP Copyright to file updated --- board/freescale/t104xrdb/ddr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/freescale/t104xrdb/ddr.c b/bo

[PATCH 4/4] board: freescale: t104xrdb: Set popts->cpo_sample to 0x54 for DDR3

2021-08-19 Thread Priyanka Singh
Set popts->cpo_sample to 0x54 in t104xrdb/ddr.c to optimize cpo Signed-off-by: Priyanka Singh --- board/freescale/t104xrdb/ddr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/freescale/t104xrdb/ddr.c b/board/freescale/t104xrdb/ddr.c index 8351f7ce9d..eedb8c9f6d 100644 --- a/bo

[PATCH 3/4] drivers: ddr: main.c: Fix Bad Shift operator issue

2021-08-19 Thread Priyanka Singh
Fix Bad Shift operator issue in step_to_string function by adding an if check Signed-off-by: Priyanka Singh --- drivers/ddr/fsl/main.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/ddr/fsl/main.c b/drivers/ddr/fsl/main.c index 8e147160b9..f389e5ef95

[PATCH 2/4] drivers: ddr: fsl_ddr_gen4.c: Fix divide by zero issue

2021-08-19 Thread Priyanka Singh
Fix possible divide by zero issue in fsl_ddr_set_memctl_regs by adding an if check Signed-off-by: Priyanka Singh --- drivers/ddr/fsl/fsl_ddr_gen4.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/drivers/ddr/fsl/fsl_ddr_gen4.c b/drivers/ddr/fsl/fsl_ddr_gen4.c

[PATCH 1/4] drivers: ddr: util.c: Fix divide by zero issue

2021-08-19 Thread Priyanka Singh
Fix possible divide by zero issue in get_memory_clk_period_ps by adding a check Signed-off-by: Priyanka Singh --- drivers/ddr/fsl/util.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/ddr/fsl/util.c b/drivers/ddr/fsl/util.c index ac4f8d2732..43cb01804b

[PATCH 1/1] board: freescale: vid.c: Add check for return value of adjust_vdd()

2021-04-18 Thread Priyanka Singh
Add check for return value of adjust_vdd() Signed-off-by: Biwen Li Signed-off-by: Priyanka Singh --- board/freescale/common/vid.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/board/freescale/common/vid.c b/board/freescale/common/vid.c index 6e8296293b

[PATCH v2 1/1] board: freescale: vid.c: Add check for return value of adjust_vdd()

2020-11-25 Thread Priyanka Singh
From: Biwen Li Add check for return value of adjust_vdd() --- Changes for v2: -Add parantheses to fix build warning Signed-off-by: Priyanka Singh Signed-off-by: Biwen Li --- board/freescale/common/vid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board

[PATCH 1/1] layerscape: fdt.c: Check for NULL return value from fdt_getprop()

2020-11-01 Thread Priyanka Singh
Check for NULL return value from fdt_getprop() in fdt_fixup_remove_jr() Signed-off-by: Priyanka Singh --- arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/arch/arm/cpu/armv8/fsl-layerscape/fdt.c b/arch/arm/cpu/armv8/fsl

[PATCH 1/1] board: freescale: vid.c: Add check for return value of adjust_vdd()

2020-11-01 Thread Priyanka Singh
Add check for return value of adjust_vdd() Signed-off-by: Priyanka Singh --- board/freescale/common/vid.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/board/freescale/common/vid.c b/board/freescale/common/vid.c index bfd24c43b4..95d7df1e26 100644 --- a/board

[PATCH 1/1] board: freescale: vid.c: Initialize variable 'i2caddress'

2020-10-27 Thread Priyanka Singh
Initialize variable 'i2caddress' in adjust_vdd() to zero Signed-off-by: Priyanka Singh --- board/freescale/common/vid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/common/vid.c b/board/freescale/common/vid.c index bfd24c43b4..755108e385 100644 --- a/board

[PATCH 1/1] board: freescale: vid.c: Initialize variable 'i2caddress'

2020-10-27 Thread Priyanka Singh
Initialize variable 'i2caddress' in adjust_vdd() to zero Signed-off-by: Priyanka Singh --- board/freescale/common/vid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/common/vid.c b/board/freescale/common/vid.c index bfd24c43b4..755108e385 100644 --- a/board

[PATCH 1/1] board: freescale: vid.c: Initialize variable 'i2caddress'

2020-10-16 Thread Priyanka Singh
Initialize variable 'i2caddress' in print_vdd() to zero Signed-off-by: Priyanka Singh --- board/freescale/common/vid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/common/vid.c b/board/freescale/common/vid.c index 43b5d8ebd7..bfd24c43b4 100644 --- a/board

[PATCH 1/1] armv8: ls1028a: Update secure boot headers offset

2020-02-20 Thread Priyanka Singh
Update the secure boot headers offsets of Kernel and other firmware images for SD and XSPI boot sources used by esbc_validate command. Signed-off-by: Priyanka Singh --- include/configs/ls1028a_common.h | 8 include/configs/ls1028aqds.h | 6 +++--- 2 files changed, 7

[PATCH 1/1] configs: ls1012ardb: secure boot: Add PFE config

2020-02-20 Thread Priyanka Singh
Add config to enable the PFE, ETH and MMC HS200 support. Also change the pfe secure boot header address. Signed-off-by: Priyanka Singh --- board/freescale/ls1012ardb/Kconfig | 2 +- configs/ls1012ardb_tfa_SECURE_BOOT_defconfig | 3 +++ 2 files changed, 4 insertions(+), 1 deletion

[PATCH 2/2] armv8: ls2088a: Updates secure boot headers offset

2020-01-22 Thread Priyanka Singh
Updates the secure boot headers offsets of Kernel and other firmware images for SD and NOR boot sources used by esbc_validate command. Signed-off-by: Priyanka Singh --- include/configs/ls2080aqds.h | 12 - include/configs/ls2080ardb.h | 52 ++-- 2 files

[PATCH 1/2] armv8: ls1088a: Updates secure boot headers offset

2020-01-22 Thread Priyanka Singh
Updates the secure boot headers offsets of Kernel and other firmware images for SD and QSPI boot sources used by esbc_validate command. Signed-off-by: Priyanka Singh --- include/configs/ls1088aqds.h | 6 ++-- include/configs/ls1088ardb.h | 60 ++-- 2 files

[PATCH 1/1] armv8: lx2160a: Updates secure boot headers offset

2020-01-22 Thread Priyanka Singh
Updates the secure boot headers offsets of Kernel and other firmware images for SD and XSPI boot sources used by esbc_validate command. Signed-off-by: Priyanka Singh --- include/configs/lx2160a_common.h | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[PATCH 2/2] armv8: ls1012ardb: Updates secure boot headers offset

2020-01-22 Thread Priyanka Singh
Updates the secure boot headers offsets of Kernel and other firmware images used by esbc_validate command. Signed-off-by: Priyanka Singh --- include/configs/ls1012ardb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/ls1012ardb.h b/include/configs

[PATCH 1/2] armv8: ls1046a: Updates secure boot headers offset

2020-01-22 Thread Priyanka Singh
Updates the secure boot headers offsets of Kernel and other firmware images for SD and QSPI boot sources used by esbc_validate command. Signed-off-by: Priyanka Singh --- include/configs/ls1046a_common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs

Query: Error: Unable to find signature node in Verified boot

2019-12-17 Thread Priyanka Singh
this. Thanks, Priyanka Singh