[PATCH 09/10] Convert CONFIG_SYS_NAND_SIZE to Kconfig

2022-11-12 Thread Tom Rini
This converts the following to Kconfig: CONFIG_SYS_NAND_SIZE Signed-off-by: Tom Rini --- drivers/mtd/nand/raw/Kconfig | 5 + include/configs/M5329EVB.h | 1 - include/configs/M5373EVB.h | 1 - include/configs/m53menlo.h | 6 -- include/configs/smartweb.h | 1 -

[PATCH 08/10] Convert CONFIG_SYS_NAND_PAGE_2K et al to Kconfig

2022-11-12 Thread Tom Rini
This converts the following to Kconfig: CONFIG_SYS_NAND_PAGE_2K CONFIG_SYS_NAND_PAGE_4K Signed-off-by: Tom Rini --- configs/k2l_evm_defconfig | 1 + configs/k2l_hs_evm_defconfig| 1 + drivers/mtd/nand/raw/Kconfig| 13 + include/configs/da850evm.h | 1 -

[PATCH 04/10] Convert CONFIG_SYS_NAND_HW_ECC to Kconfig

2022-11-12 Thread Tom Rini
This converts the following to Kconfig: CONFIG_SYS_NAND_HW_ECC Signed-off-by: Tom Rini --- configs/da850evm_nand_defconfig | 1 - configs/k2e_evm_defconfig | 1 - configs/k2e_hs_evm_defconfig| 1 - configs/k2hk_evm_defconfig | 1 -

[PATCH 06/10] Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to Kconfig

2022-11-12 Thread Tom Rini
This converts the following to Kconfig: CONFIG_SYS_NAND_MAX_OOBFREE CONFIG_SYS_NAND_MAX_ECCPOS Signed-off-by: Tom Rini --- configs/CHIP_pro_defconfig | 1 + configs/Nintendo_NES_Classic_Edition_defconfig | 1 + configs/am3517_evm_defconfig | 2 ++

[PATCH 07/10] Convert CONFIG_SYS_NAND_NO_SUBPAGE_WRITE to Kconfig

2022-11-12 Thread Tom Rini
This converts the following to Kconfig: CONFIG_SYS_NAND_NO_SUBPAGE_WRITE Signed-off-by: Tom Rini --- README | 5 - configs/k2e_evm_defconfig| 1 + configs/k2e_hs_evm_defconfig | 1 + configs/k2hk_evm_defconfig | 1 +

[PATCH 05/10] mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directly

2022-11-12 Thread Tom Rini
This is the only driver, and only one platform makes use of, setting CONFIG_SYS_NAND_ECC_BASE. Reference ATMEL_BASE_ECC directly in this case. Signed-off-by: Tom Rini --- drivers/mtd/nand/raw/atmel_nand.c | 18 +- include/configs/snapper9g45.h | 1 - 2 files changed, 9

[PATCH 03/10] Convert CONFIG_SYS_NAND_HW_ECC_OOBFIRST to Kconfig

2022-11-12 Thread Tom Rini
This converts the following to Kconfig: CONFIG_SYS_NAND_HW_ECC_OOBFIRST Signed-off-by: Tom Rini --- README | 4 configs/da850evm_nand_defconfig | 1 + configs/omapl138_lcdk_defconfig | 1 + drivers/mtd/nand/raw/Kconfig| 5 + include/configs/da850evm.h

[PATCH 01/10] Convert CONFIG_SYS_NAND_DBW_8 et al to Kconfig

2022-11-12 Thread Tom Rini
This converts the following to Kconfig: CONFIG_SYS_NAND_DBW_8 CONFIG_SYS_NAND_DBW_16 Note that all instances of the code check for CONFIG_SYS_NAND_DBW_16 being defined, and then "else" to CONFIG_SYS_NAND_DBW_8 whereas all of the configs set CONFIG_SYS_NAND_DBW_8. So we introduce

[PATCH 02/10] Remove unused symbols

2022-11-12 Thread Tom Rini
This commit removes the following unused symbols: CONFIG_SYS_NAND_DDR_LAW CONFIG_SYS_NAND_ECCSTEPS CONFIG_SYS_NAND_ECCTOTAL CONFIG_SYS_NAND_ENABLE_PIN_SPL CONFIG_SYS_NAND_MX7_GPMI_62_ECC_BYTES CONFIG_SYS_NAND_U_BOOT_RELOC_SP Signed-off-by: Tom Rini ---

Re: [PATCH v2 2/2] ipq40xx/snapdragon: Merge the two, more than 90% overlapping Qualcomm's Snapdrgon based arches, into one: "mach-snapdragon".

2022-11-12 Thread Andrey VOLKOV
Hi Marco, Tom, SYS_LOAD_ADDR has been fixed in the following patches. Could you check/validate? -- Regards Andrey VOLKOV Le 08/11/2022 à 16:26, Robert Marko a écrit : > On Sun, Nov 6, 2022 at 2:53 AM Andrey VOLKOV wrote: >> >> Signed-off-by: Andrey VOLKOV >> --- >> arch/arm/Kconfig

[PATCH v3 2/2] ipq40xx/snapdragon: Merge the two, more than 90% overlapping Qualcomm's Snapdrgon based arches, into one: "mach-snapdragon".

2022-11-12 Thread Andrey VOLKOV
Signed-off-by: Andrey VOLKOV --- arch/arm/Kconfig | 19 +- arch/arm/Makefile | 1 - arch/arm/mach-ipq40xx/Kconfig | 15 -- arch/arm/mach-ipq40xx/Makefile| 9 - arch/arm/mach-ipq40xx/include/mach/gpio.h

[PATCH v3 1/2] SoC: qcom: Add missing Qualcomm's SOCs definitions to the arch KConfig

2022-11-12 Thread Andrey VOLKOV
Add APQ8016/APQ8096/QCS40X decls to the KConfig, convert SDM845 declaration to the hidden one (selected by target), and update mach-snapdragon/Makefile accordingly. Also move 'CONFIG_ARM64' choice to the new declarations, since 'Snapdragon' contains Cortex A7A members too. Signed-off-by:

Re: [PATCH 0/8] env: mmc: improvements and corrections

2022-11-12 Thread Tom Rini
On Thu, Nov 10, 2022 at 01:40:32PM -0700, Simon Glass wrote: > Hi Patrick, > > On Thu, 10 Nov 2022 at 03:49, Patrick Delaunay > wrote: > > > > > > Update in U-Boot env mmc backend with several cosmetic changes or > > corrections and 2 new features: > > > > 1/ CONFIG_ENV_MMC_USE_DT = no more use

[PATCH] configs: roc-pc-rk3399: Enable rockchip efuse support

2022-11-12 Thread Christopher Obbard
Enable efuse support which allows reading of the cpuid#, serial# and also generates a unique mac address from the board's serial. Signed-off-by: Christopher Obbard --- configs/roc-pc-mezzanine-rk3399_defconfig | 1 + configs/roc-pc-rk3399_defconfig | 1 + 2 files changed, 2

[PATCH v2 8/8] imx: imx8: apalis: switch to binman

2022-11-12 Thread sbabic
> Switch to use binman to pack images > Signed-off-by: Oliver Graute Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[PATCH v2 4/8] imx: imx8qm: imx8qm_mek switch to binman

2022-11-12 Thread sbabic
> Switch to use binman to pack images > Signed-off-by: Oliver Graute Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[PATCH] Revert "serial: mxc: have putc use the TXFIFO"

2022-11-12 Thread sbabic
> From: Fabio Estevam > This reverts commit c7878a0483c59c48a730123bc0f4659fd40921bf. > Since commit c7878a0483c5 ("serial: mxc: have putc use the TXFIFO"), > serial console corruption can be seen when priting inside board_init(). > Revert it to avoid the regression. > Reported-by: Tim Harvey >

[PATCH v1 6/8] imx: imx8qxp: deneb switch to binman

2022-11-12 Thread sbabic
> Signed-off-by: Oliver Graute > Reviewed-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office:

[PATCH v6 2/8] imx: imx8qm: cgtqmx8: switch to binman

2022-11-12 Thread sbabic
> Switch to use binman to pack images > Signed-off-by: Oliver Graute > Reviewed-by: Fabio Estevam > Reviewed-by: Simon Glass > Reviewed-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- =

[PATCH v5 1/8] imx: imx8qm-rom7720: switch to binman

2022-11-12 Thread sbabic
> Switch to use binman to pack images > Signed-off-by: Oliver Graute Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[PATCH v2 2/2] wandboard: Select DM_SERIAL

2022-11-12 Thread sbabic
> From: Fabio Estevam > The conversion to DM_SERIAL is mandatory, so select this > option. > Signed-off-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering

[PATCH v2 3/8] imx: imx8qxp: imx8qxp_mek switch to binman

2022-11-12 Thread sbabic
> Switch to use binman pack images > Signed-off-by: Oliver Graute > Reviewed-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director:

[PATCH v2 1/2] wandboard: Pass mmc aliases

2022-11-12 Thread sbabic
> From: Fabio Estevam > Originally, the mmc aliases node was present in imx6qdl-wandboard.dtsi. > After the sync with Linux in commit d0399a46e7cd ("imx6dl/imx6qdl: > synchronise device trees with linux"), the aliases node is gone as > the upstream version does not have it. > This causes a

[PATCH v2 7/8] imx: imx8x: colibri: switch to binman

2022-11-12 Thread sbabic
> Switch to use binman to pack images > Signed-off-by: Oliver Graute Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

[PATCH v2 5/8] imx: imx8qxp: giedi switch to binman

2022-11-12 Thread sbabic
> Switch to use binman to pack images > Signed-off-by: Oliver Graute Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235

Re: [PATCH v4] schemas: Add schema for U-Boot driver model 'phase tags'

2022-11-12 Thread Simon Glass
Hi Rob, (unfortunately I have a filter on this list due to the insane traffic and am not sure how to let these emails through, so I just saw this) On Thu, 10 Nov 2022 at 11:30, Rob Herring wrote: > > On Thu, Nov 10, 2022 at 10:59 AM Simon Glass wrote: > > > > Hi Rob, > > > > On Tue, 8 Nov 2022