The existence of devices should be checked in the bind method and not in
the probe method. Adjust the RISC-V Zkr RNG driver accordingly.
Use ENOENT (and not ENODEV) to signal that the device is not available.
Fixes: ceec977ba1a9 ("rng: Provide a RNG based on the RISC-V Zkr ISA extension")
Reporte
On 18:31-20231103, Andrew Davis wrote:
[...]
> > diff --git a/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi
> > b/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi
> > index b489d8afbe36..a6d7c2df20e0 100644
> > --- a/arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi
&
This file is common for all of K3, move it out of board/ directory and
into mach-k3. And change the relative paths to absolute paths in the
binman paths.
While at it, drop the reference in verdin-binman file which is
redundant.
Signed-off-by: Nishanth Menon
---
Changes from V1:
* Dropped the ove
Hi,
V2 of the series broadening the scope a bit more here.
Changes in V2:
* Drop the override from verdin binman files since the default depends
on k3-binman.dtsi
* Move the TI dummy keys out to arch as well (new patch)
V1: https://lore.kernel.org/all/20231103224453.3264313-1...@ti.com/
Nisha
This file is used to emulate customer keys on TI development board
ecosystems, move it out of board/ directory and into mach-k3. And
change the relative paths to absolute paths in the binman paths.
While at it, drop the reference in verdin-binman file which is
redundant.
Signed-off-by: Nishanth M
From: Benjamin Szőke
Signed-off-by: Benjamin Szőke
---
board/technexion/pico-imx7d/pico-imx7d.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/technexion/pico-imx7d/pico-imx7d.c
b/board/technexion/pico-imx7d/pico-imx7d.c
index 6e98b85b28..7f5a092457 100644
--- a/boar
On 2023-10-23 11:06 p.m., Heinrich Schuchardt wrote:
On 10/24/23 02:21, seanedm...@linux.microsoft.com wrote:
From: Sean Edmond
This patch introduces 3 improvements to align with RFC 951:
- retransmission backoff interval maximum is configurable
- initial retranmission backoff interval is co
On 2023-10-23 10:54 p.m., Heinrich Schuchardt wrote:
On 10/24/23 02:21, seanedm...@linux.microsoft.com wrote:
From: Sean Edmond
Allow dhcp server pass pxe config file full path by using option 209
Signed-off-by: Sean Edmond
---
cmd/Kconfig | 4
cmd/pxe.c | 10 ++
net/bo
From: Sean Edmond
In our datacenter application, a single DHCP server is servicing 36000+ clients.
Improvements are required to the DHCPv4 retransmission behavior to align with
RFC and ensure less pressure is exerted on the server:
- retransmission backoff interval maximum is configurable
(env
From: Sean Edmond
Allow dhcp server pass pxe config file full path by using option 209
as specified in RFC5071.
Signed-off-by: Sean Edmond
---
cmd/Kconfig | 4
cmd/pxe.c | 10 ++
net/bootp.c | 21 +
net/bootp.h | 2 ++
4 files changed, 37 insertions(+)
dif
From: Sean Edmond
This patch introduces 3 improvements to align with RFC 951:
- retransmission backoff interval maximum is configurable
- initial retranmission backoff interval is configurable
- transaction ID is kept the same for each BOOTP/DHCPv4 request
In applications where thousands of node
From: Sean Edmond
The new config option BOOTP_RANDOM_XID will randomize the transaction ID
for each new BOOT/DHCPv4 exchange.
Signed-off-by: Sean Edmond
---
cmd/Kconfig | 7 +++
net/bootp.c | 31 +--
2 files changed, 24 insertions(+), 14 deletions(-)
diff --gi
On 11/3/23 5:44 PM, Nishanth Menon wrote:
This file is common for all of K3, move it out of board/ directory and
into mach-k3. And change the relative paths to absolute paths in the
binman paths.
Signed-off-by: Nishanth Menon
---
Cc: Neha Malcom Francis
Cc: Simon Glass
Cc: Marcel Ziswiler
Cc
From: Fabio Estevam
The aliases are currently indented using spaces.
Fix it to use the standard tab indentation.
Signed-off-by: Fabio Estevam
---
arch/arm/dts/imx7d-pico-pi-u-boot.dtsi | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/dts/imx7d-pico-pi-u-
Hi Benjamin,
On Fri, Nov 3, 2023 at 6:16 PM wrote:
>
> From: Benjamin Szőke
>
> Signed-off-by: Benjamin Szőke
> ---
> board/technexion/pico-imx7d/pico-imx7d.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/technexion/pico-imx7d/pico-imx7d.c
> b/board/technexion
From: Fabio Estevam
With Ethernet DM in place, there is no longer the need for having
the board_phy_config() anymore.
Remove it.
Tested on imx7d-pico-pi board:
=> setenv autoload no
=> dhcp
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 42
DHCP client bound to address 192.168.0.138
This file is common for all of K3, move it out of board/ directory and
into mach-k3. And change the relative paths to absolute paths in the
binman paths.
Signed-off-by: Nishanth Menon
---
Cc: Neha Malcom Francis
Cc: Simon Glass
Cc: Marcel Ziswiler
Cc: Vignesh Raghavendra
Cc: Francesco Dolcini
On Fri, Nov 3, 2023 at 6:59 PM Szőke Kálmán Benjamin
wrote:
>
> You said it should be a separated patch, here it is. Totaly usless to make
> big commit descripton for a type fix. Merge it!!
Any reason why you dropped the U-Boot list?
Yes, I said it should be a separate patch from the original
Am 3. November 2023 20:14:46 OEZ schrieb Simon Glass :
>Hi Heinrich,
>
>On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote:
>>
>>
>>
>> Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass :
>> >Hi,
>> >
>> >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote:
>> >>
>> >> [unfortunately I am n
On 16:20-20231103, Tom Rini wrote:
> On Fri, Nov 03, 2023 at 02:06:29PM -0500, Nishanth Menon wrote:
> > On 13:51-20231103, Andrew Davis wrote:
> > > On 11/2/23 7:38 PM, Nishanth Menon wrote:
> > > > Add defconfig fragments for J721E based BeagleBone AI-64 and
&g
On Fri, Nov 3, 2023 at 6:16 PM wrote:
>
> From: Benjamin Szőke
>
> Signed-off-by: Benjamin Szőke
Please make sure to run checkpatch and make it happy:
./scripts/checkpatch.pl 0001-pico-imx7d-fix-typo-in-AR8035-comment.patch
WARNING: Missing commit description - Add an appropriate one
total: 0
On Fri, Nov 03, 2023 at 02:06:29PM -0500, Nishanth Menon wrote:
> On 13:51-20231103, Andrew Davis wrote:
> > On 11/2/23 7:38 PM, Nishanth Menon wrote:
> > > Add defconfig fragments for J721E based BeagleBone AI-64 and
> > > corresponding customized environment.
> >
On Fri, Nov 03, 2023 at 01:38:59PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Fri, 3 Nov 2023 at 13:26, Tom Rini wrote:
> >
> > On Fri, Nov 03, 2023 at 12:14:46PM -0600, Simon Glass wrote:
> > > Hi Heinrich,
> > >
> > > On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt
> > > wrote:
> > > >
> > >
On Fri, Nov 03, 2023 at 01:17:18PM -0600, Simon Glass wrote:
> Hi,
>
> On Mon, 23 Oct 2023 at 11:06, Mark Kettenis wrote:
> >
> > > Date: Mon, 23 Oct 2023 12:34:55 -0400
> > > From: Tom Rini
> > >
> > > On Mon, Oct 23, 2023 at 05:37:34PM +0200, Mark Kettenis wrote:
> > > > > From: Simon Glass
>
Hi all,
On Fri, 3 Nov 2023 at 21:17, Simon Glass wrote:
>
> Hi,
>
> On Mon, 23 Oct 2023 at 11:06, Mark Kettenis wrote:
> >
> > > Date: Mon, 23 Oct 2023 12:34:55 -0400
> > > From: Tom Rini
> > >
> > > On Mon, Oct 23, 2023 at 05:37:34PM +0200, Mark Kettenis wrote:
> > > > > From: Simon Glass
> >
On Fri, Nov 03, 2023 at 09:39:51PM +0200, Svyatoslav Ryhel wrote:
>
>
> 3 листопада 2023 р. 21:03:39 GMT+02:00, Tom Rini
> написав(-ла):
> >On Tue, Oct 24, 2023 at 11:37:59AM +0300, Svyatoslav Ryhel wrote:
> >
> >> UCLASS_PMIC may have GPIO children without exposed fdt node,
> >> in this case i
Hi Heinrich,
On Wed, 25 Oct 2023 at 15:22, Heinrich Schuchardt
wrote:
>
> On 10/25/23 23:13, Tom Rini wrote:
> > On Wed, Oct 25, 2023 at 10:28:05PM +0200, Mark Kettenis wrote:
> >>> Date: Wed, 25 Oct 2023 21:57:44 +0200
> >>> From: Heinrich Schuchardt
> >>>
> >>> On 10/25/23 20:23, Simon Glass w
Hi Simon
On Fri, 3 Nov 2023 at 21:17, Simon Glass wrote:
>
> Hi,
>
> On Mon, 23 Oct 2023 at 11:06, Mark Kettenis wrote:
> >
> > > Date: Mon, 23 Oct 2023 12:34:55 -0400
> > > From: Tom Rini
> > >
> > > On Mon, Oct 23, 2023 at 05:37:34PM +0200, Mark Kettenis wrote:
> > > > > From: Simon Glass
>
3 листопада 2023 р. 21:03:39 GMT+02:00, Tom Rini
написав(-ла):
>On Tue, Oct 24, 2023 at 11:37:59AM +0300, Svyatoslav Ryhel wrote:
>
>> UCLASS_PMIC may have GPIO children without exposed fdt node,
>> in this case if requesting fails, check if uclass is PMIC.
>> If so, iterate through its childr
Hi Heinrich,
On Wed, 1 Nov 2023 at 14:20, Heinrich Schuchardt
wrote:
>
> On 11/1/23 19:05, Andre Przywara wrote:
> > On Tue, 31 Oct 2023 14:55:50 +0200
> > Heinrich Schuchardt wrote:
> >
> > Hi Heinrich,
> >
> >> The Zkr ISA extension (ratified Nov 2021) introduced the seed CSR. It
> >> provides
Hi Tom,
On Fri, 3 Nov 2023 at 13:26, Tom Rini wrote:
>
> On Fri, Nov 03, 2023 at 12:14:46PM -0600, Simon Glass wrote:
> > Hi Heinrich,
> >
> > On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote:
> > >
> > >
> > >
> > > Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass :
> > > >Hi,
> > > >
On Fri, 3 Nov 2023 at 12:38, wrote:
>
> From: Sean Edmond
>
> There is a preference to use the "ofnode" API for FDT fixups
> moving forward. The FDT fixup will usually be for the kernel FDT. To
> fixup the kernel FDT with the ofnode API, it's required to set the
> OFNODE_MULTI_TREE option.
>
>
On Fri, 3 Nov 2023 at 12:38, wrote:
>
> From: Sean Edmond
>
> Required to fix the following compile error when building sandbox:
> /tmp/cci9ibby.ltrans21.ltrans.o: In function `do_cedit_load':
> :(.text+0x601d): undefined reference to `oftree_dispose'
>
> Signed-off-by: Sean Edmond
> ---
> driv
On Fri, Nov 03, 2023 at 12:14:46PM -0600, Simon Glass wrote:
> Hi Heinrich,
>
> On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote:
> >
> >
> >
> > Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass :
> > >Hi,
> > >
> > >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote:
> > >>
> > >> [unfor
On 11/3/23 2:06 PM, Nishanth Menon wrote:
On 13:51-20231103, Andrew Davis wrote:
On 11/2/23 7:38 PM, Nishanth Menon wrote:
Add defconfig fragments for J721E based BeagleBone AI-64 and
corresponding customized environment.
Signed-off-by: Nishanth Menon
---
board/ti/j721e/beagleboneai64.env
Hi,
On Mon, 23 Oct 2023 at 11:06, Mark Kettenis wrote:
>
> > Date: Mon, 23 Oct 2023 12:34:55 -0400
> > From: Tom Rini
> >
> > On Mon, Oct 23, 2023 at 05:37:34PM +0200, Mark Kettenis wrote:
> > > > From: Simon Glass
> > > > Date: Mon, 23 Oct 2023 00:08:40 -0700
> > > >
> > > > > > fdt_node_check
On 13:51-20231103, Andrew Davis wrote:
> On 11/2/23 7:38 PM, Nishanth Menon wrote:
> > Add defconfig fragments for J721E based BeagleBone AI-64 and
> > corresponding customized environment.
> >
> > Signed-off-by: Nishanth Menon
> > ---
> > board/
On Tue, Oct 24, 2023 at 11:37:59AM +0300, Svyatoslav Ryhel wrote:
> UCLASS_PMIC may have GPIO children without exposed fdt node,
> in this case if requesting fails, check if uclass is PMIC.
> If so, iterate through its children to find correct device.
>
> Signed-off-by: Svyatoslav Ryhel
> ---
>
On 11/2/23 7:38 PM, Nishanth Menon wrote:
Add defconfig fragments for J721E based BeagleBone AI-64 and
corresponding customized environment.
Signed-off-by: Nishanth Menon
---
board/ti/j721e/beagleboneai64.env| 19
board/ti/j721e/beagleboneai64_a72.config | 55 +++
From: Sean Edmond
There is a preference to use the "ofnode" API for FDT fixups
moving forward. The FDT fixup will usually be for the kernel FDT. To
fixup the kernel FDT with the ofnode API, it's required to set the
OFNODE_MULTI_TREE option.
To ensure existing users of kaslr fdt fixup are not i
From: Dhananjay Phadke
Add support for KASLR seed from the RNG device. Invokes dm_rng_read()
API to read 8-bytes of random bytes. Performs the FDT fixup using event
spy. To enable use CONFIG_KASLR_RNG_SEED
Signed-off-by: Dhananjay Phadke
Signed-off-by: Drew Kluemke
Signed-off-by: Sean Edmond
From: Sean Edmond
Use the newly introduced common API fdt_fixup_kaslr_seed() in the
kaslrseed command.
Signed-off-by: Sean Edmond
---
cmd/kaslrseed.c | 22 --
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/cmd/kaslrseed.c b/cmd/kaslrseed.c
index 9acb8e16386.
From: Sean Edmond
Required to fix the following compile error when building sandbox:
/tmp/cci9ibby.ltrans21.ltrans.o: In function `do_cedit_load':
:(.text+0x601d): undefined reference to `oftree_dispose'
Signed-off-by: Sean Edmond
---
drivers/core/ofnode.c | 12 ++--
1 file changed, 6
From: Dhananjay Phadke
fdt_fixup_kaslr_seed() will update given ofnode with random seed value.
Source for random seed can be TPM or RNG driver in u-boot or sec
firmware (ARM).
Signed-off-by: Dhananjay Phadke
Signed-off-by: Sean Edmond
---
arch/arm/cpu/armv8/sec_firmware.c | 39 +++
From: Sean Edmond
This patch series creates a common API (fdt_fixup_kaslr_seed()) for
populating the kaslr seed in the DTB. Existing users (kaslrseed,
and ARMv8 sec firmware) have been updated to use this common API.
New functionality has been introduced to populate the kaslr using
the RNG. T
On Thu, Nov 2, 2023 at 5:45 PM wrote:
>
> From: Benjamin Szőke
>
> Technexion PICO-IMX7 SoM is supporting USDHC3 (eMMC or micro SD on SoM)
> and USDHC1 (SD on carrier board) to use on any carrier board like
> PICO-NYMPH. Based on the U-Boot version from Technexion it adds
> baseboard SD card boot
Hi Heinrich,
On Fri, 3 Nov 2023 at 11:52, Heinrich Schuchardt wrote:
>
>
>
> Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass :
> >Hi,
> >
> >On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote:
> >>
> >> [unfortunately I am not receiving email from the list at present]
> >>
> >> Hi Heinrich,
>
In the Subject: simply remove the [PATCH 1/1] [u-boot][master] text as
it is not useful.
On Thu, Nov 2, 2023 at 5:45 PM wrote:
> -aliases {
> -mmc0 = &usdhc3;
> -usb0 = &usbotg1;
> -display0 = &lcdif;
> -};
> + aliases {
> + mmc0 = &usdhc3;
> +
Hi Simon,
Thanks for the review.
On 03/11/23 04:16, Simon Glass wrote:
On Tue, 31 Oct 2023 at 13:12, Devarsh Thakkar wrote:
Skip framebufer reservation if it was already reserved
from previous stage and whose information was passed
using a bloblist.
Signed-off-by: Devarsh Thakkar
Reviewed-
Hi Simon,
Thanks for the review.
On 03/11/23 04:16, Simon Glass wrote:
Hi Devarsh,
On Tue, 31 Oct 2023 at 13:12, Devarsh Thakkar wrote:
Start reservations needed for init sequence only after catching
bloblists from previous stage.
This is to avoid catching bloblists in the middle causing
g
Hi Simon,
Thanks for the review.
On 03/11/23 04:16, Simon Glass wrote:
Hi Devarsh,
On Tue, 31 Oct 2023 at 13:12, Devarsh Thakkar wrote:
Add function spl_reserve_video which is a wrapper
around video_reserve to setup video memory and update
the relocation address pointer.
Setup video memory
On Fri, Nov 03, 2023 at 11:12:40AM -0600, Simon Glass wrote:
> Hi,
>
> On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote:
> >
> > [unfortunately I am not receiving email from the list at present]
> >
> > Hi Heinrich,
> >
> > On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt
> > wrote:
> > >
> > >
Am 3. November 2023 19:12:40 OEZ schrieb Simon Glass :
>Hi,
>
>On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote:
>>
>> [unfortunately I am not receiving email from the list at present]
>>
>> Hi Heinrich,
>>
>> On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt wrote:
>> >
>> > On 10/25/23 04:49,
Hi,
On Sat, 28 Oct 2023 at 12:41, Simon Glass wrote:
>
> [unfortunately I am not receiving email from the list at present]
>
> Hi Heinrich,
>
> On Wed, 25 Oct 2023 at 21:39, Heinrich Schuchardt wrote:
> >
> > On 10/25/23 04:49, Simon Glass wrote:
> > > Hi Heinrich,
> > >
> > > On Tue, 24 Oct 202
Yo,
Since you sent it to me, I may as well comment...
On Fri, Nov 03, 2023 at 05:03:25PM +0100, Michal Simek wrote:
> MicroBlaze V is new AMD/Xilinx soft-core 32bit RISC-V processor IP.
> It is hardware compatible with classic MicroBlaze processor.
>
> The patch contains initial wiring and confi
MicroBlaze V is new AMD/Xilinx soft-core 32bit RISC-V processor IP.
It is hardware compatible with classic MicroBlaze processor.
The patch contains initial wiring and configuration for initial HW design
with memory, cpu, interrupt controller, timers and uartlite console.
Provided DT is just descr
The RCG divider field takes a value of (2*h - 1) where h is the divisor.
This allows fractional dividers to be supported by calculating them at
compile time using a macro.
However, the clk_rcg_set_rate_mnd() function was also performing the
calculation. Clean this all up and consistently use the F
This property is needed on some platforms to ensure that only the
relevant bits are set in the M/N/D registers.
Signed-off-by: Caleb Connolly
Reviewed-by: Sumit Garg
---
drivers/clk/qcom/clock-apq8016.c | 4 ++--
drivers/clk/qcom/clock-apq8096.c | 4 ++--
drivers/clk/qcom/clock-qcom.c| 11
From: Konrad Dybcio
Qualcomm's clock controller blocks actually do much more than it
says on the tin.. They provide clocks, resets and power domains.
Currently, U-Boot requires one to spawn 2 separate devices for
controlling clocks and resets, both spanning the same register space.
Refactor the c
Currently, it isn't possible to build clock drivers for more than one
platform due to how the msm_enable() and msm_set_rate() callbacks are
implemented.
Extend qcom_clk_data to include function pointers for these and convert
all platforms to use them.
Previously, clock drivers relied on include/c
Many gate clocks can be enabled with a single register write, add support
for defining these simple gate clocks and add the ones found on SDM845.
While we're here, inline clk_init_uart() into msm_set_rate().
Reviewed-by: Sumit Garg
Signed-off-by: Caleb Connolly
---
drivers/clk/qcom/clock-qcom.
This driver is just a stub, but it's necessary to support the upcoming
reset driver changes.
Reviewed-by: Sumit Garg
Signed-off-by: Caleb Connolly
---
arch/arm/Kconfig | 1 +
arch/arm/mach-ipq40xx/Makefile | 1 -
drivers/clk/qcom/Kconfig
Clock drivers don't belong here, move them to the right place and
declutter mach-snapdragon a bit.
To de-couple these drivers from specific "target" platforms, add
additional config options to enable each clock driver gated behind a
common CLK_QCOM option and enable them by default for the respect
This series begins making some headway towards cleaning up Qualcomm
platform support in u-boot. The following is a rough overview of the
changes:
* Move the Qualcomm clock drivers out of mach-snapdragon and into clk/qcom
* Introduce per-platform clock driver configs to decouple Qualcomm platform
On Thu, Nov 02, 2023 at 07:37:50PM -0500, Nishanth Menon wrote:
> Cleanups for J721e/J7200 and add support for BeagleBone AI-64
>
> Based off:
> master 07fe79c93c5c Merge tag 'i2cfixes-for-v2024-01-rc2' of
> https://source.denx.de/u-boot/custodians/u-boot-i2c
>
> Boot Logs:
> J721e-SK: https://
CONFIG_SYS_LOAD_ADDR is usually configured as the address where
the kernel should be loaded at. It can be problematic to use it
as a generic temporary buffer for FIT compressed blobs.
An example is when the image is a compressed kernel with load
address equal to CONFIG_SYS_LOAD_ADDR, this causes (
Signed-off-by: Loic Poulain
---
common/spl/spl_fit.c | 10 ++
include/spl.h| 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c
index 1d42cb1d10..08428660b0 100644
--- a/common/spl/spl_fit.c
+++ b/common/spl/spl_fit.
And simplify further decompression testing.
Signed-off-by: Loic Poulain
---
common/spl/spl_fit.c | 27 +--
1 file changed, 21 insertions(+), 6 deletions(-)
diff --git a/common/spl/spl_fit.c b/common/spl/spl_fit.c
index 70d8d5942d..1d42cb1d10 100644
--- a/common/spl/spl_f
On 02/11/2023 08:24, Sumit Garg wrote:
> On Tue, 31 Oct 2023 at 03:54, Caleb Connolly
> wrote:
>>
>> The RCG divider field takes a value of (2*h - 1) where h is the divisor.
>> This allows fractional dividers to be supported by calculating them at
>> compile time using a macro.
>>
>> However,
neral-updates' (2023-10-30 16:01:54 -0400)
are available in the Git repository at:
g...@source.denx.de:/u-boot/custodians/u-boot-snapdragon.git
tags/qcom-pull-20231103
for you to fetch changes up to 48eb294bec471d5d4e176ad030671a221f307074:
MAINTAINERS: update Qualcomm maintainer (2023-1
On Thu, Nov 02, 2023 at 10:54:31PM +, Simon Glass wrote:
> Hi Tom,
>
> Just various bugfixes, apart from the TI one
>
>
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/3227baad05481e37d75aeae7c7c1467fd6903f7d
>
> https://dev.azure.com/simon0972/u-boot/_build/results?buildId=5
cbba1b7766bd93d74e28202c46e69095ac13760b:
Merge branch '2023-10-30-assorted-general-updates' (2023-10-30 16:01:54 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git
tags/u-boot-dfu-20231103
for you to fetch cha
On 02/11/2023 11:49, Sumit Garg wrote:
> On Tue, 31 Oct 2023 at 20:49, Caleb Connolly
> wrote:
>>
>> As Ramon has been inactive for some time now, add myself and Neil
>> Armstrong to maintain Qualcomm efforts going forwards.
>>
>> Signed-off-by: Caleb Connolly
>> ---
>> I greatly appreciate t
On lis 03, 2023 11:03, Jonas Karlman wrote:
> On 2023-11-03 10:34, Slawomir Stepien wrote:
> > Hi Jonas and Kever
> >
> > Thanks for clarifying the situation Kever! Please see below my proposition.
> > What do you think?
>
> Yes, this matches my proposition at [1], and I have a series queued now
Hi Jonas and Kever
Thanks for clarifying the situation Kever! Please see below my proposition.
What do you think?
On lis 02, 2023 15:27, Kever Yang wrote:
> Hi Jonas,
>
> On 2023/11/1 00:45, Jonas Karlman wrote:
> > On 2023-10-31 17:13, Slawomir Stepien wrote:
> > > Mark the flash@0 as BROM_BOO
Am Freitag, 3. November 2023, 10:28:12 CET schrieb Quentin Schulz:
> From: Quentin Schulz
>
> It's happened that glitches on the STM32_RST and STM32_BOOT lines have
> put the STM32 companion microcontroller into DFU mode making it not boot
> its FW, rendering it useless for the user.
>
> Conside
On 2023-11-03 10:34, Slawomir Stepien wrote:
> Hi Jonas and Kever
>
> Thanks for clarifying the situation Kever! Please see below my proposition.
> What do you think?
Yes, this matches my proposition at [1], and I have a series queued now
that we have gotten the answer.
Have included your commi
Hi Slawomir,
On 2023/11/3 17:34, Slawomir Stepien wrote:
Hi Jonas and Kever
Thanks for clarifying the situation Kever! Please see below my proposition.
What do you think?
On lis 02, 2023 15:27, Kever Yang wrote:
Hi Jonas,
On 2023/11/1 00:45, Jonas Karlman wrote:
On 2023-10-31 17:13, Slawom
Hi Jaehoon,
On ven., nov. 03, 2023 at 10:07, "Jaehoon Chung" wrote:
> Hi Mathtjjs,
>
>> -Original Message-
>> From: Mattijs Korpershoek
>> Sent: Thursday, November 2, 2023 6:15 PM
>> To: Jaehoon Chung
>> Cc: lu...@denx.de; u-boot@lists.denx.de
>> Subject: Re: [PATCH] dfu: add CONFIG_DF
From: Quentin Schulz
Now that Ringneck requires some board-specific code (namely resetting
the MCU companion controller) to be run during SPL stage, let's enable
SPL_BOARD_INIT.
Cc: Quentin Schulz
Reviewed-by: Heiko Stuebner
Signed-off-by: Quentin Schulz
---
configs/ringneck-px30_defconfig |
From: Quentin Schulz
It's happened that glitches on the STM32_RST and STM32_BOOT lines have
put the STM32 companion microcontroller into DFU mode making it not boot
its FW, rendering it useless for the user.
Considering that the STM32 companion microcontroller is always reset on
a reboot or powe
It's happened that glitches on the STM32_RST and STM32_BOOT lines have
put the STM32 companion microcontroller into DFU mode making it not boot
its FW, rendering it useless for the user.
Considering that the STM32 companion microcontroller is always reset on
a reboot or power cycle, resetting it o
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote:
>
> The "MSM" naming hasn't been correct for quite a while now, in line
> with Linux lets rename all these msm_* functions to qcom_* as well as
> ensure namespacing is consistent across the pinctrl and GPIO drivers.
Can we do it treewide for onc
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote:
>
> Drop the duplicated pinctrl-snapdragon driver from mach-ipq40xx and add
> it to drivers/pinctrl/qcom.
>
> Signed-off-by: Caleb Connolly
> ---
> arch/arm/Kconfig | 1 +
> arch/arm/mach-ipq40xx/Makefile
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote:
>
> Replaces the uses of "unsigned" with "unsigned int".
>
> Signed-off-by: Caleb Connolly
> ---
> drivers/gpio/msm_gpio.c | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
Reviewed-by: Sumit Garg
-Sumit
> diff --git a/drive
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote:
>
> Some Qualcomm boards feature reserved ranges of pins which are protected
> by firmware. Attempting to read or write any registers associated with
> these pins results the board resetting.
Does any of the current Qcom boards supported in u-bo
On Tue, 31 Oct 2023 at 19:52, Caleb Connolly wrote:
>
> The pinctrl and GPIO drivers are currently heavily incompatible with
> upstream. Most Qualcomm pinctrl blocks feature "tiles" of pins, each at
> it's own address. Introduce support for these by allowing the soc driver
> to specify per-pin reg
87 matches
Mail list logo