Fwd: New Defects reported by Coverity Scan for Das U-Boot

2024-01-29 Thread Tom Rini
Here's the latest report. -- Forwarded message - From: Date: Mon, Jan 29, 2024 at 6:51 PM Subject: New Defects reported by Coverity Scan for Das U-Boot To: Hi, Please find the latest report on new defect(s) introduced to Das U-Boot found with Coverity Scan. 1 new defect(s)

Re: Pull request efi-2024-04-rc1-4

2024-01-29 Thread Tom Rini
On Mon, Jan 29, 2024 at 10:18:34PM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 526a865fe4fea59fb2638726c26e39557eb97fdd: > > Merge branch 'master-cleanup' of > https://source.denx.de/u-boot/custodians/u-boot-sh (2024-01-27 20:43:20 > -0500) > > are

Re: Pull request: u-boot-spi/master

2024-01-29 Thread Tom Rini
On Mon, Jan 29, 2024 at 11:23:25PM +0530, Jagan Teki wrote: > Hi Tom, > > Please pull this PR. > > Summary: > - Support Infineon S28HS02GT (Takahiro) > > CI: > - https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/19467 > > thanks, > Jagan. > > The following changes since commit

Re: [PATCH] test/py: scsi: Add test for scsi commands

2024-01-29 Thread Tom Rini
On Fri, Jan 19, 2024 at 08:07:13PM +0530, Love Kumar wrote: > Add a following test cases for scsi commands: > scsi_reset - To reset SCSI controller > scsi_info - To show available SCSI devices > scsi_scan - To (re-)scan SCSI bus > scsi_device - To show or set surrent device > scsi_part - To print

Re: [PATCH] test/py: usb: Add tests for USB device

2024-01-29 Thread Tom Rini
On Fri, Jan 19, 2024 at 07:56:02PM +0530, Love Kumar wrote: > Add the test cases for usb commands to test its various functionality > such as start, stop, reset, info, tree, storage, dev, part, ls, load, > and save. It also adds different file systems cases such as fat32, ext2 > and ext4. > >

Re: [PATCH] test/py: mmc: Add tests for MMC device

2024-01-29 Thread Tom Rini
On Fri, Jan 19, 2024 at 07:55:50PM +0530, Love Kumar wrote: > Add the test cases for mmc commands to test its various functionality > such as mmc list, dev, info, rescan, part, ls, load, and save. It also > adds different file systems cases such as fat32, ext2 and ext4. > > Signed-off-by: Love

Re: [PATCH] test/py: secure: Add secure tests for Zynq & ZynqMP

2024-01-29 Thread Tom Rini
On Fri, Jan 19, 2024 at 03:31:29PM +0530, Love Kumar wrote: > Add test cases to verify the different type of secure boot images loaded > at DDR location for AMD's ZynqMP SoC. It also adds tests authentication > and decryption functionality using AES and RSA features for Zynq. > > Signed-off-by:

Re: [PATCH] test/py: gpio: Add gpio pins generic test

2024-01-29 Thread Tom Rini
On Fri, Jan 19, 2024 at 11:08:34AM +0530, Love Kumar wrote: > Add gpio pins generic test for the set of gpio pin list to test various > gpio related functionality, such as the input, set, clear, and toggle, > it also tests the input and output functionality for shorted gpio pins. > This test

Re: [PATCH] test/py: zynqmp_rpu: Add test for loading RPU apps

2024-01-29 Thread Tom Rini
On Fri, Jan 19, 2024 at 11:06:41AM +0530, Love Kumar wrote: > Add testcases for loading RPU applications in split and lockstep mode > including the negative one for AMD's ZynqMP SoC. > > Signed-off-by: Love Kumar Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [PATCH] pytest: update requirements.txt

2024-01-29 Thread Tom Rini
On Tue, Jan 02, 2024 at 11:55:30AM +, Caleb Connolly wrote: > Update pygit2 and py to their latest versions. Even in the venv pygit2 > still links against the system libgit2 library which is failing on > latest Arch Linux. > > The py library also needs updating to fix a KeyNotFound exception

Re: Pull request: u-boot-sunxi/master for v2024.04

2024-01-29 Thread Tom Rini
On Mon, Jan 29, 2024 at 03:55:43PM +, Andre Przywara wrote: > Hi Tom, > > please pull the sunxi/master branch, containing the first part of the > 2024.04 changes. I had some more (USB regulator) changes queued, but > found regressions during the final testing, so had to drop some. If I > can

Re: [PATCH] test/py: nand: Add tests for NAND flash device

2024-01-29 Thread Tom Rini
On Fri, Jan 19, 2024 at 07:56:19PM +0530, Love Kumar wrote: > Add tests for nand commands to test various NAND flash operations such > as erase, write and read. > > Signed-off-by: Love Kumar Please fix: test/py/tests/test_nand.py:62 /u/test/py/tests/test_nand.py:62: DeprecationWarning:

Re: [PATCH] test/py: spi: Add tests for SPI flash device

2024-01-29 Thread Tom Rini
On Fri, Jan 19, 2024 at 08:06:54PM +0530, Love Kumar wrote: > Add test cases for sf commands to verify various SPI flash operations > such as erase, write and read. It also adds qspi lock unlock cases. > This test relies on boardenv_* configurations to run it for different > SPI flash family such

Re: Pull request: u-boot-sunxi/master for v2024.04

2024-01-29 Thread Tom Rini
On Mon, Jan 29, 2024 at 05:24:49PM +, Andre Przywara wrote: > On Mon, 29 Jan 2024 15:55:43 + > Andre Przywara wrote: > > Hi Tom, > > > please pull the sunxi/master branch, containing the first part of the > > I just saw that the CI pipeline failed on missing maintainer entries for >

Re: [PATCH v2 1/3] riscv: conflicting SPDX license linker scripts

2024-01-28 Thread Tom Rini
X: Convert single license tags to Linux Kernel > style") > Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PULL] u-boot-sh/master-cleanup

2024-01-28 Thread Tom Rini
On Sun, Jan 28, 2024 at 02:20:50AM +0100, Marek Vasut wrote: > The following changes since commit fea3efb757f7a9c6831c023cb456f9fa5fd0278e: > > Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y (2024-01-19 > 18:30:08 -0500) > > are available in the Git repository at: > >

Re: Pull request smbios-2024-04-rc1-2

2024-01-27 Thread Tom Rini
On Sat, Jan 27, 2024 at 09:55:04AM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit e7f9e5eb584dd0b5d1b1ff82fe607d6da9940cc6: > > Merge branch '2024-01-24-assorted-fixes-and-updates' (2024-01-25 > 11:01:38 -0500) > > are available in the Git repository at:

Re: [PATCH v4 00/11] An effort to bring DT bindings compliance within U-Boot

2024-01-25 Thread Tom Rini
On Thu, Jan 25, 2024 at 05:38:23PM +0100, Marek Vasut wrote: > On 1/25/24 16:04, Tom Rini wrote: > > On Thu, Jan 25, 2024 at 12:54:22PM +0530, Sumit Garg wrote: > > > > [snip] > > > But at this point we have to move away from apprehensions about DT ABI > > &

Re: [PATCH] reset: reset-hisilicon: also handle #reset-cells = <2>

2024-01-25 Thread Tom Rini
On Fri, Jan 19, 2024 at 08:49:17PM +0800, Yang Xiwen via B4 Relay wrote: > From: Yang Xiwen > > It's also valid to have #reset-cells = <2> while the third arg defaults > to ASSERT_SET. > > Signed-off-by: Yang Xiwen Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [PATCH 1/1] test: enhance unicode_test_utf8_to_utf32_stream()

2024-01-25 Thread Tom Rini
On Thu, Jan 18, 2024 at 06:57:12PM +0100, Heinrich Schuchardt wrote: > Additionally test a UTF-8 string where each code point translates to three > UTF-8 bytes. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 1/1] lib: add comment in utf8_to_utf32_stream()

2024-01-25 Thread Tom Rini
On Thu, Jan 18, 2024 at 06:54:50PM +0100, Heinrich Schuchardt wrote: > The logic of utf8_to_utf32_stream() is not easy to understand. > Add a comment. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] docker: Add tools/buildman/requirements.txt to the cache

2024-01-25 Thread Tom Rini
On Thu, Jan 18, 2024 at 12:10:07PM -0500, Tom Rini wrote: > As we have had this file for a while now, we should include installing > and populating our pip cache from here as well. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH v2] common: console: Fix print complete stdio device list

2024-01-25 Thread Tom Rini
On Wed, Jan 17, 2024 at 01:37:13PM +0100, Patrice Chotard wrote: > In case CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENV are on and > stdin or stdout or stderr are missing in environment, as fallback, get > these either from stdio_devices[std] or stdio_devices[std]->name. > > Fixes: 6b343ab38d

Re: [PATCH v2 1/1] cmd: bootmenu: rename U-Boot console to Exit

2024-01-25 Thread Tom Rini
On Wed, Jan 17, 2024 at 12:55:46PM +0200, Svyatoslav Ryhel wrote: > It seems that the U-Boot console entry of the bootmenu has lost > its original meaning. Now, even if it is chosen, the probability > that you will enter the actual U-Boot console is quite low. > Boot env, bootflow, bootcommand

Re: [PATCH v3] board: ti: common: board_detect: Fix EEPROM offset read for 1-byte

2024-01-25 Thread Tom Rini
On Mon, Oct 30, 2023 at 10:34:58PM +0530, Prasanth Babu Mantena wrote: > EEPROM detection logic in ti_i2c_eeprom_get() involves reading > the total size and the 1-byte size with an offset 1. The commit > 9f393a2d7af8 ("board: ti: common: board_detect: Fix EEPROM read > quirk for 2-byte") that

Re: [PATCH v1 1/4] board: verdin-am62: improve comment on usb phy core voltage

2024-01-25 Thread Tom Rini
On Wed, Jan 17, 2024 at 11:16:46AM +0100, Max Krummenacher wrote: > From: Max Krummenacher > > TI recommends to clear the bit independent of the used voltage. > So the comment which claims to do it due to the core voltage > at 0.85V is bogus. > > See >

Re: [PATCH] headers: don't depend on errno.h being available

2024-01-25 Thread Tom Rini
acher > Reviewed-by: Francesco Dolcini > Reviewed-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 1/1] cmd: increase default for SYS_MAXARGS

2024-01-25 Thread Tom Rini
On Mon, Jan 15, 2024 at 02:46:56PM +0100, Heinrich Schuchardt wrote: > The value of CONFIG SYS_MAXARGS limits the usability of the 'for' command. > The current default of 16 is too low for some use case. Cf. > https://bugs.launchpad.net/snap-core18/+bug/1910094 > > Increase the default to 64. >

Re: [PATCH v3 5/6] configs: enable smbios command on sandbox

2024-01-25 Thread Tom Rini
On Thu, Jan 25, 2024 at 04:54:37PM +0100, Heinrich Schuchardt wrote: > To make use of the Python smbios test we need the smbios command. > > Signed-off-by: Heinrich Schuchardt > --- > v3: > new patch > --- > configs/sandbox_defconfig | 1 + > 1 file changed, 1 insertion(+) We should do

Re: [PATCH v4 00/11] An effort to bring DT bindings compliance within U-Boot

2024-01-25 Thread Tom Rini
On Thu, Jan 25, 2024 at 12:54:22PM +0530, Sumit Garg wrote: [snip] > But at this point we have to move away from apprehensions about DT ABI > breakages and provide real examples of the DT ABI breakages in the > past. Are you aware of any DT ABI breaking change backported to Linux > stable

Re: [PATCH v1 0/1] Fix booting kernels with ATAGS and extlinux

2024-01-25 Thread Tom Rini
On Thu, Jan 25, 2024 at 04:34:41PM +0200, Svyatoslav wrote: > > > 25 січня 2024 р. 16:17:34 GMT+02:00, Tom Rini > написав(-ла): > >On Thu, Jan 25, 2024 at 04:16:11PM +0200, Svyatoslav wrote: > >> > >> > >> 25 січня 2024 р. 16:12:36 GMT+02:00, To

Re: [PATCH v1 0/1] Fix booting kernels with ATAGS and extlinux

2024-01-25 Thread Tom Rini
On Thu, Jan 25, 2024 at 04:16:11PM +0200, Svyatoslav wrote: > > > 25 січня 2024 р. 16:12:36 GMT+02:00, Tom Rini > написав(-ла): > >On Thu, Jan 25, 2024 at 08:51:09AM +0200, Svyatoslav wrote: > >> > >> > >> 25 січня 2024 р. 08:29:54 GMT+02:00, Da

Re: [PATCH v2 1/1] riscv: Support building with Clang

2024-01-25 Thread Tom Rini
On Thu, Jan 25, 2024 at 03:06:59PM +0100, kleines Filmröllchen wrote: > The -ffixed-gp option of GCC has an exact equivalent of -ffixed-x3 in > Clang. > > Signed-off-by: kleines Filmröllchen Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH v1 0/1] Fix booting kernels with ATAGS and extlinux

2024-01-25 Thread Tom Rini
On Thu, Jan 25, 2024 at 08:51:09AM +0200, Svyatoslav wrote: > > > 25 січня 2024 р. 08:29:54 GMT+02:00, Dan Carpenter > написав(-ла): > >On Wed, Jan 24, 2024 at 10:27:30PM +0200, Svyatoslav Ryhel wrote: > >> Currently, if boot with extlinux.conf and do not set the fdt > >> U-Boot will provide

Re: [PATCH v2 2/4] cmd: provide command to display SMBIOS information

2024-01-24 Thread Tom Rini
On Thu, Jan 25, 2024 at 12:24:33AM +0100, Heinrich Schuchardt wrote: > On 1/24/24 22:16, Tom Rini wrote: > > On Wed, Jan 17, 2024 at 04:33:45PM +0100, Heinrich Schuchardt wrote: > > > > > U-Boot can either generated an SMBIOS table or copy it from a prior boo

Re: [PATCH 1/1] riscv: separate .data and .text sections of EFI binaries

2024-01-24 Thread Tom Rini
On Thu, Jan 25, 2024 at 12:08:57AM +0100, Heinrich Schuchardt wrote: > EFI binaries should not contain sections that are both writable and > executable. Separate the RX .text section from the RW .data section > > Adjust the section alignment to 4096 bytes. > > Fix conflicting SPDX license

Re: [PATCH v2 2/4] cmd: provide command to display SMBIOS information

2024-01-24 Thread Tom Rini
On Wed, Jan 17, 2024 at 04:33:45PM +0100, Heinrich Schuchardt wrote: > U-Boot can either generated an SMBIOS table or copy it from a prior boot > stage, e.g. QEMU. > > Provide a command to display the SMBIOS information. > > Currently only type 1 and 2 are translated to human readable text. >

Re: [PATCH v6 0/7] board: siemens: clean up subfolders

2024-01-24 Thread Tom Rini
On Wed, Jan 24, 2024 at 03:43:48PM +0100, Enrico Leto wrote: > The common folder was initialially created for the common parts of > the products based on draco-am355x board family. We have the > product lines 'pxm2', 'rut' and the base line unfortunately named > 'draco'! Adding

Re: [PATCH 02/16] xilinx_mbv: Remove empty config header

2024-01-24 Thread Tom Rini
On Wed, Jan 24, 2024 at 08:19:00AM +0100, Michal Simek wrote: > > > On 1/23/24 18:58, Tom Rini wrote: > > On Tue, Jan 23, 2024 at 08:53:21AM +0100, Michal Simek wrote: > > > > > > > > > On 1/22/24 23:39, Tom Rini wrote: > > > > Now

Re: [PATCH 01/20] Convert CONFIG_SPL_STACK to Kconfig

2024-01-23 Thread Tom Rini
On Wed, Jan 24, 2024 at 09:15:07AM +0800, Kever Yang wrote: > Hi Tom, > > On 2024/1/24 01:58, Tom Rini wrote: > > On Tue, Jan 23, 2024 at 11:53:18AM +0800, Kever Yang wrote: > > > > > Hi Tom, > > > > > > rk3036 only has small size internal sram

Re: [PATCH v3 07/11] lib: vsprintf: enable '%pbl' format specifier

2024-01-23 Thread Tom Rini
On Tue, Jan 23, 2024 at 03:48:10PM +0100, Lukas Funke wrote: > Hi Tom, > > On 18.01.2024 21:22, Tom Rini wrote: > > On Wed, Jan 10, 2024 at 10:10:33AM +0100, lukas.funke-...@weidmueller.com > > wrote: > > > > > From: Lukas Funke > > > > >

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-23 Thread Tom Rini
On Tue, Jan 23, 2024 at 11:27:57AM +, Conor Dooley wrote: > On Mon, Jan 22, 2024 at 06:55:01PM +, Conor Dooley wrote: > > On Mon, Jan 22, 2024 at 01:47:17PM -0500, Tom Rini wrote: > > > On Mon, Jan 22, 2024 at 06:36:31PM +, Conor Dooley wrote: > > > > Hey

Re: [PATCH 02/16] xilinx_mbv: Remove empty config header

2024-01-23 Thread Tom Rini
On Tue, Jan 23, 2024 at 08:53:21AM +0100, Michal Simek wrote: > > > On 1/22/24 23:39, Tom Rini wrote: > > Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a > > lack of board.h file, unset this on the xilinx_mbv platforms and remove > &g

Re: [PATCH 01/20] Convert CONFIG_SPL_STACK to Kconfig

2024-01-23 Thread Tom Rini
On Tue, Jan 23, 2024 at 11:53:18AM +0800, Kever Yang wrote: > Hi Tom, > > rk3036 only has small size internal sram, so it can only use very > simple SPL which only including dram init, and no SPL_FRAMEWORK > support. > In this convert, the CONFIG_SPL_STACK is lost for this SoC, any > suggestions

Fwd: New Defects reported by Coverity Scan for Das U-Boot

2024-01-22 Thread Tom Rini
I've now updated to the latest Coverity scan tool and that eliminated some previous defects and found two new ones: -- Forwarded message - From: Date: Mon, Jan 22, 2024 at 6:42 PM Subject: New Defects reported by Coverity Scan for Das U-Boot To: Hi, Please find the latest

Fwd: New Defects reported by Coverity Scan for Das U-Boot

2024-01-22 Thread Tom Rini
Hey all, Here's the latest Coverity scan report. -- Forwarded message - From: Date: Mon, Jan 22, 2024 at 6:26 PM Subject: New Defects reported by Coverity Scan for Das U-Boot To: Hi, Please find the latest report on new defect(s) introduced to Das U-Boot found with Coverity

[PATCH 16/16] Kconfig: Centralize prompting for SYS_CONFIG_NAME

2024-01-22 Thread Tom Rini
the question from a number of other locations and makes it consistent that when we do set the value directly, we always do it the same way. We don't need to specify the type, it's always string. Signed-off-by: Tom Rini --- arch/Kconfig| 11 ++- arch/arm/mach

[PATCH 15/16] hc2910-2aghd05: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the hc2910-2aghd05 platform and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Yang Xiwen --- board/skyworth/hc2910-2aghd05/Kconfig | 3 --- board/skyworth/hc2910

[PATCH 14/16] slimbootloader: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the slimbootloader platform and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Aiden Park --- board/intel/slimbootloader/Kconfig | 3 --- board/intel

[PATCH 13/16] qemu-x86*: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the qemu-x86* platforms and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Bin Meng --- board/emulation/qemu-x86/Kconfig | 3 --- board/emulation/qemu-x86

[PATCH 12/16] minnowmax: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the minnowmax platform and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Simon Glass --- board/intel/minnowmax/Kconfig | 3 --- board/intel/minnowmax/MAINTAINERS

[PATCH 11/16] galileo: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the galileo platform and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Bin Meng --- board/intel/galileo/Kconfig | 3 --- board/intel/galileo/MAINTAINERS | 1

[PATCH 10/16] efi-x86_payload: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the efi-x86_payload* platforms and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Simon Glass Cc: Heinrich Schuchardt --- board/efi/efi-x86_payload/Kconfig | 3

[PATCH 09/16] efi-x86_app: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the efi-x86_app* platforms and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Simon Glass Cc: Heinrich Schuchardt --- board/efi/efi-x86_app/Kconfig | 3 --- board

[PATCH 08/16] edison: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the edison platform and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Andy Shevchenko --- board/intel/edison/Kconfig | 3 --- board/intel/edison/MAINTAINERS | 1

[PATCH 07/16] crownbay: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the crownbay platform and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Bin Meng --- board/intel/crownbay/Kconfig | 3 --- board/intel/crownbay/MAINTAINERS | 1

[PATCH 06/16] cougarcanyon2: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the cougarcanyon2 platform and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Bin Meng --- board/intel/cougarcanyon2/Kconfig | 3 --- board/intel/cougarcanyon2

[PATCH 05/16] cherryhill: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the cherryhill platform and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Bin Meng --- board/intel/cherryhill/Kconfig | 3 --- board/intel/cherryhill/MAINTAINERS

[PATCH 04/16] bayleybay: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the bayleybay platform and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Bin Meng --- board/intel/bayleybay/Kconfig | 3 --- board/intel/bayleybay/MAINTAINERS | 1

[PATCH 03/16] coreboot: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the coreboot platform and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Bin Meng --- board/coreboot/coreboot/Kconfig | 7 --- board/coreboot/coreboot

[PATCH 02/16] xilinx_mbv: Remove empty config header

2024-01-22 Thread Tom Rini
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a lack of board.h file, unset this on the xilinx_mbv platforms and remove the otherwise empty file. Signed-off-by: Tom Rini --- Cc: Michal Simek --- board/xilinx/mbv/Kconfig | 3 --- board/xilinx/mbv/MAINTAINERS | 1

[PATCH 01/16] kbuild: Allow for CONFIG_SYS_CONFIG_NAME to be unset

2024-01-22 Thread Tom Rini
It is possible to have a platform which does not require a board.h file to build, but today we need an empty one for our generated config.h file to be valid. Allow for omitting this file if CONFIG_SYS_CONFIG_NAME is not set. Signed-off-by: Tom Rini --- scripts/Makefile.autoconf | 2 +- 1 file

Re: [PATCH 1/5] omap3: Make SPL_OMAP3_ID_NAND depend on NAND_OMAP_GPMC

2024-01-22 Thread Tom Rini
On Wed, 10 Jan 2024 13:46:06 -0500, Tom Rini wrote: > This specific bit logic is used to determine what NAND chip is present > on a board in order to then know what revision of the board we have and > so what DDR chips are present. We can only do this if we have a NAND > chip, and so

Re: [PATCH v7] fdt: Allow the devicetree to come from a bloblist

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 06:36:31PM +, Conor Dooley wrote: > Hey, > > On Tue, Jan 16, 2024 at 01:48:06PM +, Conor Dooley wrote: > > Yo, > > > > On Wed, Jan 03, 2024 at 06:49:19PM -0700, Simon Glass wrote: > > > Standard passage provides for a bloblist to be passed from one firmware > > >

Re: [PATCH v3] common: usb-hub: Reset hub port before scanning

2024-01-22 Thread Tom Rini
On Sat, 09 Dec 2023 18:10:56 +, Shantur Rathore wrote: > Currently when a hub is turned on, all the ports are powered on. > This works well for hubs which have individual power control. > > For the hubs without individual power control this has no effect. > Mostly in these scenarios the hub

Re: [PATCH v4 0/6] rpi5: initial support

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 03:30:00PM +0100, Mark Kettenis wrote: > > Date: Mon, 22 Jan 2024 16:16:34 +0200 > > From: "Ivan T. Ivanov" > > > > Hi, > > > > On 01-22 13:57, Ivan T. Ivanov wrote: > > > > Am 20.01.24 um 10:48 schrieb Jens Maus: > > > >> Hi, > > > >> > > > >>> Am 20.01.2024 um 10:22

Re: [PATCH v3 4/6] rockchip: find U-boot proper boot device by inverting the logic that sets it

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 11:49:23AM +0100, Quentin Schulz wrote: > Hi Kever, > > On 1/18/24 11:12, Kever Yang wrote: > > Hi Quentin, > > > > On 2024/1/18 01:22, Quentin Schulz wrote: > > > From: Quentin Schulz > > > > > > BOOT_DEVICE_* is set by spl_node_to_boot_device() depending on the block

Re: [PATCH v4 00/11] An effort to bring DT bindings compliance within U-Boot

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 11:45:15AM +, Andre Przywara wrote: > On Wed, 10 Jan 2024 16:05:36 +0530 > Sumit Garg wrote: > > Hi, > > I certainly welcome this more automatic synchronisation of the DTs, > however have one comment about the upcoming sync process: > > > ... > > However, Linux

Re: Please pull u-boot-marvell/master

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 04:46:48PM +0100, Stefan Roese wrote: > Hi Tom, > > please pull this next batch of Marvell related patches: > Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 4/5] arm: dts: k3-j721e-beagleboneai64: Fix USB operation

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 01:39:06PM +0200, Roger Quadros wrote: > > > On 20/01/2024 18:50, Tom Rini wrote: > > On Mon, Jan 15, 2024 at 01:40:00PM +0200, Roger Quadros wrote: > >> > >> > >> On 12/01/2024 15:21, Tom Rini wrote: > >>> On Fri,

Re: [PATCH 3/5] board: rockchip: Add Sonoff iHost board

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 11:46:01PM +1100, Tim Lunn wrote: > Sonoff iHost is gateway device designed to provide a Smart Home Hub, > it is based on Rockchip RV1126. There is also a version with 2GB RAM > based off the RV1109 dual core SoC however this works with the same > config as the RV1126 for

Re: Pull request: Please pull u-boot-imx-20240115

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 10:02:58AM -0300, Fabio Estevam wrote: > Hi Tom, > > Please pull from u-boot-imx, thanks. > > The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78: > > Merge patch series "k3-j721e: beagleboneai: Fix USB" (2024-01-20 11:39:13 > -0500) > > are

Re: [PATCH v5 0/7] board: siemens: clean up subfolders

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 11:52:30AM +0100, Enrico Leto wrote: > The common folder was initialially created for the common parts of > the products based on draco-am355x board family. We have the > product lines 'pxm2', 'rut' and the base line unfortunately named > 'draco'! Adding

Re: [PATCH v4 0/6] board: siemens: clean up subfolders

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 08:33:14AM +, Leto, Enrico wrote: > > > > -Original Message- > > From: Tom Rini > > Sent: Thursday, January 18, 2024 4:16 PM > > To: Leto, Enrico (SI BP R ZG FW CCP) > > Cc: u-boot@lists.denx.de; Sverdlin, Alexander (SI

Re: Pull request efi-2024-04-rc1-3

2024-01-22 Thread Tom Rini
On Sun, Jan 21, 2024 at 12:46:05PM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78: > > Merge patch series "k3-j721e: beagleboneai: Fix USB" (2024-01-20 > 11:39:13 -0500) > > are available in the Git repository at:

Re: Pull request: SoCFPGA changes for commit 3c9bb8fbdc77f

2024-01-22 Thread Tom Rini
On Mon, Jan 22, 2024 at 09:30:40AM +, Chee, Tien Fong wrote: > Hi Tom, > > Please pull the SoCFPGA changes as shown in below. > > Best regards, > Tien Fong > > The following changes since commit 3c04fcf3137d5f694d52b8f355373e4baabe5f78: > > Merge patch series "k3-j721e: beagleboneai:

[PATCH] x86: Make default_print_cpuinfo be a weak alias for print_cpuinfo

2024-01-22 Thread Tom Rini
While a few SoCs have a unique print_cpuinfo function, a number of them just use default_print_cpuinfo. Make default_print_cpuinfo have a weak alias to provie print_cpuinfo. Signed-off-by: Tom Rini --- This will make re-using arch/x86/cpu/efi/ as a generic set of support code for U-Boot as EFI

Re: [PATCH v4 00/11] An effort to bring DT bindings compliance within U-Boot

2024-01-21 Thread Tom Rini
On Sun, Jan 21, 2024 at 10:41:51PM +, Caleb Connolly wrote: > > > On 21/01/2024 15:33, Marek Vasut wrote: [snip] > > Assume that there is some large breaking change in Linux 6.(n+1), > > something which would be problematic for specific U-Boot platform (e.g. > > i.MX) or would require a lot

Re: ACPI Vendor ID Request

2024-01-21 Thread Tom Rini
On Sun, Jan 21, 2024 at 03:42:16PM +0100, Heinrich Schuchardt wrote: > Hello Tom, > > as we have started to generate ACPI tables in U-Boot we should request an > ACPI vendor ID for the U-Boot project. > > As described in https://uefi.org/PNP_ACPI_Registry this is done by sending a > mail to

Re: [PATCH 0/5] k3-j721e: beagleboneai: Fix USB

2024-01-20 Thread Tom Rini
On Fri, 12 Jan 2024 14:49:46 +0200, Roger Quadros wrote: > This series fixes USB operation on k3-j721e based boards. > > CI testing: https://github.com/u-boot/u-boot/pull/468 > > cheers, > -roger > > [...] Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 4/5] arm: dts: k3-j721e-beagleboneai64: Fix USB operation

2024-01-20 Thread Tom Rini
On Mon, Jan 15, 2024 at 01:40:00PM +0200, Roger Quadros wrote: > > > On 12/01/2024 15:21, Tom Rini wrote: > > On Fri, Jan 12, 2024 at 07:14:50AM -0600, Nishanth Menon wrote: > >> On 15:06-20240112, Roger Quadros wrote: > >>> > >>> > >>>

Re: [PATCH 01/10] board: ti: am62x: Init DRAM size in R5/A53 SPL

2024-01-20 Thread Tom Rini
On Mon, Jan 15, 2024 at 01:42:51PM +0530, Siddharth Vadapalli wrote: > Hello Tom, > > On 12/01/24 18:56, Tom Rini wrote: > > On Fri, Jan 12, 2024 at 12:17:50PM +0530, Siddharth Vadapalli wrote: > > > >> From: Kishon Vijay Abraham I > >> > >&g

Re: [PATCH V2 00/10] board/ti: k3 boards: Stop using findfdt

2024-01-20 Thread Tom Rini
On Tue, Jan 09, 2024 at 01:14:55PM -0600, Nishanth Menon wrote: > This is a wide cleanup to switch to setting fdtfile using env_set > instead of scripted magic. 'fdtfile' is expected to be set by default. > This allows the stdboot triggered efi loaders to find the correct OS > device tree file

Re: [PATCH v1] Kconfig: boot: Imply BOOTSTD_DEFAULT when BOOTSTD_FULL=y

2024-01-20 Thread Tom Rini
On Sat, 23 Dec 2023 06:51:59 +, Shantur Rathore wrote: > We need BOOTSTD_DEFAULT when BOOTSTD_FULL is selected. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 1/1] riscv: Support building with Clang

2024-01-19 Thread Tom Rini
On Sat, Jan 20, 2024 at 01:14:04AM +0100, kleines Filmröllchen wrote: > The -ffixed-gp option of GCC has an exact equivalent of -ffixed-x3 in > Clang. > > Signed-off-by: kleines Filmröllchen > --- > > arch/riscv/config.mk | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > >

Re: [PULL] Pull request for u-boot master / v2024.04 = u-boot-stm32-20240119

2024-01-19 Thread Tom Rini
On Fri, Jan 19, 2024 at 05:59:07PM +0100, Patrice CHOTARD wrote: > Hi Tom > > Please pull the STM32 related patches for u-boot/master, v2024.04: > u-boot-stm32-20240119 > > CI status: > https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/19379 > > The following changes since

Re: [PATCH] headers: don't depend on errno.h being available

2024-01-19 Thread Tom Rini
| #endif > > In the #else path ENOSYS is used, however linux/errno.h is not included. > If errno.h has not been included already the compiler errors out even > if the inline function is not referenced. > > Make those headers self contained. > > Signed-off-by: Max Krummenache

Re: [PATCH] getchar(): Correct usage

2024-01-19 Thread Tom Rini
On Tue, Jan 09, 2024 at 05:57:16PM -0500, Tom Rini wrote: > The function getchar() returns an 'int' and not a 'char'. Coverity notes > that "Assigning the return value of getchar to char ... truncates its value." > and so for the most part we can resolve this easily by using

Re: [PATCH] cmd: license: Add CONFIG_GZIP dependency

2024-01-19 Thread Tom Rini
On Thu, Jan 11, 2024 at 12:58:19PM +, Ivan Orlov wrote: > 'License' command processing code could be successfully compiled only > when CONFIG_GZIP option is enabled, otherwise it can't find the 'gunzip' > function definition (it is defined in lib/gunzip.c). > > Add CONFIG_GZIP dependency to

Re: [PATCH] cmd: nvedit: Fix typo in 'illegal character' error

2024-01-19 Thread Tom Rini
On Mon, Jan 08, 2024 at 05:20:45PM +, Ivan Orlov wrote: > Fix a typo: add a space after the single quote in 'illegal character' > error message in 'env set' command > > Signed-off-by: Ivan Orlov Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] image-host: refactor and protect for very long filenames

2024-01-19 Thread Tom Rini
On Mon, Jan 08, 2024 at 03:24:30PM +0100, Hugo Cornelis wrote: > This patch adds a function fit_image_read_key_iv_data that checks the > return value of snprintf and allows to generate a sensible error > message when generating binary images using filenames that are too > long for the OS to

Re: [PATCH v4] drivers: pci: Fix dm_pci_map_bar() to support 64b BARs

2024-01-19 Thread Tom Rini
On Wed, Jan 10, 2024 at 04:59:02AM +, Moritz Fischer wrote: > This enables 64b BARs if CONFIG_SYS_PCI_64BIT is enabled. > > Reviewed-by: Philip Oberfichtner > Reviewed-by: Simon Glass > Signed-off-by: Moritz Fischer Applied to u-boot/master, thanks! -- Tom signature.asc Description:

Re: [PATCH v2 RESEND 2/2] nvme: Update nvme_scan_namespace to keep trying on busy

2024-01-19 Thread Tom Rini
On Wed, Jan 10, 2024 at 05:04:48AM +, Moritz Fischer wrote: > A busy controller shouldn't be game-over for all controllers, > so keep trying on hitting -EBUSY. > > This change brings the actual behavior of the routine in line > with what the descriptions says. > > Fixes: 982388eaa991

Re: [PATCH v2 RESEND 1/2] nvme: Fix error code and log to indicate busy

2024-01-19 Thread Tom Rini
On Wed, Jan 10, 2024 at 05:04:47AM +, Moritz Fischer wrote: > Return -EBUSY if controller is found busy rather than -ENOMEM > and update the error message accordingly. > > Fixes: 982388eaa991 ("nvme: Add NVM Express driver support") > Reviewed-by: Simon Glass > Signed-off-by: Moritz Fischer

Re: [PATCH] iommu: dont fail silently

2024-01-19 Thread Tom Rini
On Thu, Jan 04, 2024 at 05:12:22PM +, Caleb Connolly wrote: > When attempting to probe a device which has an associated IOMMU, if the > IOMMU device can't be found (no driver, disabled driver, driver failed > to probe, etc) then we currently fail to probe the device with no > discernable

Re: [PATCH 2/2] lib: rsa: Allow legacy URI specification without "pkcs11:"

2024-01-19 Thread Tom Rini
On Fri, Jan 05, 2024 at 03:08:04PM +0100, Csókás Bence wrote: > But emit a warning for it. Then we can remove support when > everyone had time to update their scripts, docs, CI etc. > > Fixes: ece85cc020 rsa: use pkcs11 uri as defined in rfc7512 > > Signed-off-by: Csókás Bence Applied to

Re: [PATCH 1/2] lib: rsa: Fix PKCS11 URI if one is not given in `keydir`

2024-01-19 Thread Tom Rini
On Fri, Jan 05, 2024 at 03:08:03PM +0100, Csókás Bence wrote: > If `keydir` is not present, we need to build a PKCS11 URI > from just the key name. In this case, we *do* need 'pkcs11:' > > Fixes: ece85cc020 rsa: use pkcs11 uri as defined in rfc7512 > > Signed-off-by: Csókás Bence Applied to

Re: [PATCH 1/1] test: Skip cleanup test if not built out of tree

2024-01-19 Thread Tom Rini
On Mon, Jan 08, 2024 at 10:11:00PM +0100, Tobias Deiminger wrote: > 42c0e5bb054d ("test: Find leftovers after clean/mrproper") assumes out > of tree builds. test_clean and test_mrproper fail if the assumption > isn't met. > > However there are valid scenarios where tests run with in source

Re: [PATCH] test/py: bootstage: Add test for bootstage command

2024-01-19 Thread Tom Rini
On Tue, Jan 09, 2024 at 02:39:57PM +0530, Love Kumar wrote: > Add test cases for bootstage command to print the bootstage report, to > stash the data into memory and to unstash the data from memory. > > Signed-off-by: Love Kumar Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [PATCH 1/1] get_maintainer.pl: slightly modify penguin_chief

2024-01-19 Thread Tom Rini
On Thu, Jan 11, 2024 at 05:51:27PM +0100, Anthony Loiseau wrote: > From: Anthony Loiseau > > Penguin chiefs are actually stripped out from get_maintainer results unless > --git-chief-penguins is provided, which appends them to all results instead. > > This is a issue for U-B

<    1   2   3   4   5   6   7   8   9   10   >