[PATCH v2 065/169] Correct SPL uses of DISPLAY_AER_BRIEF

2023-02-05 Thread Simon Glass
This converts 2 usages of this option to the non-SPL form, since there is no SPL_DISPLAY_AER_BRIEF defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/sysreset/sysreset_mpc83xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/sysrese

[PATCH v2 075/169] Correct SPL use of EFI_MM_COMM_TEE

2023-02-05 Thread Simon Glass
This converts 1 usage of this option to the non-SPL form, since there is no SPL_EFI_MM_COMM_TEE defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) cmd/eficonfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/eficonfig.c b/cmd/eficonfig.c index 47

[PATCH v2 083/169] Correct SPL uses of FASTBOOT

2023-02-05 Thread Simon Glass
This converts 3 usages of this option to the non-SPL form, since there is no SPL_FASTBOOT defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) arch/arm/mach-rockchip/board.c | 2 +- board/ti/am57xx/board.c| 2 +- board/ti/dra7xx/evm.c | 2 +- 3 files changed

[PATCH v2 085/169] Correct SPL uses of FASTBOOT_FLASH_MMC

2023-02-05 Thread Simon Glass
This converts 5 usages of this option to the non-SPL form, since there is no SPL_FASTBOOT_FLASH_MMC defined in Kconfig Signed-off-by: Simon Glass Reviewed-by: Mattijs Korpershoek --- (no changes since v1) drivers/fastboot/fb_command.c | 4 ++-- drivers/fastboot/fb_common.c | 2 +- drivers/fa

[PATCH v2 086/169] Correct SPL uses of FASTBOOT_FLASH_NAND

2023-02-05 Thread Simon Glass
This converts 3 usages of this option to the non-SPL form, since there is no SPL_FASTBOOT_FLASH_NAND defined in Kconfig Signed-off-by: Simon Glass Reviewed-by: Mattijs Korpershoek --- (no changes since v1) drivers/fastboot/fb_command.c | 4 ++-- drivers/fastboot/fb_getvar.c | 2 +- 2 files c

[PATCH v2 089/169] Correct SPL uses of FEC_MXC

2023-02-05 Thread Simon Glass
This converts 4 usages of this option to the non-SPL form, since there is no SPL_FEC_MXC defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) board/engicam/imx8mp/icore_mx8mp.c | 2 +- board/freescale/imx8mp_evk/imx8mp_evk.c | 2 +- board/freescale/imx93

[PATCH v2 115/169] Correct SPL uses of OF_BOARD

2023-02-05 Thread Simon Glass
This converts 3 usages of this option to the non-SPL form, since there is no SPL_OF_BOARD defined in Kconfig Signed-off-by: Simon Glass Reviewed-by: Matthias Brugger --- (no changes since v1) drivers/pinctrl/broadcom/pinctrl-bcm283x.c | 2 +- drivers/serial/serial_bcm283x_mu.c | 2 +-

[PATCH v2 117/169] Correct SPL use of PANEL

2023-02-05 Thread Simon Glass
This converts 1 usage of this option to the non-SPL form, since there is no SPL_PANEL defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/video/imx/mxc_ipuv3_fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/imx/mxc_ipuv3_fb.c b/

[PATCH v2 124/169] Correct SPL use of PHY_CADENCE_TORRENT

2023-02-05 Thread Simon Glass
This converts 1 usage of this option to the non-SPL form, since there is no SPL_PHY_CADENCE_TORRENT defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/phy/cadence/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/cadence/Makef

[PATCH v2 123/169] Correct SPL use of PHY_CADENCE_SIERRA

2023-02-05 Thread Simon Glass
This converts 1 usage of this option to the non-SPL form, since there is no SPL_PHY_CADENCE_SIERRA defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/phy/cadence/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/cadence/Makefi

[PATCH v2 126/169] Correct SPL uses of PMIC_STPMIC1

2023-02-05 Thread Simon Glass
This converts 2 usages of this option to the non-SPL form, since there is no SPL_PMIC_STPMIC1 defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm

[PATCH v2 132/169] Correct SPL uses of ROCKCHIP_OTP

2023-02-05 Thread Simon Glass
This converts 2 usages of this option to the non-SPL form, since there is no SPL_ROCKCHIP_OTP defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) arch/arm/mach-rockchip/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-rockchip/mis

[PATCH v2 136/169] Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDR

2023-02-05 Thread Simon Glass
This converts 2 usages of this option to the non-SPL form, since there is no SPL_SAVE_PREV_BL_INITRAMFS_START_ADDR defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) arch/arm/lib/save_prev_bl_data.c | 2 +- common/board_r.c | 2 +- 2 files changed, 2 insert

[PATCH v2 137/169] Correct SPL uses of SEC_FIRMWARE_ARMV8_PSCI

2023-02-05 Thread Simon Glass
This converts 2 usages of this option to the non-SPL form, since there is no SPL_SEC_FIRMWARE_ARMV8_PSCI defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) arch/arm/cpu/armv8/cpu-dt.c | 2 +- arch/arm/lib/bootm-fdt.c| 2 +- 2 files changed, 2 insertions(+), 2 deletions

[PATCH v2 142/169] Correct SPL uses of SPI_FLASH_MACRONIX

2023-02-05 Thread Simon Glass
This converts 2 usages of this option to the non-SPL form, since there is no SPL_SPI_FLASH_MACRONIX defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/mtd/spi/spi-nor-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/spi/spi

[PATCH v2 141/169] Correct SPL use of SPI_FLASH_BAR

2023-02-05 Thread Simon Glass
This converts 1 usage of this option to the non-SPL form, since there is no SPL_SPI_FLASH_BAR defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/mtd/spi/spi-nor-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi/spi-nor-core.

[PATCH v2 143/169] Correct SPL use of SPLASH_SOURCE

2023-02-05 Thread Simon Glass
This converts 1 usage of this option to the non-SPL form, since there is no SPL_SPLASH_SOURCE defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) common/splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/splash.c b/common/splash.c index 2e46

[PATCH v2 149/169] Correct SPL uses of TARGET_LX2160ARDB

2023-02-05 Thread Simon Glass
This converts 3 usages of this option to the non-SPL form, since there is no SPL_TARGET_LX2160ARDB defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) board/freescale/lx2160a/lx2160a.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/board/freescale

[PATCH v2 154/169] Correct SPL uses of TEN64_CONTROLLER

2023-02-05 Thread Simon Glass
This converts 2 usages of this option to the non-SPL form, since there is no SPL_TEN64_CONTROLLER defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) board/traverse/ten64/ten64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/traverse/ten64/te

[PATCH v2 161/169] Correct SPL uses of USB_KEYBOARD

2023-02-05 Thread Simon Glass
This converts 2 usages of this option to the non-SPL form, since there is no SPL_USB_KEYBOARD defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) arch/x86/cpu/coreboot/coreboot.c | 2 +- arch/x86/cpu/efi/payload.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(

[PATCH v2 165/169] Correct SPL use of VIDEO_BPP16

2023-02-05 Thread Simon Glass
This converts 1 usage of this option to the non-SPL form, since there is no SPL_VIDEO_BPP16 defined in Kconfig Signed-off-by: Simon Glass --- (no changes since v1) drivers/video/video-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/video-uclass.c b/dr

[PATCH v2 000/169] Kconfig: More cleanup of CONFIG options

2023-02-05 Thread Simon Glass
Quite a few CONFIG options without an SPL equivalent are used as if they have one. For example, we see CONFIG_IS_ENABLED(IOMMU) when there is no SPL_IOMMU Kconfig option. This series adds new features to moveconfig to detect and remove these problems. It includes additions to the Kconfig for optio

[PATCH v2] riscv: global_data.h: Correct the comment for PLICSW

2023-02-05 Thread Yu Chien Peter Lin
PLIC is used for external interrupt, while PLICSW is an Andes-specific design for software interrupt. Signed-off-by: Yu Chien Peter Lin Reviewed-by: Leo Yu-Chi Liang Reviewed-by: Rick Chen --- Change v1 -> v2 - Separate from patchset of cache operation --- arch/riscv/include/asm/global_data.h

Re: [PATCH] x86: Revert "x86: minnowmax: Adjust CONFIG_TEXT_BASE"

2023-02-05 Thread Bin Meng
Hi Simon, On Mon, Feb 6, 2023 at 8:54 AM Simon Glass wrote: > > This causes Minnowmax to stop booting. I am not sure why though. > > Drop the EFI_LOADER feature instead, since it is not needed. > > This reverts commit 66e2c665f3b60d726e1c26ad44ac97aa76ead6f5. > > Signed-off-by: Simon Glass > ---

RE: [PATCH v2 1/3] mmc: Check support for TRIM operations

2023-02-05 Thread Jaehoon Chung
> -Original Message- > From: Loic Poulain > Sent: Thursday, January 26, 2023 6:24 PM > To: s...@chromium.org; peng@nxp.com; jh80.ch...@samsung.com > Cc: u-boot@lists.denx.de; Loic Poulain > Subject: [PATCH v2 1/3] mmc: Check support for TRIM operations > > When secure/insecure TRI

RE: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-02-05 Thread Jaehoon Chung
Hi, > -Original Message- > From: Loic Poulain > Sent: Thursday, January 26, 2023 6:24 PM > To: s...@chromium.org; peng@nxp.com; jh80.ch...@samsung.com > Cc: u-boot@lists.denx.de; Loic Poulain > Subject: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available > > The default erase c

Re: [PATCH v8] board: mntre: imx8mq: Add MNT Reform 2 board support

2023-02-05 Thread Vagrant Cascadian
On 2023-02-06, Patrick Wildt wrote: > The MNT Reform 2 is a modular DIY laptop. In its initial version it > is based on the BoundaryDevices i.MX8MQ SoM. Some parts have been > lifted from BoundaryDevices official U-Boot downstream project. > > Signed-off-by: Patrick Wildt Tested booting Debian

Re: [PATCH v2 00/17] Basic StarFive JH7110 RISC-V SoC support

2023-02-05 Thread Jan Kiszka
On 18.01.23 09:11, Yanhong Wang wrote: > This series of patches base on the latest branch/master, and add support > for the StarFive JH7110 RISC-V SoC and VisionFive V2 board. In order for > this to be achieved, the respective DT nodes have been added, and the > required defconfigs have been added

Re: Docs for RISC-V

2023-02-05 Thread Leo Liang
Hi Simon, On Thu, Feb 02, 2023 at 10:25:36AM -0700, Simon Glass wrote: > Hi, > > On Thu, 2 Feb 2023 at 10:18, Simon Glass wrote: > > > > Hi Rick & Leo, > > > > I see docs for one board at [1] but I'm not sure what to do with unleashed. > > > > It seems to need a 'genimage' tool, going on what I

<    1   2   3