Add usb_pgood_delay to ensure a correct detection of USB devices.
Signed-off-by: Patrice Chotard
---
include/configs/stm32mp15_st_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/stm32mp15_st_common.h
b/include/configs/stm32mp15_st_common.h
index d0cd4130cec..866cd7
With some USB device, the current usb_pgood_delay value is not long
enough to ensure a correct detection.
Signed-off-by: Patrice Chotard
---
include/configs/stm32mp13_st_common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/stm32mp13_st_common.h
b/include
On Wed, Mar 15, 2023 at 8:00 AM Simon Glass wrote:
>
> With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
> several settings.
>
> Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
> cache out of the way too.
>
> Add documentation on how to make this change s
On Wed, Mar 15, 2023 at 8:00 AM Simon Glass wrote:
>
> With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
> several settings.
>
> Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
> cache out of the way too.
>
> Signed-off-by: Simon Glass
> Fixes: f38be3086
On Wed, Mar 15, 2023 at 8:00 AM Simon Glass wrote:
>
> With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
> several settings.
>
> Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
> cache out of the way too.
>
> Signed-off-by: Simon Glass
> Fixes: 388f93f96
On Wed, Mar 15, 2023 at 8:00 AM Simon Glass wrote:
>
> With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
> several settings.
>
> Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
> cache out of the way too.
>
> Signed-off-by: Simon Glass
> Fixes: 5d1c8342a
On Wed, Mar 15, 2023 at 8:00 AM Simon Glass wrote:
>
> With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
> several settings.
>
> Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
> cache out of the way too.
>
> Signed-off-by: Simon Glass
> Fixes: e23cae308
On Thu, Mar 16, 2023 at 3:27 PM Bin Meng wrote:
>
> On Wed, Mar 15, 2023 at 8:00 AM Simon Glass wrote:
> >
> > With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
> > several settings.
> >
> > Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
> > cache out o
Hi Simon,
On 2023-03-10 21:49, Simon Glass wrote:
> Hi Jonas,
>
> On Sun, 19 Feb 2023 at 14:02, Jonas Karlman wrote:
>>
>> binman currently support showing a helpful missing blob message, but
>> only when the --allow-missing flag is used.
>>
>> This changes so that binman is invoked with the --al
On Mon, Mar 06, 2023 at 05:18:28PM -0600, jassisinghb...@gmail.com wrote:
> From: Jassi Brar
>
> Instead of each i/f having to implement their own meta-data verification
> and storage, move the logic in common code. This simplifies the i/f code
> much simpler and compact.
>
> Signed-off-by: Jassi
On Mon, Mar 06, 2023 at 05:18:41PM -0600, jassisinghb...@gmail.com wrote:
> From: Jassi Brar
>
> The common code can now read, verify and fix meta-data copies
> while exposing one consistent structure to users.
> Only the .read_mdata() and .write_mdata() callbacks of fwu_mdata_ops
> are needed. G
Hi Eddie,
Apologies for the late reply, I am now getting back on this.
There are some failures on the CI wrt to sandbox here [0]. Can you have a
look ?
Also I believe some of the existing tests are wrong because they are
using PCR0 (which is always going to be extended). Can you also pick up
[1]
On Thu, 2023-03-02 at 08:58 -0800, emohand...@linux.microsoft.com
wrote:
>
> From: Ehsan Mohandesi
>
> In IPv6, the default gateway and prefix length are determined by
> receiving
> a router advertisement as defined in -
> https://www.rfc-editor.org/rfc/rfc4861.
>
> Add support for sending rout
On Thu, 16 Mar 2023 at 13:56, Ilias Apalodimas
wrote:
>
> On Mon, Mar 06, 2023 at 05:18:41PM -0600, jassisinghb...@gmail.com wrote:
> > From: Jassi Brar
> >
> > The common code can now read, verify and fix meta-data copies
> > while exposing one consistent structure to users.
> > Only the .read_
On 3/15/23 21:29, Tony Dinh wrote:
Hi Simon,
On Wed, Mar 15, 2023 at 12:43 PM Simon Glass wrote:
On Tue, 14 Mar 2023 at 18:24, Tony Dinh wrote:
To make sure the panic and the reset messages will go out, console flush()
should be used.
Sleep periods do not work in early u-boot phase when t
On 3/15/23 00:59, Simon Glass wrote:
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
several settings.
Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
cache out of the way too.
Signed-off-by: Simon Glass
Fixes: 388f93f9635 ("x86: conga-qeval20-qa3-e
On 3/15/23 00:59, Simon Glass wrote:
With recent CONFIG_TEXT_BASE changes, there are inconsistencies between
several settings.
Adjust CONFIG_SYS_MONITOR_LEN to allow more code space. Move the MRC
cache out of the way too.
Signed-off-by: Simon Glass
Fixes: 5d1c8342aea ("x86: dfi-bt700: Adjust C
On 3/15/23 20:43, Simon Glass wrote:
On Tue, 14 Mar 2023 at 18:24, Tony Dinh wrote:
To make sure the panic and the reset messages will go out, console flush()
should be used.
Sleep periods do not work in early u-boot phase when timer driver is not
initialized yet.
Reference: https://lists.d
On 3/13/23 04:35, Tony Dinh wrote:
It's useful to enable Debug UART for future DM Serial regression tests
for Kirkwood boards.
Also, see background discussion in this thread:
https://lists.denx.de/pipermail/u-boot/2023-March/512010.html
Signed-off-by: Tony Dinh
Reviewed-by: Stefan Roese
Th
On 3/11/23 11:57, Pali Rohár wrote:
Same change as was done for mvebu in commit 5bb2c550b11e ("arm: mvebu: Move
internal registers in arch_very_early_init() function") but for kirkwood.
Signed-off-by: Pali Rohár
Reviewed-by: Stefan Roese
Thanks,
Stefan
---
Hello! Please test this RFC patc
Hi Rasmus,
On 15.03.23 16:59, Rasmus Villemoes wrote:
> On 15/03/2023 16.24, Frieder Schrempf wrote:
>> On 15.03.23 15:42, Frieder Schrempf wrote:
>>> On 15.03.23 15:17, Michael Nazzareno Trimarchi wrote:
Hi
On Wed, Mar 15, 2023 at 3:13 PM Frieder Schrempf
wrote:
>
> H
Hi Emanuele,
On 15.03.23 22:25, Emanuele Ghidoli wrote:
> [Sie erhalten nicht häufig E-Mails von ghidoliemanu...@gmail.com.
> Weitere Informationen, warum dies wichtig ist, finden Sie unter
> https://aka.ms/LearnAboutSenderIdentification ]
>
> On 15/03/2023 16:24, Frieder Schrempf wrote:
>> On 15
On 10.03.23 14:50, Sebastian Andrzej Siewior wrote:
> From: Manuel Traut
>
> The board is similar to Kontron's N801x design. It lacks external eMMC
> support and only supports only 1GiB of main memory.
Good to see some custom boards being upstreamed!
It would be worth mentioning here that it is
Bryan Brattlof writes:
> Hi Kamlesh!
>
> On March 2, 2023 thus sayeth kaml...@ti.com:
>> From: Kamlesh Gurudasani
>>
>> Add support for high security bootflow on am62 devices.
>>
>> On HS devices, ROM and TIFS will protect the RAM regions with
>> firewalls. This means the wakeup domain's SPL
On 16.03.23 11:33, Frieder Schrempf wrote:
> On 10.03.23 14:50, Sebastian Andrzej Siewior wrote:
>> From: Manuel Traut
>>
>> The board is similar to Kontron's N801x design. It lacks external eMMC
>> support and only supports only 1GiB of main memory.
>
> Good to see some custom boards being upstr
On Wed, Feb 22, 2023 at 7:17 PM Tom Rini wrote:
>
> On Wed, Feb 22, 2023 at 12:03:58PM -0700, Simon Glass wrote:
> > Hi Tom,
> >
> > On Wed, 22 Feb 2023 at 12:01, Tom Rini wrote:
> > >
> > > On Wed, Feb 22, 2023 at 11:58:37AM -0700, Simon Glass wrote:
> > > > Hi,
> > > >
> > > > On Wed, 22 Feb 20
> On 16-Mar-2023, at 1:12 AM, Simon Glass wrote:
>
> !! External Email
>
> Hi Ajay,
>
> On Wed, 15 Mar 2023 at 13:24, Ajay Kaher wrote:
>>
>>> On Fri, Sep 09, 2022 at 09:16:18PM +0100, Pierre-Clément Tosi wrote:
>>>
When the embedded device tree is pointed to by the __dtb_dt_*begin
From: Quanyang Wang
Sometimes a multi-element array is used for "gpio-ranges" property in
dts file:
qe_pio_e: gpio-controller@1460 {
..
gpio-ranges = <&pinctrl1 0 20 10>, <&pinctrl2 10 50 20>;
..
};
But the function pinctrl_gpio_get_pinctrl_and_offset can
On 02/03/2023 09.12, Rasmus Villemoes wrote:
> The first patch simplies do_read somewhat by making use of an existing
> helper instead of parsing the dev_part string manually. As a bonus
> (and my actual motivation), it now understands dev#partname syntax -
> hard-coded partition numbers are so las
Hi Jonas,
On Thu, 16 Mar 2023 at 01:45, Jonas Karlman wrote:
>
> Hi Simon,
> On 2023-03-10 21:49, Simon Glass wrote:
> > Hi Jonas,
> >
> > On Sun, 19 Feb 2023 at 14:02, Jonas Karlman wrote:
> >>
> >> binman currently support showing a helpful missing blob message, but
> >> only when the --allow-
Some devices share a regulator supply, when the first one will request
regulator disable, the second device will have it's supply cut off before
graciously shutting down. Hence there will be timeouts and other failed
operations.
Implement a reference counter mechanism similar with what is done in
L
Hi Tom,
On Wed, 15 Mar 2023 at 08:49, Tom Rini wrote:
>
> On Tue, Mar 14, 2023 at 04:07:57PM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Mon, 13 Mar 2023 at 13:36, Tom Rini wrote:
> > >
> > > On Sun, Mar 12, 2023 at 09:10:19PM -0600, Simon Glass wrote:
> > >
> > > > Hi Tom,
> > > >
> > > >
Hi Ivan,
On Wed, 15 Mar 2023 at 19:17, Ivan Mikhaylov wrote:
>
> On Fri, 2023-03-10 at 17:46 -0800, Simon Glass wrote:
> > Hi Ivan,
> >
> > On Tue, 7 Mar 2023 at 14:13, Ivan Mikhaylov
> > wrote:
> > >
> > > From: Roman Kopytin
> > >
> > > Signed-off-by: Roman Kopytin
> > > Cc: Rasmus Villemoes
On Thu, 2023-03-16 at 07:59 -0600, Simon Glass wrote:
> Hi Ivan,
>
> On Wed, 15 Mar 2023 at 19:17, Ivan Mikhaylov
> wrote:
> >
> > On Fri, 2023-03-10 at 17:46 -0800, Simon Glass wrote:
> > > Hi Ivan,
> > >
> > > On Tue, 7 Mar 2023 at 14:13, Ivan Mikhaylov
> > > wrote:
> > > >
> > > > From: Ro
On Wed, Mar 15, 2023 at 01:56:25PM -0600, Simon Glass wrote:
> Hi,
>
> Does anyone know how to build mkimage (or other tools) on a Windows
> host, or at least with a Windows target?
Other than the Azure tools-only test? I think that builds mkimage.
--
Tom
signature.asc
Description: PGP signa
On Thu, Mar 16, 2023 at 07:58:33AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Wed, 15 Mar 2023 at 08:49, Tom Rini wrote:
> >
> > On Tue, Mar 14, 2023 at 04:07:57PM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Mon, 13 Mar 2023 at 13:36, Tom Rini wrote:
> > > >
> > > > On Sun, Mar 12, 20
Am 16.03.2023 um 11:33 hat Frieder Schrempf geschrieben:
> On 10.03.23 14:50, Sebastian Andrzej Siewior wrote:
> > From: Manuel Traut
> >
> > The board is similar to Kontron's N801x design. It lacks external eMMC
> > support and only supports only 1GiB of main memory.
>
> Good to see some custom
On Thu, Mar 16, 2023 at 10:56:17AM -0400, Tom Rini wrote:
> On Thu, Mar 16, 2023 at 07:58:33AM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Wed, 15 Mar 2023 at 08:49, Tom Rini wrote:
> > >
> > > On Tue, Mar 14, 2023 at 04:07:57PM -0600, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Mo
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 the
utility function set_working_fdt_addr
The current divider to calculate the bank ID can change.
Use a constant ROCKCHIP_GPIOS_PER_BANK as fixed divider.
Signed-off-by: Johan Jonker
---
drivers/gpio/rk_gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/rk_gpio.c b/drivers/gpio/rk_gpio.c
index f7ad4
The gpio node names are made generic, but without
gpio bank ID. Add gpio-ranges to rk3066a-u-boot.dtsi
for now till a better method is found.
Signed-off-by: Johan Jonker
---
arch/arm/dts/rk3066a-u-boot.dtsi | 25 +
1 file changed, 25 insertions(+)
diff --git a/arch/arm/d
The gpio node names are made generic, but without
gpio bank ID. Add gpio-ranges to rk3188-u-boot.dtsi
for now till a better method is found.
Signed-off-by: Johan Jonker
---
arch/arm/dts/rk3188-u-boot.dtsi | 13 +
1 file changed, 13 insertions(+)
diff --git a/arch/arm/dts/rk3188-u-bo
Sync rk3066/rk3188 DT files from Linux.
This is the state as of linux-next v6.2-rc4.
New nfc node for MK808 rk3066a.
CRU nodes now have a clock property.
To prefend dtoc errors a fixed clock must also be
included for tpl/spl in the rk3xxx-u-boot.dtsi file.
Signed-off-by: Johan Jonker
---
arch/ar
Currently the Rockchip rk3066a u-boot-tpl.bin file needs
to add the characters "RK30", while the other SoCs replace
the first 4 bytes. Bring this in line with the rest by
lowering CONFIG_TPL_TEXT_BASE and update rockchip.rst
instructions.
Signed-off-by: Johan Jonker
Reviewed-by: Simon Glass
---
Enable usb support in the mk808_defconfig.
Signed-off-by: Johan Jonker
---
configs/mk808_defconfig | 10 ++
1 file changed, 10 insertions(+)
diff --git a/configs/mk808_defconfig b/configs/mk808_defconfig
index 548df9c5..3e9bdb14 100644
--- a/configs/mk808_defconfig
+++ b/configs/mk808_d
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 <==>
RGMII_PHY) which would mean that the phy-handle of th
From: Chris Morgan
The Anbernic RGxx3 is a "pseudo-device" that encompasses the following
devices:
- Anbernic RG353M
- Anbernic RG353P
- Anbernic RG353V
- Anbernic RG353VS
- Anbernic RG503
The rk3566-anbernic-rgxx3.dtsi is synced with upstream Linux, but
rk3566-anbernic-rgxx3.dts is a U-Bo
On Thu, Mar 16, 2023 at 04:05:06PM +0530, Kamlesh Gurudasani wrote:
> Bryan Brattlof writes:
>
> > Hi Kamlesh!
> >
> > On March 2, 2023 thus sayeth kaml...@ti.com:
> >> From: Kamlesh Gurudasani
> >>
> >> Add support for high security bootflow on am62 devices.
> >>
> >> On HS devices, ROM and
On Wed, Mar 15, 2023 at 04:11:27PM -0700, Tony Dinh wrote:
> Hi Pali,
>
> On Wed, Mar 15, 2023 at 2:58 PM Pali Rohár wrote:
> >
> > On Wednesday 15 March 2023 14:56:52 Tony Dinh wrote:
> > > The mainline Pogo V4 DTS uses a stdout-path format that is not
> > > recognizable by u-boot. Change it to
On Wed, Mar 15, 2023 at 10:57:43AM +0530, Neha Malcom Francis wrote:
> Add K3 common environment variables to .env. We retain the old-style C
> environment .h files to maintain compatibility with other K3 boards that
> have not moved to using .env yet.
>
> Signed-off-by: Neha Malcom Francis
Rev
On Wed, Mar 15, 2023 at 12:18:54PM +0530, Manorit Chawdhry wrote:
> On 14:01-20230306, Tom Rini wrote:
> > On Mon, Mar 06, 2023 at 11:12:53AM +0530, Manorit Chawdhry wrote:
> > > In non-combined boot flow for K3, all the firewalls are locked by default
> > > until sysfw comes up. Rom configures som
On Thu, Mar 16, 2023 at 11:01:01AM +, Peter Robinson wrote:
> On Wed, Feb 22, 2023 at 7:17 PM Tom Rini wrote:
> >
> > On Wed, Feb 22, 2023 at 12:03:58PM -0700, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Wed, 22 Feb 2023 at 12:01, Tom Rini wrote:
> > > >
> > > > On Wed, Feb 22, 2023 at 11
On Thu, Mar 16, 2023 at 02:24:05PM +0100, Rasmus Villemoes wrote:
> On 02/03/2023 09.12, Rasmus Villemoes wrote:
> > The first patch simplies do_read somewhat by making use of an existing
> > helper instead of parsing the dev_part string manually. As a bonus
> > (and my actual motivation), it now u
On Wednesday 15 March 2023 16:11:27 Tony Dinh wrote:
> Hi Pali,
>
> On Wed, Mar 15, 2023 at 2:58 PM Pali Rohár wrote:
> >
> > On Wednesday 15 March 2023 14:56:52 Tony Dinh wrote:
> > > The mainline Pogo V4 DTS uses a stdout-path format that is not
> > > recognizable by u-boot. Change it to a comm
On Thu, Mar 16, 2023 at 12:54:10AM +0530, Ajay Kaher wrote:
> > On Fri, Sep 09, 2022 at 09:16:18PM +0100, Pierre-Clément Tosi wrote:
> >
> >> When the embedded device tree is pointed to by the __dtb_dt_*begin
> >> symbols, it seems to be covered by the early relocation code and doesn't
> >> need
On Sun, Mar 12, 2023 at 09:10:19PM -0600, Simon Glass wrote:
> Hi Tom,
>
> This is for the -next branch
>
>
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/15568
>
> The following changes since commit bcf343146ff365a88481b9a80920ed146c6dee5b:
>
> Merge tag 'dm-next-9mar23'
On Wed, Mar 15, 2023 at 10:23:34AM -0600, Simon Glass wrote:
> On Wed, 15 Mar 2023 at 10:01, Tom Rini wrote:
> >
> > This reverts commit 9f62a472dfb26ec14408a27938ddd2a2579d.
> >
> > The changes here aren't quite right, and on platforms such as Raspberry
> > Pi where we can have both serial an
On Tue, Mar 14, 2023 at 10:16:22AM +, Peng Fan wrote:
> Hi Tom,
>
> Please pull fsl-qoriq-next-2023-3-14 for next
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/15599
Applied to u-boot/next, thanks!
--
Tom
signature.asc
Description: PGP signature
On Wed, Mar 15, 2023 at 02:07:30PM +0100, Michal Simek wrote:
> Hi Tom,
>
> please pull these patches to your next branch. CI loop doesn't report any
> issue.
>
> Thanks,
> Michal
>
> The following changes since commit 70ed05ce6c051e55e126e67e72ab20409134c953:
>
> Merge tag 'next-20230307'
Hi Ivan,
On Thu, 16 Mar 2023 at 08:45, Ivan Mikhaylov wrote:
>
> On Thu, 2023-03-16 at 07:59 -0600, Simon Glass wrote:
> > Hi Ivan,
> >
> > On Wed, 15 Mar 2023 at 19:17, Ivan Mikhaylov
> > wrote:
> > >
> > > On Fri, 2023-03-10 at 17:46 -0800, Simon Glass wrote:
> > > > Hi Ivan,
> > > >
> > > > O
This series is based on the in-flight linux patch that is adding support
for this family of RTCs to linux[1]. The u-boot driver is a bit
different due to some of the differences between Linux and u-boot and
I've dropped the support for hwmon and clock source functions. Where
possible I've tried to
The find_closest() macro can be used to find an element in a sorted
array that is closest to an input value.
Signed-off-by: Chris Packham
---
include/linux/kernel.h | 24
1 file changed, 24 insertions(+)
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
inde
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
- hwmon support for the MAX31328 and MAX31343 is omitted
- rtc_ops->reset is
On 3/15/23 15:12, Frieder Schrempf wrote:
Hi,
Hi,
I'm trying to bring up a new board based on the i.MX8MP and I have an
issue I'm hoping someone can help solving.
I'm seeing failures in the early SPL code, usually in the DDR
initialization. Often they look like:
U-Boot SPL 2023.04-rc3 (M
Add ethernet device tree node to support StarFive ethernet driver for
the JH7110 RISC-V SoC.
Signed-off-by: Yanhong Wang
---
arch/riscv/dts/jh7110.dtsi | 69 ++
1 file changed, 69 insertions(+)
diff --git a/arch/riscv/dts/jh7110.dtsi b/arch/riscv/dts/jh7110.d
The StarFive VisionFive2 board include 1.2A and 1.3B version.
v1.3B uses motorcomm YT8531(rgmii-id phy) x2, phy clock need delay and
inverse configurations.
v1.2A gmac0 uses motorcomm YT8531(rgmii-id) PHY, and needs phy clock
delay configurations.
v1.2A gmac1 uses motorcomm YT8512(rmii) PHY, and
This series adds ethernet support for the StarFive JH7110 RISC-V SoC.
The series includes PHY and MAC drivers. The PHY model is
YT8531 (from Motorcomm Inc), and the MAC version is dwmac-5.20
(from Synopsys DesignWare).
The implementation of the phy driver is ported from linux, but it
has been adj
Enable DWC_ETH_QOS and PHY_MOTORCOMM configuration to support ethernet
function for StarFive VisionFive 2 board.
Signed-off-by: Yanhong Wang
---
configs/starfive_visionfive2_defconfig | 13 +
1 file changed, 13 insertions(+)
diff --git a/configs/starfive_visionfive2_defconfig
b/con
Add a driver for the motorcomm yt8531 gigabit ethernet phy. We have
verified the driver on StarFive VisionFive2 board.
Signed-off-by: Yanhong Wang
---
drivers/net/phy/Kconfig | 6 +
drivers/net/phy/Makefile| 1 +
drivers/net/phy/motorcomm.c | 409
The StarFive ETHQOS hardware has its own clock and reset,so add a
corresponding glue driver to configure them.
Signed-off-by: Yanhong Wang
---
drivers/net/Kconfig| 7 +
drivers/net/Makefile | 1 +
drivers/net/dwc_eth_qos.c | 6 +
drivers/net/dwc_eth_q
> -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 iMX93 ADC support
>
> Th
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 duplication.
> >
> > Resync defconfigs since this makes a lot of changes.
> >
>
Hi,
On Thu, 16 Mar 2023 at 12:17, Tom Rini wrote:
>
> On Thu, Mar 16, 2023 at 11:01:01AM +, Peter Robinson wrote:
> > On Wed, Feb 22, 2023 at 7:17 PM Tom Rini wrote:
> > >
> > > On Wed, Feb 22, 2023 at 12:03:58PM -0700, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Wed, 22 Feb 2023 a
Hi Neha,
Thanks for the patch.
On 15/03/23 10:57, Neha Malcom Francis wrote:
Move to using .env file for setting up environment variables for J721S2.
Signed-off-by: Neha Malcom Francis
Reviewed-by: Tom Rini
---
Changes in v2:
- Added CONFIG_CMD_REMOTEPROC guard to including k3_rproc.e
74 matches
Mail list logo