Hi,
On 3/16/23 17:52, Stefan Herbrechtsmeier wrote:
Hi Siva Durga Prasad Paladugu,
we want to add rgmii-id support to the gmiitorgmii phy driver. How does the
correct device tree for the gmiitorgmii looks like? The converter sits between
the MAC and the external PHY (MAC <==> GMII2RGMII <==>
Hi Simon,
On 16/03/23 10:10, Nikhil M Jain wrote:
Hi Simon,
On 15/03/23 19:38, Simon Glass wrote:
Hi Nikhil,
On Wed, 15 Mar 2023 at 00:07, Nikhil M Jain wrote:
Hi Simon,
On 15/03/23 03:38, Simon Glass wrote:
Hi Nikhil,
On Mon, 13 Mar 2023 at 04:15, Nikhil M Jain wrote:
To enable spla
>
> This patch series adds support for NFSv1 and is more
> or less a rebased version of an older series.
>
> During V1 there was a discussion if it really makes sense
> to bring more features into the network stack of U-Boot as it
> is just a bootloader. As TCP support landed I thought I might
> gi
>
> The call to DEFINE_ALIGN_BUFFER for the rx_desc array
> conained an icnonsistency as 16 receive descriptors
> were allocated when the remaining code would only use
> 8 of them.
>
> Signed-off-by: Christian Gmeiner
gentle ping
--
greets
--
Christian Gmeiner, MSc
https://christian-gmeiner.in
On 17/03/2023 03:54, Bough Chen wrote:
-Original Message-
From: Luca Ellero
Sent: 2023年3月15日 21:36
To: u-boot@lists.denx.de; sba...@denx.de; feste...@gmail.com; dl-uboot-imx
; luca.ell...@brickedbrain.com; Ye Li ;
Peng Fan ; Bough Chen
Cc: Luca Ellero
Subject: [PATCH 1/3] dm: adc: add
Tom Rini writes:
...
>> Hi Tom,
>>
>> Could you please review and merge this patches as these are bug fixes to
>> get HS devices working.
>
> Is this a regression fix vs v2023.01 or new feature support? Thanks.
Its regression fix vs 2023.01 for HS devices. Thanks.
~Kamlesh
>
> --
> Tom
I have a couple of boards, e.g. foo21, bar33, each with a few
different revisions, so I have
foo21-revA.dts
foo21-revB.dts
bar33-revA.dts
bar33-revB.dts
Now the necessary U-Boot specific additions for the foo21 boards
doesn't depend on the revision (likely for bar33), so I just want to
ha
From: Stefan Herbrechtsmeier
Do not mangle lower or mixed case filenames which fit into the upper
case 8.3 short filename. This ensures FAT standard compatible short
filenames (SFN) to support systems without long filename (LFN) support
like boot roms (ex. SFN BOOT.BIN instead of BOOT~1.BIN for L
On 3/16/23 17:34, Peter Hoyes wrote:
From: Peter Hoyes
64597346 "fdt: Add -q option to fdt addr for distro_bootcmd" introduced
the -q option for fdt addr, which sets the current working fdt address
without printing any output.
baf41410 "fdt: Show a message when the working FDT changes" made th
The deletion process handles special case for symlinks whose target are
small enough that it fits in struct ext2_inode.b.symlink. So no block had
been allocated. But the check of file type wrongly considered regular
files as symlink. So, no block was freed. So, the EXT4 partition could be
corrupted
Heinrich reports that compiling with LTO & EFI breaks armv7 and arm11*
builds. The reason is that LTO (maybe a binutils bug?) replaces the
asm version of allow_unaligned() with the __weak definition of the
function. As a result EFI code ends up running with unaligned accesses
disabled and eventua
On 3/17/23 14:42, Ilias Apalodimas wrote:
Heinrich reports that compiling with LTO & EFI breaks armv7 and arm11*
builds. The reason is that LTO (maybe a binutils bug?) replaces the
asm version of allow_unaligned() with the __weak definition of the
function. As a result EFI code ends up running
Hi Heinrich,
On Fri, Mar 17, 2023 at 02:56:02PM +0100, Heinrich Schuchardt wrote:
> On 3/17/23 14:42, Ilias Apalodimas wrote:
> > Heinrich reports that compiling with LTO & EFI breaks armv7 and arm11*
> > builds. The reason is that LTO (maybe a binutils bug?) replaces the
> > asm version of allow
From: Thomas Perrot
These operations are required by dm_rtc_read and
dm_bootcount_get helpers.
Signed-off-by: Thomas Perrot
---
drivers/rtc/m41t62.c | 12
1 file changed, 12 insertions(+)
diff --git a/drivers/rtc/m41t62.c b/drivers/rtc/m41t62.c
index 66a0faa0ecff..891fe09d311b 10
On Thu, Mar 16, 2023 at 11:25:17PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Thu, 2 Mar 2023 at 08:14, Tom Rini wrote:
> >
> > On Wed, Mar 01, 2023 at 08:39:27PM -0700, Simon Glass wrote:
> >
> > > These two features use a lot of common options. Move them into a common
> > > CONFIG to reduce dup
On Fri, Mar 17, 2023 at 04:01:58PM +0200, Ilias Apalodimas wrote:
> Hi Heinrich,
>
> On Fri, Mar 17, 2023 at 02:56:02PM +0100, Heinrich Schuchardt wrote:
> > On 3/17/23 14:42, Ilias Apalodimas wrote:
> > > Heinrich reports that compiling with LTO & EFI breaks armv7 and arm11*
> > > builds. The re
On Fri, Mar 17, 2023 at 02:21:16PM +0530, Kamlesh Gurudasani wrote:
> Tom Rini writes:
> ...
> >> Hi Tom,
> >>
> >> Could you please review and merge this patches as these are bug fixes to
> >> get HS devices working.
> >
> > Is this a regression fix vs v2023.01 or new feature support? Thanks.
>
For some ARM64 cores there is a facility that allows the page
table walker to track the dirty state of a page. These commits
enhances the performance of CMOs by VA.
Marc Zyngier (2):
arm64: Use FEAT_HAFDBS to track dirty pages when available
arm64: Use level-2 for largest block mappings when F
From: Marc Zyngier
Some recent arm64 cores have a facility that allows the page
table walker to track the dirty state of a page. This makes it
really efficient to perform CMOs by VA as we only need to look
at dirty pages.
Signed-off-by: Marc Zyngier
[ Paul: pick from the Android tree. Rebase to
From: Marc Zyngier
In order to make invalidation by VA more efficient, set the largest
block mapping to 2MB, mapping it onto level-2. This has no material
impact on u-boot's runtime performance, and allows a huge speedup
when cleaning the cache.
Signed-off-by: Marc Zyngier
[ Paul: pick from the
From: meitao
u-boot could be run at EL1/EL2/EL3. so we set it as same as EL1 does.
otherwise it will hang when enable mmu, that is what we encounter
in our SOC.
Signed-off-by: meitao
[ Paul: pick from the Android tree. Rebase to the upstream ]
Signed-off-by: Ying-Chun Liu (PaulLiu)
Cc: Tom Rin
To be able to initialize the pinctrl correctly at SPL level and read
u-boot proper from SD-Card, the pinctrl must be initialized.
Signed-off-by: Eugen Hristev
---
Changes in v2:
- add u-boot,dm-spl to pull up nodes, to also setup the pull control
correctly. Also, in the loop that initializes mult
Add pinctrl driver in SPL. Do not remove pinctrl properties for SPL dtb.
Signed-off-by: Eugen Hristev
---
configs/rock5b-rk3588_defconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configs/rock5b-rk3588_defconfig b/configs/rock5b-rk3588_defconfig
index 86acb6da4306..6a
On Mon, Mar 13, 2023 at 03:31:32PM +0100, Mark Kettenis wrote:
> > From: Janne Grunau
> > Date: Mon, 13 Mar 2023 14:54:32 +0100
> >
> > Apple silicon SoCs have numerous embedded co-processors with pre-loaded
> > firmware. The co-processors text and data sections need to be mapped via
> > DART iom
On Fri, Mar 10, 2023 at 09:53:02AM +, Peter Hoyes wrote:
> From: Peter Hoyes
>
> The default behavior of Gitlab runners is to only run jobs which match
> the configured tag, although there is an option to run untagged jobs
> [1].
>
> To support running the CI in more complex environments wh
On Fri, Mar 10, 2023 at 09:53:03AM +, Peter Hoyes wrote:
> From: Peter Hoyes
>
> To conserve bandwidth and potentially avoid rate limits, allow a local
> mirror of Docker Hub to be specified globally. The default value is
> unchanged.
>
> Signed-off-by: Peter Hoyes
Oh neat. What we have t
On Fri, Mar 17, 2023 at 11:16:25AM +1300, Chris Packham wrote:
> Adding support for Analog Devices MAX313XX series RTCs.
>
> This is ported from the Linux driver and adapted for use in u-boot.
> Notable differences are
> - handling of tm_year and tm_mon differ
> - clock source support is omitted
>
On 17/03/2023 12:17, Marek Vasut wrote:
On 3/16/23 17:34, Peter Hoyes wrote:
From: Peter Hoyes
64597346 "fdt: Add -q option to fdt addr for distro_bootcmd" introduced
the -q option for fdt addr, which sets the current working fdt address
without printing any output.
baf41410 "fdt: Show a mess
Hi,
On 11/28/22 10:22, Patrick Delaunay wrote:
In the MTD DFU backend, it is needed to mark the NAND block bad when the
erase failed with the -EIO error, as it is done in UBI and JFFS2 code.
This operation is not done in the MTD framework, but the bad block
tag (in BBM or in BBT) is required to
> Date: Fri, 17 Mar 2023 12:43:16 -0400
> From: Tom Rini
>
> On Mon, Mar 13, 2023 at 03:31:32PM +0100, Mark Kettenis wrote:
> > > From: Janne Grunau
> > > Date: Mon, 13 Mar 2023 14:54:32 +0100
> > >
> > > Apple silicon SoCs have numerous embedded co-processors with pre-loaded
> > > firmware. Th
Hi Tom,
On Fri, 17 Mar 2023 at 08:34, Tom Rini wrote:
>
> On Thu, Mar 16, 2023 at 11:25:17PM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Thu, 2 Mar 2023 at 08:14, Tom Rini wrote:
> > >
> > > On Wed, Mar 01, 2023 at 08:39:27PM -0700, Simon Glass wrote:
> > >
> > > > These two features use a
Hi Chris,
On Thu, 16 Mar 2023 at 16:16, Chris Packham wrote:
>
> Adding support for Analog Devices MAX313XX series RTCs.
>
> This is ported from the Linux driver and adapted for use in u-boot.
> Notable differences are
> - handling of tm_year and tm_mon differ
> - clock source support is omitted
On Fri, Mar 17, 2023 at 12:29:18PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Fri, 17 Mar 2023 at 08:34, Tom Rini wrote:
> >
> > On Thu, Mar 16, 2023 at 11:25:17PM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Thu, 2 Mar 2023 at 08:14, Tom Rini wrote:
> > > >
> > > > On Wed, Mar 01, 202
On 3/9/23 14:30, Eugen Hristev wrote:
On 3/8/23 16:39, Claudiu Beznea wrote:
This patch series originates from a bigger patch series:
https://lists.denx.de/pipermail/u-boot/2022-December/502865.html
A driver for clock operations on SAM9X60's USB clock has been added as
well as its registration
Hi All,
Randomly observed following issue on RPi4 board, logs:
U-Boot 2023.01 (Mar 17 2023 - 12:01:18 +)
DRAM: 948 MiB (effective 7.9 GiB)
RPI 4 Model B (0xd03114)
Core: 211 devices, 17 uclasses, devicetree: board
MMC: mmcnr@7e30: 1, mmc@7e34: 0
Loading En
Building U-Boot SPL with CLK_SCMI and SCMI_FIRMWARE Kconfig options
enabled and SPL_FIRMWARE disabled result in the following error.
drivers/clk/clk_scmi.o: in function `scmi_clk_gate':
drivers/clk/clk_scmi.c:84: undefined reference to `devm_scmi_process_msg'
drivers/clk/clk_scmi.c:88: undef
Sync the sdmmc node from linux-next, include required nodes in SPL and
imply Kconfig options required for functional sdmmc clk in SPL and
U-Boot proper.
This make it possible for both SPL and U-Boot proper to configure sdmmc
clocks. In SPL, before TF-A is loaded, scru regs is configured, in
U-Boot
Booting from sdmmc on RK3588 currently works because of a workaround in
the device tree, clocks are reordered so that the driver use ciu-sample
instead of ciu, and the BootRom initializes sdmmc clocks before SPL is
loaded into DRAM.
The sdmmc clocks are normally controlled by TF-A using SCMI. Howe
The API is more convenient to use if one doesn't have to know upfront
which gpio controller has a line with the name one is searching for,
and arrange to look that device up somehow. Or implement this loop
oneself.
Signed-off-by: Rasmus Villemoes
---
drivers/gpio/gpio-uclass.c | 7 +++
inclu
Hello,
We have been having an issue with IDE and SCSI drives not being usable on the
x86 architecture.
After bisecting, it looks like commit f2ebaaa9f38defaf2e616a9fc489fe8b4021
(pci: Handle failed calloc in decode_regions()) is the culprit.
Indeed, it was working when decode_regions() was
Booting from sdmmc on RK3588 currently works because of a workaround in
the device tree, clocks are reordered so that the driver use ciu-sample
instead of ciu, and the BootRom initializes sdmmc clocks before SPL is
loaded into DRAM.
The sdmmc clocks are normally controlled by TF-A using SCMI. Howe
TI's security enforcing SoCs will authenticate each binary it loads by
comparing it's signature with keys etched into the SoC during the boot
up process. The am62ax family of SoCs by default will have some level of
security enforcement checking. To keep things as simple as possible,
enable the CONF
42 matches
Mail list logo