On 7/13/24 23:16, Roman Stratiienko wrote:
Hello Heinrich,
Thank you for your comments.
Just a few thoughts about this patch.
1. I was also sending this patch as a noninvasive, semi-cosmetic
change. Relying on hardcoded values is usually not a good practice.
2. Shifting of primary GPT works in
Am 13. Juli 2024 10:12:50 MESZ schrieb Mark Kettenis :
>> From: Simon Glass
>> Date: Sat, 13 Jul 2024 08:00:34 +0100
>>
>> Universal Payload (UPL) is an Industry Standard for firmware
>> components[1].
>
>I think you have some trouble understanding the concept of industry
>standard ;). I gues
Hello Heinrich,
Thank you for your comments.
Just a few thoughts about this patch.
1. I was also sending this patch as a noninvasive, semi-cosmetic
change. Relying on hardcoded values is usually not a good practice.
2. Shifting of primary GPT works in u-boot and Linux kernel with minor
tweaks. S
The following changes since commit b182816c1fb436916661949213c543bf4d42250b:
turris_1x: Normalize Kconfig usage (2024-07-13 10:42:15 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-sh.git master
for you to fetch changes up to 5485f53289b37aeab4
The following changes since commit b182816c1fb436916661949213c543bf4d42250b:
turris_1x: Normalize Kconfig usage (2024-07-13 10:42:15 -0600)
are available in the Git repository at:
git://source.denx.de/u-boot-usb.git master
for you to fetch changes up to 1bd136715a4d3a8e44ccbe693e4c2a9010efb
On 13.07.24 17:13, Simon Glass wrote:
Hi
Sebastian,
On Tue, 4 Jun 2024 at 17:35, Sebastian Reichel
wrote:
This adds TCPM framework in preparation for fusb302 support, which can
handle USB power delivery messages. This is neede
On 7/12/24 3:17 PM, Geert Uytterhoeven wrote:
The clock definitions in were
superseded by those in a long
time ago.
In fact U-Boot never used .
The unused headers, their replacements, and the corresponding
r8a779?.dtsi files were introduced together in U-Boot v2018.03.
Fixes: 16b6e4aa3732cee1
On 7/9/24 2:25 PM, Mattijs Korpershoek wrote:
Hi Marek,
On mar., juil. 09, 2024 at 13:13, Marek Vasut wrote:
On 7/9/24 10:39 AM, Mattijs Korpershoek wrote:
Hi Caleb,
Hi,
Thank you for the patch.
On mar., juin 18, 2024 at 16:57, Caleb Connolly
wrote:
In some cases (consistently in my
On 7/10/24 9:16 AM, Rasmus Villemoes wrote:
Distinguish more clearly between source files meant for producing .dtb
from those meant for producing .dtbo. No functional change, as we
currently have rules for producing a foo.dtbo from either foo.dts or
foo.dtso.
Note that in the linux tree, all dev
On 7/12/24 3:21 PM, Philip Oberfichtner wrote:
Hi Marek,
Hi,
+static int __serdes_powerup(struct udevice *dev)
+{
+ /* Based on linux/drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c */
+
+ const unsigned char phyad = INTEL_MGBE_ADHOC_ADDR;
+ struct eqos_priv *eqos = dev_ge
On 13.07.2024 18:13, Simon Glass wrote:
> Hi Mikhail,
>
> On Fri, 12 Jul 2024 at 06:25, Mikhail Kshevetskiy
> wrote:
>> From: Michael Polyntsov
>>
>> The standard property
>>
>> linux,default-trigger = "pattern";
>>
>> used to get an effect. No blinking parameters can be set yet.
>>
>> Sign
On 13.07.2024 18:13, Simon Glass wrote:
> Hi Mikhail,
>
> On Fri, 12 Jul 2024 at 06:25, Mikhail Kshevetskiy
> wrote:
>> From: Michael Polyntsov
>>
>> If hardware (or driver) doesn't support leds blinking, it's
>> now possible to use software implementation of blinking instead.
>> This relies on
On Sat, Jul 13, 2024 at 04:13:55PM +0100, Simon Glass wrote:
> Hi Tom,
>
> On Wed, 3 Jul 2024 at 00:12, Tom Rini wrote:
> >
> > On Thu, Jun 27, 2024 at 09:37:18AM +0100, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Wed, 26 Jun 2024 at 15:29, Tom Rini wrote:
> > > >
> > > > On Wed, Jun 26, 202
On Sat, Jul 13, 2024 at 04:13:50PM +0100, Simon Glass wrote:
> Hi Tom,
>
> On Thu, 11 Jul 2024 at 22:27, Tom Rini wrote:
> >
> > A valid memory location to stash bootstage information at will be
> > architecture dependent. Move the existing defaults to the main Kconfig
> > file for this option an
On Sat, 13 Jul 2024 08:38:38 -0600, Tom Rini wrote:
> We don't set many options in the board Kconfig entry file but instead
> use defconfigs, select in some cases on the target itself, or update the
> "default" options of the main entries when needed. In this case we can
> remove most of the board
Hi Sughosh,
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote:
>
> The current LMB API's for allocating and reserving memory use a
> per-caller based memory view. Memory allocated by a caller can then be
> overwritten by another caller. Make these allocations and reservations
> persistent using the
Hi Sughosh,
On Thu, 4 Jul 2024 at 08:38, Sughosh Ganu wrote:
>
> Mark the EFI runtime memory region as reserved memory during board
> init so that it does not get allocated by the LMB module on subsequent
> memory requests.
>
> Signed-off-by: Sughosh Ganu
> ---
> Changes since V1: New patch
>
>
Hi Sughosh,
On Thu, 4 Jul 2024 at 08:38, Sughosh Ganu wrote:
>
> There are events that would be used to notify other interested modules
> of any changes in available and occupied memory. This would happen
> when a module allocates or reserves memory, or frees up memory. These
> changes in memory
On Thu, 4 Jul 2024 at 08:37, Sughosh Ganu wrote:
>
> The LMB module provides API's for allocating and reserving chunks of
> memory which is then typically used for things like loading images for
> booting. Reserve the portion of memory that is occupied by the U-Boot
> image itself, and other parts
On Thu, 4 Jul 2024 at 08:37, Sughosh Ganu wrote:
>
> With the changes to make the LMB reservations persistent, the common
> memory regions are being added during board init. Remove the
> now superfluous lmb_init_and_reserve() function.
>
> Signed-off-by: Sughosh Ganu
> ---
> Changes since V1:
> *
Hi,
On Mon, 8 Jul 2024 at 15:46, Tom Rini wrote:
>
> On Mon, Jul 08, 2024 at 05:06:45PM +0530, Sughosh Ganu wrote:
> > On Sat, 6 Jul 2024 at 01:18, Tom Rini wrote:
> > >
> > > On Thu, Jul 04, 2024 at 01:05:12PM +0530, Sughosh Ganu wrote:
> > >
> > > > Add separate config symbols for enabling the
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote:
>
> The LMB memory map is now persistent and global, and the
> CONFIG_LMB_USE_MAX_REGIONS config symbol has now been removed. Remove
> the corresponding lmb test case.
>
> Signed-off-by: Sughosh Ganu
> ---
> Changes since V1: New patch
>
> test/li
kHi Sughosh,
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote:
>
> The LMB module will be changed to have persistent and global memory
> maps of available and used memory. With this change, there won't be
> any need to explicitly initialise the LMB memory maps. Remove the call
> to the lmb_init()
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote:
>
> The LMB memory maps are now being maintained through a couple of
> alloced lists, one for the available(added) memory, and one for the
> used memory. These lists are not static arrays but can be extended at
> runtime. Remove the config symbols w
Hi Sughosh,
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote:
>
> With the move of the LMB structure to a persistent state, there is no
> need to declare the variable locally, and pass it as part of the LMB
> API's. Remove all local variable instances and change the API's
> correspondingly.
>
> Si
Hi Sughosh,
On Thu, 4 Jul 2024 at 08:37, Sughosh Ganu wrote:
>
> With the introduction of separate config symbols for the SPL phase of
> U-Boot, the condition checks need to be tweaked so that platforms that
> enable the LMB module in SPL are also able to call the LMB API's. Use
> the appropriate
Hi Sughosh,
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote:
>
> Allow for resizing of LMB regions if the region attributes match. The
> current code returns a failure status on detecting an overlapping
> address. This worked up until now since the LMB calls were not
> persistent and global -- th
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote:
>
> The image_setup_libfdt() function optionally calls the LMB API to
> reserve the region of memory occupied by the FDT blob. This was
> earlier determined through the presence of the pointer to the lmb
> structure, which is no longer present. Pass
Hi Sugosh,
On Mon, 8 Jul 2024 at 15:35, Tom Rini wrote:
>
> On Thu, Jul 04, 2024 at 01:04:56PM +0530, Sughosh Ganu wrote:
I don't believe coherent is the right word here. Perhaps 'more
persistent' is better?
>
> > The aim of this patch series is to fix the current state of
> > incoherence betwe
On Thu, 4 Jul 2024 at 08:38, Sughosh Ganu wrote:
>
> The EFI_CONVENTIONAL_MEMORY type, which is the usable RAM memory is
> now being managed by the LMB module. Remove the addition of this
> memory type to the EFI memory map. This memory now gets added to the
> EFI memory map as part of the LMB mem
Hi Tom,
On Wed, 3 Jul 2024 at 00:12, Tom Rini wrote:
>
> On Thu, Jun 27, 2024 at 09:37:18AM +0100, Simon Glass wrote:
> > Hi Tom,
> >
> > On Wed, 26 Jun 2024 at 15:29, Tom Rini wrote:
> > >
> > > On Wed, Jun 26, 2024 at 09:00:33AM +0100, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Tue,
Hi Tom,
On Thu, 11 Jul 2024 at 22:27, Tom Rini wrote:
>
> A valid memory location to stash bootstage information at will be
> architecture dependent. Move the existing defaults to the main Kconfig
> file for this option and set 0x0 as the default only for sandbox.
>
> Signed-off-by: Tom Rini
> -
Hi Caleb,
On Thu, 4 Jul 2024 at 16:02, Caleb Connolly wrote:
>
> Hi Simon,
>
> On 04/07/2024 09:48, Simon Glass wrote:
> > Now that sandbox is using cyclic for video, it trips the 1us time
> > limit. Updating the sandbox display often takes 20ms or more.
> >
> > Increase the limit to 100ms to avo
On Mon, 8 Jul 2024 at 17:48, Sam Povilus wrote:
>
> FIT documentation is now a separate project, instead of having a
> duplicate, we should point at the other project.
>
> Signed-off-by: Sam Povilus
> ---
> doc/usage/fit/index.rst | 4 +-
> doc/usage/fit/source_file_format.rst | 6
On Mon, 8 Jul 2024 at 17:48, Sam Povilus wrote:
>
> add missing table of content links, make alphabetical
>
> Signed-off-by: Sam Povilus
> ---
> doc/usage/fit/index.rst | 21 +
> 1 file changed, 17 insertions(+), 4 deletions(-)
>
Reviewed-by: Simon Glass
Hi Richard,
On Fri, 12 Jul 2024 at 09:11, Richard Weinberger wrote:
>
> bootstage_get_size() returns the total size of the data structure
> including associated records.
> When copying from gd->bootstage, only the allocation size of gd->bootstage
> must be used. Otherwise too much memory is copie
On Wed, 10 Jul 2024 at 17:46, Raymond Mao wrote:
>
> Hi Levi,
>
> On Wed, 10 Jul 2024 at 09:53, Levi Yun wrote:
>>
>> According to recently firmware handsoff spec [1]'s "Register usage at handoff
>> boundary", Transfer List's signature value was changed from 0x40_b10b
>> (3 bytes) to 4a0f_b10b (4
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote:
>
> The lmb_is_reserved() API is not used. There is another API,
> lmb_is_reserved_flags() which can be used to check if a particular
> memory region is reserved. Remove the unused API.
>
> Signed-off-by: Sughosh Ganu
> Reviewed-by: Ilias Apalodima
On Wed, 10 Jul 2024 at 09:40, Mattijs Korpershoek
wrote:
>
> Some bootflows might be able to only boot from MMC devices.
>
> Add a helper function these bootflows can use.
>
> Reviewed-by: Igor Opaniuk
> Reviewed-by: Julien Masson
> Reviewed-by: Guillaume La Roque
> Tested-by: Guillaume La Roqu
Hi Caleb,
On Thu, 4 Jul 2024 at 16:17, Caleb Connolly wrote:
>
> Hi Simon,
>
> On 04/07/2024 09:48, Simon Glass wrote:
> > Now that U-Boot has a background-processing feature, it is possible to
> > reduce the amount of 'foreground' syncing of the display. At present
> > this happens quite often.
Hi Frank,
On Wed, 10 Jul 2024 at 14:43, Frank Wunderlich wrote:
>
> Hi,
>
> i'm working on OF_UPSTREAM for mediatek boards and noticed missing
> syscon-fallback on some (mt7988) devicetree nodes.
>
> i know that u-boot uses this fallback to get the regmap shared across
> drivers, but only initi
On Thu, 4 Jul 2024 at 08:36, Sughosh Ganu wrote:
>
> The __lmb_alloc_base() function is only called from within the lmb
> module. Moreover, the lmb_alloc() and lmb_alloc_base() API's are good
> enough for the allocation API calls. Make the __lmb_alloc_base()
> function static.
>
> Signed-off-by: S
On Tue, 9 Jul 2024 at 10:25, John Keeping wrote:
>
> For regulator-fixed-clock, the device's private data is never set so in
> fixed_clock_regulator_set_enable() is null and the function cannot
> complete successfully.
>
> Rename the _plat structure to _priv to better represent its role and set
>
On Mon, 8 Jul 2024 at 16:18, Tom Rini wrote:
>
> As reported by GitHub dependabot, both of these packages should be
> bumped to their latest versions to address security issues (neither of
> which has a CVE assigned).
>
> Reported-by: GitHub dependabot
> Signed-off-by: Tom Rini
> ---
> doc/sphin
On Wed, 10 Jul 2024 at 00:07, Tom Rini wrote:
>
> A security issue exists with zipp before v3.19.1, and the current
> release is now v3.19.2. While the change in versions numbers is large, a
> manual inspection of the changelog shows that it's not as big as might
> be implied.
>
> Reported-by: Git
On Wed, 10 Jul 2024 at 09:40, Mattijs Korpershoek
wrote:
>
> Add a unit test for testing the Android bootmethod.
>
> This requires another mmc image (mmc7) to contain the following partitions:
> - misc: contains the Bootloader Control Block (BCB)
> - boot_a: contains a fake generic kernel image
>
Hi Marek,
On Thu, 6 Jun 2024 at 17:33, Marek Mojík wrote:
>
> From: Pali Rohár
>
> When U-Boot is running from flash memory (execute in place) then
> gd->fdt_blob before relocation points to read-only flash memory.
>
> So U-Boot calls board_fix_fdt() with read-only gd->fdt_blob pointer which
> c
Hi Caleb,
On Thu, 11 Jul 2024 at 17:47, Caleb Connolly wrote:
>
> Using the driver model for cmd-db is fine, but it's unnecessary
> complexity which we can just avoid in U-Boot. Instead let's just have a
> function to initialize it and call said function when initializing rpmh.
>
> Acked-by: Sumi
Hi Mikhail,
On Fri, 12 Jul 2024 at 06:25, Mikhail Kshevetskiy
wrote:
>
> From: Michael Polyntsov
>
> The standard property
>
> linux,default-trigger = "pattern";
>
> used to get an effect. No blinking parameters can be set yet.
>
> Signed-off-by: Michael Polyntsov
> Signed-off-by: Mikhail K
Hi Sam,
On Sat, 13 Jul 2024 at 00:44, Sam Protsenko wrote:
>
> Add True Random Number Generator (TRNG) driver for Exynos chips. This
> implementation is heavily based on Linux kernel's counterpart [1]. It
> also follows upstream dt-bindings [2].
>
> TRNG block is usually a part of SSS (Security S
Hi Mikhail,
On Fri, 12 Jul 2024 at 06:25, Mikhail Kshevetskiy
wrote:
>
> From: Michael Polyntsov
>
> If hardware (or driver) doesn't support leds blinking, it's
> now possible to use software implementation of blinking instead.
> This relies on cyclic functions.
>
> Signed-off-by: Michael Polynt
Hi
Sebastian,
On Tue, 4 Jun 2024 at 17:35, Sebastian Reichel
wrote:
>
> This adds TCPM framework in preparation for fusb302 support, which can
> handle USB power delivery messages. This is needed to solve issues with
> devices, t
On Thu, 06 Jun 2024 18:33:20 +0200, Marek Mojík wrote:
> this is a continuation of previous work by Pali to add support for the
> Turris 1.x board. As the patches were based on u-boot v2022.04, a
> nontrivial rebasing was needed.
>
> Some notes:
> - Some options that are in SD defconfig are disab
We don't set many options in the board Kconfig entry file but instead
use defconfigs, select in some cases on the target itself, or update the
"default" options of the main entries when needed. In this case we can
remove most of the board Kconfig entries and just add them to the
defconfig like othe
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/xtensa/include/asm/arch-dc232b/core.h| 13 -
arch/xtensa/include/asm/arch-dc232b/tie-asm.h
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/x86/cpu/intel_common/itss.c | 1 -
arch/x86/cpu/intel_common/me_status.c | 1 -
arch
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
tools/env/fw_env.h | 2 --
tools/envcrc.c | 1 -
tools/fdtgrep.c| 1 -
tools/gdb/remote.c | 2 --
tools/
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
test/boot/bootdev.c | 1 -
test/cmd/setexpr.c | 1 -
test/compression.c | 1 -
test/dm/devres.c | 1 -
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/sh/include/asm/cpu_sh7722.h | 1 -
arch/sh/include/asm/cpu_sh7734.h | 1 -
arch/sh/include/asm/cpu_sh7752
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
scripts/dtc/checks.c | 2 --
scripts/dtc/dtc.h | 3 ---
scripts/dtc/flattree.c
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/sandbox/cpu/os.c| 1 -
arch/sandbox/include/asm/byteorder.h | 1 -
2 files changed, 2 delet
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/powerpc/cpu/mpc83xx/interrupts.c | 5 -
arch/powerpc/cpu/mpc83xx/traps.c | 2 --
a
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
post/drivers/flash.c | 1 -
post/drivers/memory.c | 2 --
post/lib_powerpc/cpu_asm.h | 1 -
post/test
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/nios2/cpu/interrupts.c| 2 --
arch/nios2/include/asm/bitops/atomic.h | 1 -
arch/nios2/include/
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
net/bootp.h | 1 -
net/dns.c | 1 -
net/net.c | 1 -
net/nfs.c | 1 -
net/nfs.h | 1 -
net/rarp.c | 2 -
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/mips/include/asm/io.h | 1 -
arch/mips/include/asm/isa-rev.h | 1 -
arch/mips/
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
lib/blake2/blake2b.c | 4 --
lib/bzip2/bzlib.c | 41 --
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/microblaze/include/asm/bitops.h | 2 --
arch/microblaze/include/asm/posix_types.h | 2 --
arch/microbl
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/m68k/include/asm/bitops.h | 1 -
arch/m68k/include/asm/cache.h | 1 -
arch/m68k/include/asm/immap_
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
fs/btrfs/ctree.h| 1 -
fs/btrfs/disk-io.c | 1 -
fs/btrfs/kernel-shared/b
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
examples/api/glue.c | 1 -
examples/standalone/sched.c | 3 ---
2 files changed, 4 deletions(-)
diff --
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
env/common.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/env/common.c b/env/common.c
index d8c276dddfd.
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
disk/part_amiga.c | 1 -
disk/part_amiga.h | 2 --
disk/part_dos.c | 1 -
disk/part_iso.h | 5 -
disk/pa
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
common/bootstage.c | 1 -
common/cli_hush.c | 4 --
common/cli_hush_upstream.c | 26 -
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
cmd/ab_select.c | 1 -
cmd/bootm.c | 2 --
cmd/bootstage.c | 1 -
cmd/cache.c |
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
boot/pxe_utils.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/boot/pxe_utils.c b/boot/pxe_utils.c
index 53
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/mach-sunxi/clock_sun8i_a83t.c | 1 -
arch/arm/mach-sunxi/clock_sun9i.c | 2 --
arch/arm/mach-sunxi
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/mach-stm32mp/cmd_stm32prog/cmd_stm32prog.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/mach-socfpga/clock_manager_gen5.c | 1 -
arch/arm/mach-socfpga/freeze_controller.c
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/mach-renesas/include/mach/rcar-base.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/mach-kirkwood/mpp.c | 1 -
arch/arm/mach-mvebu/mbus.c
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/mach-imx/cache.c | 1 -
arch/arm/mach-imx/imx8/cpu.c | 2 --
arch/arm/mach-imx/i
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/mach-exynos/common_setup.h | 1 -
arch/arm/mach-exynos/exynos4_setup.h| 2 --
arch/arm/
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/mach-davinci/da850_lowlevel.c | 1 -
arch/arm/mach-keystone/include/mach/psc_defs.h | 1 -
arch
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/mach-at91/include/mach/at91_pio.h | 1 -
arch/arm/mach-at91/include/mach/atmel_mpddrc.h | 1 -
arch
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/include/asm/byteorder.h| 1 -
arch/arm/include/asm/emif.h | 3 ---
arch/arm/include
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/include/asm/arch-tegra/bpmp_abi.h | 3 ---
arch/arm/include/asm/arch-tegra/clock.h| 1 -
arch/arm/i
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/include/asm/arch-sunxi/clock_sun8i_a83t.h | 2 --
arch/arm/include/asm/arch-sunxi/clock_sun9i.h |
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/include/asm/arch-rockchip/edp_rk3288.h | 1 -
arch/arm/include/asm/arch-rockchip/lvds_rk3288.h | 1 -
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/include/asm/arch-omap3/mem.h | 1 -
arch/arm/include/asm/arch-omap3/mmc_host_def.h | 1 -
arch
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/include/asm/arch-mx27/gpio.h | 1 -
arch/arm/include/asm/arch-mx27/imx-regs.h | 1 -
arch/arm/i
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/include/asm/arch-meson/gpio.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/include/asm/a
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/include/asm/arch-lpc32xx/config.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/include/a
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/include/asm/arch-hi3798cv200/hi3798cv200.h | 1 -
arch/arm/include/asm/arch-hi6220/hi6220.h |
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 1 -
arch/arm/include/asm/arch-fsl-layerscape/strea
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/dts/vf610-pinfunc.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/dts/vf610-pinfunc.h b/a
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arm/cpu/arm926ejs/cpu.c | 1 -
arch/arm/cpu/armv7/arch_timer.c| 1 -
arch/arm/cpu/armv7/b
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
arch/arc/include/asm/io.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arc/include/asm/io.h b/arch/
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Francesco Dolcini
Cc: Sean Anderson
Cc: Simon Glass
Cc: Tom Rini
Cc: u-boot@lists.denx.de
---
api/api.c | 6 --
api/api_storage.c | 8
2 files changed, 14 deletions(-)
diff --git a/api
> From: Simon Glass
> Date: Sat, 13 Jul 2024 08:00:34 +0100
>
> Universal Payload (UPL) is an Industry Standard for firmware
> components[1].
I think you have some trouble understanding the concept of industry
standard ;). I guess you want this to become an industry standard.
Firmly https://xkc
1 - 100 of 125 matches
Mail list logo