[PATCH] cmd: part: Cover both part type entries with GUID ifdef

2023-12-10 Thread Marek Vasut
The 'part type' subcommand depends on GUID partition table support. The help text exposes one of two 'part type' subcommand entries, hide both in case GUID partition table support is not enabled to avoid confusing users. Signed-off-by: Marek Vasut --- Cc: Simon Glass Cc: Tom Rini ---

Re: [PATCH 1/2] efi_loader: use original image_index for FMP versioning

2023-12-10 Thread Masahisa Kojima
Hi Heinrich, On Sat, 9 Dec 2023 at 23:51, Heinrich Schuchardt wrote: > > On 11/14/23 10:25, Masahisa Kojima wrote: > > FMP versioning uses the image_index argument of > > EFI_FIRMWARE_MANAGEMENT_PROTOCOL.SetImage() service. > > When CONFIG_FWU_MULTI_BANK_UPDATE is enabled, image_index > > is

Re: [PATCH 00/21] Qualcomm generic board support

2023-12-10 Thread Tom Rini
On Wed, Dec 06, 2023 at 10:35:02AM +0530, Sumit Garg wrote: > On Tue, 5 Dec 2023 at 15:39, Krzysztof Kozlowski > wrote: > > > > On 05/12/2023 10:45, Sumit Garg wrote: > > > + U-boot custodians list > > > > > > On Tue, 5 Dec 2023 at 12:58, Krzysztof Kozlowski > > > wrote: > > >> > > >> On

Re: [PATCH 05/18] treewide: bootm: Drop command-line args to boot_os_fn

2023-12-10 Thread Angelo Dureghello
Hi Simon, Acked-by: Angelo Dureghello On 04/12/23 1:26 AM, Simon Glass wrote: These arguments are not used now. They cannot be provided when there is no bootm command invoked to provide arguments. Drop the argc and argv parameters. Signed-off-by: Simon Glass --- arch/arc/lib/bootm.c

Re: [PATCH 08/18] m68k: Add a reset_cpu() function

2023-12-10 Thread Angelo Dureghello
Hi Simon, Acked-by: Angelo Dureghello On 04/12/23 1:26 AM, Simon Glass wrote: The current do_reset() is called from a command context. Add a function which can be used from anywhere, as is done on ARM. Since there are lots of reset functions, this one actually just calls do_reset(). Future

Re: [PATCH 2/2] efi_loader: support FMP versioning for FWU multi bank update

2023-12-10 Thread Masahisa Kojima
Hi Heinrich, On Sun, 10 Dec 2023 at 00:09, Heinrich Schuchardt wrote: > > On 11/14/23 10:25, Masahisa Kojima wrote: > > Current FMP versioning uses the FMPState UEFI variables > > Do you mean FmpState? > > > that indicates image_index. When CONFIG_FWU_MULTI_BANK_UPDATE > > is

[PATCH v2] mmc: Poll CD in case cyclic framework is enabled

2023-12-10 Thread Marek Vasut
In case the cyclic framework is enabled, poll the card detect of already initialized cards and deinitialize them in case they are removed. Since the card initialization is a longer process and card initialization is done on first access to an uninitialized card anyway, avoid initializing newly

Re: [PATCH v1] mtd: rawnand: Meson NAND controller support

2023-12-10 Thread Arseniy Krasnov
On 08.12.2023 11:35, Arseniy Krasnov wrote: > > > On 08.12.2023 11:09, Michael Nazzareno Trimarchi wrote: >> Hi >> >> On Thu, Nov 30, 2023 at 12:29 PM Arseniy Krasnov >> wrote: >>> >>> Basic support for Amlogic Meson NAND controller on AXG. >>> >>> Signed-off-by: Arseniy Krasnov >>> --- >>>

Re: [PATCH 2/2 v2] smbios: Fallback to the default DT if sysinfo nodes are missing

2023-12-10 Thread Ilias Apalodimas
Hi Tom, On Sat, 9 Dec 2023 at 20:49, Tom Rini wrote: > > On Wed, Dec 06, 2023 at 06:03:14PM +0200, Ilias Apalodimas wrote: > > Hi Simon, > > > > On Sat, 2 Dec 2023 at 20:28, Simon Glass wrote: > > > > > > Hi Ilias, > > > > > > On Wed, 29 Nov 2023 at 23:50, Ilias Apalodimas > > > wrote: > > > >

[PATCH] test: bdinfo: Handle systems without getopt

2023-12-10 Thread Marek Vasut
Systems without getopt support fall back to plain full bdinfo print, handle such a case, which occurs e.g. with sandbox_flattree_defconfig . Fixes: 8827a3871452 ("test: bdinfo: Test bdinfo -h") Fixes: 2696f3ab8101 ("test: bdinfo: Test bdinfo -m") Fixes: 3ff2d796a6f2 ("test: bdinfo: Test bdinfo

[PATCH v3] mmc: Poll CD in case cyclic framework is enabled

2023-12-10 Thread Marek Vasut
In case the cyclic framework is enabled, poll the card detect of already initialized cards and deinitialize them in case they are removed. Since the card initialization is a longer process and card initialization is done on first access to an uninitialized card anyway, avoid initializing newly

Re: [PATCH] test: bdinfo: Handle systems without getopt

2023-12-10 Thread Tom Rini
On Sun, Dec 10, 2023 at 04:01:56PM +0100, Marek Vasut wrote: > Systems without getopt support fall back to plain full bdinfo print, > handle such a case, which occurs e.g. with sandbox_flattree_defconfig . > > Fixes: 8827a3871452 ("test: bdinfo: Test bdinfo -h") > Fixes: 2696f3ab8101 ("test:

Re: [PATCH 00/21] Qualcomm generic board support

2023-12-10 Thread Tom Rini
On Wed, Dec 06, 2023 at 12:44:47PM +0200, Ilias Apalodimas wrote: > Hi Tom, > > On Wed, 22 Nov 2023 at 16:28, Tom Rini wrote: > > > > On Wed, Nov 22, 2023 at 07:44:09PM +0530, Sumit Garg wrote: > > > On Wed, 22 Nov 2023 at 19:31, Tom Rini wrote: > > > > > > > > On Wed, Nov 22, 2023 at