When taken in use U-Boot v2023.04 one our board's ethernet stop to work in
U-Boot,
which was working in v2022.01.
In v2022.01 the gmii2rgmii was called before PHY was created.
This patch change back the order and fix the problem. Also the ethernet-phy-id
driver is taken in use in gmii2rgmii dr
Hi Mayuresh,
On Mon, 6 Jan 2025 at 06:04, Mayuresh Chitale wrote:
>
> This series aims to enchance the ISA probing support by porting the
> corresponding code from kernel and using it when probing for CMO
> extensions.
>
> Mayuresh Chitale (2):
> riscv: Enhance extension probing
> riscv: Fall
This series aims to enchance the ISA probing support by porting the
corresponding code from kernel and using it when probing for CMO
extensions.
Mayuresh Chitale (2):
riscv: Enhance extension probing
riscv: Fallback to riscv,isa
arch/riscv/cpu/cpu.c| 600 +
This clean-up series is sent in preparation to add 2 PMIC devices to the
TPS65219 Driver. The changes involve replacing magic numbers with macros
and replacing printf() instances with pr_err(). The intention is to remove
unnecessary noise from the new PMIC device patches added to this driver.
T
Include changes which are single commits with small changes
- adjust Tegra 2 pinmux parsing logic
- update documentation to reflect current state
Svyatoslav Ryhel (2):
pinctrl: tegra20: adjust pin type detection
doc: board: tegra: update device information
doc/board/asus/grouper.rst
Add support for Asus TF701T and Nvidia Tegratab Tegra 4 devices.
Svyatoslav Ryhel (2):
board: asus: transformer: add ASUS Transformer Pad TF701T support
board: nvidia: tegratab: add Nvidia Tegra Note 7 support
arch/arm/dts/Makefile |2 +
arch/arm/dts/tegra114-asus
First patch makes support of PMIC GPIO children with no dedicated
GPIO node simpler (just add select PMIC_GPIO to PMIC GPIO driver)
Second fixes getting device if correct one was found among PMIC
children.
Svyatoslav Ryhel (2):
gpio: add PMIC_GPIO Kconfig option
gpio: fix request of PMIC GPIO
On Thu, 12 Sep 2024 05:02:23 -0700, Frank Sae wrote:
> YT8531 as Gigabit transceiver uses bit15:14(bit9 reserved default 0) as phy
> speed mask, YT8821 as 2.5 Gigabit transceiver uses bit9 bit15:14 as phy
> speed mask.
>
> Be compatible to YT8821, reform phy speed mask and phy speed macro.
>
> B
From: Maksim Kiselev
This series adds GPIO support for the LicheePi4A board.
It's based on Alibaba TH1520 SoC that has DesignWare APB GPIO controller.
Best regards,
Maksim
Maksim Kiselev (2):
gpio: dw: Add ngpios DT-property support
configs: th1520_lpi4a: Enable CMD_GPIO, DM_GPIO and DWAPB_
If 0 is passed to the 'bytes' parameter in the ubi_start_update(),
there is no need to call the ubi_more_update_data(). Otherwise,
there will be a double-free of 'vol->upd_buf'.
Also check that the ubi_start_update() was called before calling
the ubi_more_update_data().
Martin Kurbanov (2):
cmd
YT8531 as Gigabit transceiver uses bit15:14(bit9 reserved default 0) as phy
speed mask, YT8821 as 2.5 Gigabit transceiver uses bit9 bit15:14 as phy
speed mask.
Be compatible to YT8821, reform phy speed mask and phy speed macro.
Based on update above, add YT8821 2.5G phy driver.
Frank Sae (2):
Hello. Please, ping
On 16.06.2024 16:34, Martin Kurbanov wrote:
> If 0 is passed to the 'bytes' parameter in the ubi_start_update(),
> there is no need to call the ubi_more_update_data(). Otherwise,
> there will be a double-free of 'vol->upd_buf'.
>
> Also check that the ubi_start_update() was ca
If 0 is passed to the 'bytes' parameter in the ubi_start_update(),
there is no need to call the ubi_more_update_data(). Otherwise,
there will be a double-free of 'vol->upd_buf'.
Also check that the ubi_start_update() was called before calling
the ubi_more_update_data().
Martin Kurbanov (2):
cmd
On Wed, 15 May 2024 10:00:56 +0200, Emanuele Ghidoli wrote:
> From: Emanuele Ghidoli
>
> Manually, since SysConfig tool do not have the relevant option,
> set PHY_LP4_WDQS_OE_EXTEND to 1.
> Since WDQS control mode is required on our modules LPDDR4,
> this enables WDQS control mode 1.
>
> [...]
From: Conor Dooley
Two fixes for issues that I spotted today while looking into passing a
minimal dtb to U-Boot from the first bootloader stage. This minimal dtb
had no ethernet nodes, and the code in this patches fell over :\
Cheers,
Conor.
---
CC: Padmarao Begari
CC: Cyril Jean
CC: Tom Rini
From: Emanuele Ghidoli
Manually, since SysConfig tool do not have the relevant option,
set PHY_LP4_WDQS_OE_EXTEND to 1.
Since WDQS control mode is required on our modules LPDDR4,
this enables WDQS control mode 1.
Emanuele Ghidoli (2):
arm: dts: k3-am625-verdin: Update autogenerated LPDDR4 conf
1. Set mtest_result in environment after doing mtest in u-boot so that user can
check the result in user space.
2. Revise CONFIG_ENV_SIZE and Add CONFIG_USE_PREBOOT
DelphineCCChiu (2):
mem_test: Support to save mtest result in environment
configs: openbmc: Revise size of environment and use p
On Mon, 8 Jan 2024 18:44:59 +0200
Svyatoslav Ryhel clamo...@gmail.com wrote:
> Simplify platform data pass to simple DSI panels by direct
> asigning in udevice_id struct.
>
> Support EDID searching in case device tree provides no
> specific timings or device has different panels (like paz00).
>
From: Conor Dooley
This would have just been a single patch (the second one), but as I
reported a while back there's a problem with extension detection when
the ISA string exceeds 32 characters:
https://lore.kernel.org/u-boot/20240221-daycare-reliably-8ec86f95fe71@spud/
The first patch here fixes
On MP1 SoC, RNB signal (NAND controller signal) and NWAIT signal (PSRAM
controller signal) have been integrated together in the SoC. That means
that the NAND controller and the PSRAM controller (if the signal is
used) can not be used at the same time. On MP25 SoC, the 2 signals can
be used outside
This series contains some trivial fixes.
The first patch fixes a spelling mistake in a comment.
The second patch adds the full devicetree node path (rather than just the
ID) in the debug message when a boot device can't be found.
This series may be found at [0].
[0]:
https://gitlab.collabora.c
This series brings up and enables booting from the SPI flash present on
some variants of the ROCK Pi 4 in U-Boot.
The first patch syncs the ROCK Pi 4A devicetree from Linux, which contains
the SPI flash node.
The second patch enables support in U-Boot for the SPI flash chip and
booting U-Boot fro
From: Francesco Dolcini
This series adds support to dynamically fixup the DT the critical thermal trip
point of TI AM62 depending on the SoC temperature grade.
Joao Paulo Goncalves (2):
arm: mach-k3: am62: Get soc max temperature by grade
arm: mach-k3: am62: Fixup thermal zone critical point
Drop the distro-boot scripts and use standard boot instead.
Most of tegra boards should support this as is, those which
does not are adjusted.
Inspired by:
'commit 7755dc58af7b ("rockchip: Move to standard boot")'
Passes buildman for all tegra board without errors.
Svyatoslav Ryhel (2):
ARM: t
Simplify platform data pass to simple DSI panels by direct
asigning in udevice_id struct.
Support EDID searching in case device tree provides no
specific timings or device has different panels (like paz00).
Svyatoslav Ryhel (2):
video: simple_panel: simplify platform data pass
video: simple_
Fix relocation of u-boot for s5p4418-SoC. I.e. use __image_copy_start
instead of _start to calculate the monitor length. Furthermore use an
adapted version of relocate_vectors for the s5p4418-SoC. Background:
The header (NSIH) used by the 2nd-bootloader (included at the begin of
u-boot.bin) is no
This series adds support for SPI controller that pesent on
GEN_NCAT2 Allwinner SOCs (R329/D1/R528/T113).
In addition to changes in spi-sunxi U-boot driver, the series
also provides SPI controller support in SPL for R528/T113 SoCs.
Maksim Kiselev (2):
sunxi: SPL SPI: Add SPI boot support for the
From: Christian Taedcke
This series fixes an issue where the FAT type (FAT12, FAT16) is not
correctly detected, e.g. when the BPB field BS_FilSysType contains the
valid value "FAT ".
This issue occures, for example, if a partition is formatted by
swupdate using its diskformat handler. swupd
Hi,
On Wed, 01 Nov 2023 17:04:55 +0300, Alexey Romanov wrote:
> After a recent sync device tree with the Linux Kernel,
> some drivers broke. These patchset will fix that.
>
> Alexey Romanov (1):
> clk: a1: add new clocks for USB stack
>
> Dmitry Rokosov (1):
> drivers: sm: bind child sm devi
Hello!
After a recent sync device tree with the Linux Kernel,
some drivers broke. These patchset will fix that.
Alexey Romanov (1):
clk: a1: add new clocks for USB stack
Dmitry Rokosov (1):
drivers: sm: bind child sm devices in the device tree
drivers/clk/meson/a1.c | 6 ++
drivers/sm/
From: Marcel Ziswiler
The first patch is a trivial spelling fix in comments. The second fixes
a recent regression that only manifests in the eMMC fast boot mode case
which does actually also use streaming rather than seekable.
Thanks go to Rasmus who helped me debug this and suggested the fix.
Add support for TPS65224 PMIC in U-boot.
This includes driver for PMIC and regulator.
The driver was tested on Ti's custom AM62A EVM using U-boot's
pmic list, regulator list, regulator enable, regulator disable and
regulator value commands. Regulator output voltages were verified.
Logs from run
Hi,
On Wed, 18 Oct 2023 00:32:09 +0300, Igor Prusov wrote:
> This series syncs Device Tree for Amlogic A1 with Linux. Currently
> DTS in Linix has different compatible string for serial devices, which
> is not recognized by serial_meson driver, so new compatible is added to
> driver as well. Addit
This series syncs Device Tree for Amlogic A1 with Linux. Currently
DTS in Linix has different compatible string for serial devices, which
is not recognized by serial_meson driver, so new compatible is added to
driver as well. Additional driver changes are not required because new
compatible only di
A1 family boards have new version of SPIFC controller, that is
incompatible with meson_spifc driver. This series ports A1 SPIFC driver
from Linux and enables it for ad401 board.
Igor Prusov (2):
spi: add support for Amlogic A1 SPI Flash Controller
ARM: amlogic: ad401: enable SPIFC
configs/ad
This series ports ESMT NAND support from Linux. Since both ESMT and
Gigadevice use the same manufacturer ID, core part of SPI NAND framework
should be updated as well to allow for such chips detection. Currently
all detect() ops return an error code when chip's manufacturer ID
matches, but device I
A1 family boards have new version of SPIFC controller, that is
incompatible with meson_spifc driver. This series ports A1 SPIFC driver
from Linux and enables it for ad401 board.
Igor Prusov (2):
spi: add support for Amlogic A1 SPI Flash Controller
ARM: amlogic: ad401: enable SPIFC
configs/ad
This series adds dt-bindings and driver implementation for Amlogic A1
PLL and Peripherals clock controllers.
Igor Prusov (2):
dt-bindings: clock: Add Amlogic A1 clock bindings
clk: Add clock driver for Amlogic A1
arch/arm/include/asm/arch-meson/clock-a1.h| 23 +
drivers/clk/meson/Kconfi
Currently, we pass u-boot device tree to kernel on Starfive Visionfive 2
, and this is wrong since u-boot dts is not sync with Linux for this
board. Jami's patch[1] fixes this problem, but we are still sending
unmodified version to kernel that doesn't have a correct memory size
info. This series ar
Hi Heinrich,
On 9/14/23 10:15, Heinrich Schuchardt wrote:
> On 14.09.23 12:08, Mayuresh Chitale wrote:
>> This series adds support to locate an EFI System Partition on a disk and
>> boot the next stage from such a parition if found. The next stage image
>> is expected to be under the FIRMWARE dire
On 14.09.23 12:08, Mayuresh Chitale wrote:
This series adds support to locate an EFI System Partition on a disk and
boot the next stage from such a parition if found. The next stage image
is expected to be under the FIRMWARE directory as described in the EBBR
specification [1]. Also update the sp
This series adds support to locate an EFI System Partition on a disk and
boot the next stage from such a parition if found. The next stage image
is expected to be under the FIRMWARE directory as described in the EBBR
specification [1]. Also update the spl_blk_fs and spl_fat drivers to
prefer bootin
From: Marcel Ziswiler
This series contains some minor documentation updates. The second commit
documents what got discussed here [1] and therefore depends on
Emanuele's series landing first.
[1] https://lore.kernel.org/all/zodsx2vmnf20i...@francesco-nb.int.toradex.com
Marcel Ziswiler (2):
d
This series adds dt-bindings and driver implementation for Amlogic A1
PLL and Peripherals clock controllers.
Igor Prusov (2):
dt-bindings: clock: Add Amlogic A1 clock bindings
clk: Add clock driver for Amlogic A1
arch/arm/include/asm/arch-meson/clock-a1.h| 23 +
drivers/clk/meson/Kconfi
From: Emanuele Ghidoli
This series add boot update wrappers to Toradex Verdin AM62 SoM and
fix the minimum memory size warning.
These wrappes allow flash all U-Boot binaries:
R5 SPL, A53 SPL and A53 U-Boot proper.
Emanuele Ghidoli (2):
verdin-am62: add u-boot update wrappers
board: verdin-
Since PLDA PCIE driver and dts already merged in upstream for JH7110,
add relative defconfig item for Starfive Visionfive 2 and make document
consist with actual code.
Shengyu Qu (2):
configs: starfive: Enable PCIE auto enum and NVME/USB stuff for
Starfive Visionfive 2
doc: board: starfive
Hi Tom,
On 2023/7/20 02:43, Tom Rini wrote:
On Wed, Jul 19, 2023 at 05:33:55PM +0100, Christopher Obbard wrote:
Add support for the RK3399T-based Radxa ROCK 4SE board. This board offers
similar peripherals and form-factor to the ROCK Pi 4B but uses the
cost-optimised RK3399T processor (which h
On Wed, Jul 19, 2023 at 05:33:55PM +0100, Christopher Obbard wrote:
> Add support for the RK3399T-based Radxa ROCK 4SE board. This board offers
> similar peripherals and form-factor to the ROCK Pi 4B but uses the
> cost-optimised RK3399T processor (which has different a OPP table but
> otherwise m
Add support for the RK3399T-based Radxa ROCK 4SE board. This board offers
similar peripherals and form-factor to the ROCK Pi 4B but uses the
cost-optimised RK3399T processor (which has different a OPP table but
otherwise minimal changes) and some other minor hardware changes between
the Rock Pi 4B
Existing PALMAS PMIC driver is fully compatible with TI TPS65913
PMIC found in many Tegra 4 devices, like Tegra Note 7 and ASUS
TF701T. Add TPS65913 dts compatible with TPS659038 data.
Without regulator_autoset PALMAS regulators are just "requested"
without actual initial setup (device tree is com
Hello!
This patchset adds Meson Secure Monitor driver, which export following
generic API:
- sm_call_read()
- sm_call_write()
- sm_call()
Also, now use this new API in arch/arm/mach-meson/sm.c helper functions.
Alexey Romanov (2):
drivers: firmware: introduce Meson Secure Monitor driver
asm
On Thu, May 04, 2023 at 03:54:57PM +0800, Leo Yan wrote:
> This patch series is for building Xen target with Clang.
>
> The first patch is to fix building failure for Xen target, the second
> patch is to add info for a linkage known issue when use Clang as
> compiler.
Gentle ping ...
I saw my pa
This patch series is for building Xen target with Clang.
The first patch is to fix building failure for Xen target, the second
patch is to add info for a linkage known issue when use Clang as
compiler.
Leo Yan (2):
arm64: Remove duplicated symbols
doc: Add info for building Xen target with C
This series updates recent Colibri iMX8X support refresh with following:
* initialize secure non-volatile storage, aka snvs
* print firmware versions during boot
Andrejs Cainikovs (2):
colibri-imx8x: print firmware versions
board: colibri-imx8x: initialize snvs
board/toradex/colibri-imx8x/c
Building colibri_imx6 target with watchdog enabled fails.
The first patch in this series fixes the problem, the second one adds a new
defconfig with watchdog enabled.
Best Regards,
Andreas Aegerter (2):
colibri_imx6: fix linker issue enabling watchdog
colibri_imx6: add default config with wa
Driver didn't support bitbang feature.
Add bb_miiphy_bus function for driver and open feature for npcm8xx
the log is as below:
-
U-Boot 2023.04-rc2-dirty (Feb 14 2023 - 15:01:17 +0800)
CPU-0: NPCM845 A1 @ Model: Nuvoton npcm845 Development Board (Device Tree)
D
- add new command 'continue' which stops performing
script until any key is pressed by user. It is useful
for keeping logs in output device until user allows
to continue script run.
- add ability for 'ums' command to interrupt run of usb
mass storage with any key. This is especially useful on
devi
A target-independent configuration exists to enable/disable crypto feature
when building the host tools. But the crypto-free build is broken.
Paul-Erwan Rio (2):
tools: kwbimage: disable secure boot build without LIBCRYPTO support
tools: fix build without LIBCRYPTO support
include/image.h
Add Nuvoton BMC npcm844 function config and dts node
Jim Liu (2):
ARM: config: enable function for nuvoton npcm845 bmc
ARM: dts: npcm8xx: add npcm845 function node
arch/arm/dts/nuvoton-common-npcm8xx.dtsi | 92 +
arch/arm/dts/nuvoton-npcm845-evb.dts | 129 ++
arch/arm/dts/nuvoton-npcm
Hey all,
Pair of fixes here for some of the logic in the microchip i2c driver.
Both were reported against the Linux driver, which formed the basis for
the U-Boot driver & the issues are present here too.
Thanks,
Conor.
Conor Dooley (2):
i2c: microchip: fix ack sending logic
i2c: microchip: fix
The Nuvoton Arbel NPCM8XX SoC is a fourth-generation BMC.
The NPCM8XX computing subsystem comprises a quadcore ARM
Cortex A35 ARM-V8 architecture.
Some of the Arbel NPCM8XX peripherals are based on Poleg NPCM7XX.
This patchset was tested on the Arbel NPCM8XX evaluation board.
And DTS is base on
Hello Fabio,
> -Original Message-
> From: U-Boot On Behalf Of Fabio Estevam
> Sent: Monday, September 5, 2022 1:20 PM
> To: ZHIZHIKIN Andrey
> Cc: Pali Rohár ; u-boot@lists.denx.de; trini
> ; Peng Fan (OSS) ; Fabio Estevam
> ; Stefano Babic
> Subject: Re: [
Hi Andrey,
On Mon, Sep 5, 2022 at 6:21 AM ZHIZHIKIN Andrey
wrote:
> I cannot modify this part since removing you from maintainer list would
> require a transfer of maintainership of this component to another name,
> which I do not know.
>
> I've Cc:'d Tom and people from imx world here so they c
while writing to a imx-serial device is probably thoroughly tested - and
obviosly works for the debug-serial - using a serial driver to read data
received over the serial interface does not work reliably.
the patches in this series address issues found during the implementation of a
custom ub
Hello Pali,
> -Original Message-
> From: U-Boot On Behalf Of Pali Rohar
> Sent: Monday, September 5, 2022 11:14 AM
> To: ZHIZHIKIN Andrey
> Cc: u-boot@lists.denx.de
> Subject: Re: [PATCH v1 0/2] serial_mxc: fixing reception
>
> On Monday 05 September 2022 0
On Monday 05 September 2022 09:12:49 ZHIZHIKIN Andrey wrote:
> Hello Pali,
>
> > -Original Message-
> > From: U-Boot On Behalf Of Pali Rohar
> > Sent: Monday, September 5, 2022 10:59 AM
> > To: u-boot@lists.denx.de
> > Subject: Re: [PATCH v1 0/2] seri
Hello Pali,
> -Original Message-
> From: U-Boot On Behalf Of Pali Rohar
> Sent: Monday, September 5, 2022 10:59 AM
> To: u-boot@lists.denx.de
> Subject: Re: [PATCH v1 0/2] serial_mxc: fixing reception
>
> On Monday 05 September 2022 10:53:58 Johannes Schneider wro
On Monday 05 September 2022 10:53:58 Johannes Schneider wrote:
> while writing to a imx-serial device is probably thoroughly tested - and
> obviosly works for the debug-serial - using a serial driver to read data
> received over the serial interface does not work reliably.
>
> the patches in thi
Hi Michal,
On 8/1/2022 3:29 AM, Michal Simek wrote:
On 7/29/22 23:54, Jae Hyun Yoo wrote:
Hello,
The FRU handling was added as a Xilinx board dependent support but it
would be useful for other boards too, so this commit moves the FRU
handling support to the common region so that it can be en
On 7/29/22 23:54, Jae Hyun Yoo wrote:
Hello,
The FRU handling was added as a Xilinx board dependent support but it
would be useful for other boards too, so this commit moves the FRU
handling support to the common region so that it can be enabled by
CONFIG_CMD_FRU.
To provide manufacturer spe
Hello,
The FRU handling was added as a Xilinx board dependent support but it
would be useful for other boards too, so this commit moves the FRU
handling support to the common region so that it can be enabled by
CONFIG_CMD_FRU.
To provide manufacturer specific custom board info field parsing,
it d
Add Nuvoton BMC npcm750 function config and dts node
Jim Liu (2):
ARM: configs: npcm7xx: add full function for nuvoton npcm750
ARM: dts: npcm7xx: add npcm750 full function node
arch/arm/dts/nuvoton-common-npcm7xx.dtsi | 3 +
arch/arm/dts/nuvoton-npcm750-evb.dts | 63 -
arch/arm/dt
Nuvoton BMC npcm750 have AES HW engine and SHA HW engine
Jim Liu (2):
crypto: nuvoton: Add NPCM7xx AES driver
crypto: nuvoton: Add NPCM7xx SHA driver
arch/arm/include/asm/arch-npcm7xx/aes.h | 53 ++
drivers/crypto/Kconfig | 2 +
drivers/crypto/Makefile |
This series update flags management in the following cases:
- Always check TCF flag in stm32_qspi_wait_cmd()
- Don't check BUSY flag when sending new command
Patrice Chotard (2):
spi: stm32_qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()
spi: stm32_qspi: Remove SR_BUSY bit check b
Dear all,
the following series fixes a couple of issues on the i.MX6 DDR3 memory
initialization we discovered while debugging some rare boot failures on
apalis-imx6 [0]. This is a follow-up of this RFC series [1], with the
apalis-imx6 changes removed since we do plan doing additional validation bef
This series is fixing issue where "mtd list" command can't
displayed nand raw partitions even if the flash DT node is
populated with partitions subnode with "fixed-partitions" compatible.
Patrice Chotard (2):
mtd: Add flash_node in struct mtd_info
mtd: Update the way partitions are parsed
Hello Stefano,
On Thu, Oct 21, 2021 at 01:08:16PM +0200, Francesco Dolcini wrote:
> On Thu, Oct 21, 2021 at 12:16:33PM +0200, Stefano Babic wrote:
> > On 01.09.21 09:48, Francesco Dolcini wrote:
> > >
> > > Use the complete 512kb (4 blocks) nand partition reserved for u-boot
> > > environment ins
Hi Francesco,
On 22.10.21 09:59, Francesco Dolcini wrote:
Hello Stefano,
On Thu, Oct 21, 2021 at 01:08:16PM +0200, Francesco Dolcini wrote:
On Thu, Oct 21, 2021 at 12:16:33PM +0200, Stefano Babic wrote:
On 01.09.21 09:48, Francesco Dolcini wrote:
Use the complete 512kb (4 blocks) nand parti
Hello Stefano,
On Thu, Oct 21, 2021 at 12:16:33PM +0200, Stefano Babic wrote:
> On 01.09.21 09:48, Francesco Dolcini wrote:
> >
> > Use the complete 512kb (4 blocks) nand partition reserved for u-boot
> > environment instead of just the first block, this allows the module
> > to have a working en
Hi Francesco,
On 01.09.21 09:48, Francesco Dolcini wrote:
Use the complete 512kb (4 blocks) nand partition reserved for u-boot
environment instead of just the first block, this allows the module
to have a working environment even if 3 blocks are bad.
Francesco Dolcini (2):
colibri-imx6ull:
Use the complete 512kb (4 blocks) nand partition reserved for u-boot
environment instead of just the first block, this allows the module
to have a working environment even if 3 blocks are bad.
Francesco Dolcini (2):
colibri-imx6ull: improve env badblock management
colibri-imx7: improve env
Enable dynamic DDR calibration to have a reliable behavior on edge
temperatures conditions for Toradex Apalis and Colibri iMX6 boards.
Francesco Dolcini (2):
colibri-imx6: use dynamic DDR calibration
apalis-imx6: use dynamic DDR calibration
board/toradex/apalis_imx6/apalis_imx6.c | 19 +
From: Bharat Gooty
pinctrl-single:-
Add support to parse "pinctrl-single,gpio-range" and
"#pinctrl-single,gpio-range-cells" DT properties
Add pinctrl_ops request()
Bharat Gooty (2):
pinctrl: single: Parse gpio details from dt
pinctrl: single: Add request() api
drivers/pinctrl/pinctrl-sin
From: Bharat Gooty
Broadcom netXtreme controller supports multiple ports and
multiple link speeds like 10/25/50/100G
1. Added driver support for netXtreme controller
2. Added commands to know the port used, supported speeds,
configure link speeds and MAC address.
Bharat Gooty (2):
net: brcm:
On Fri, 2021-08-06 at 08:39 +0200, Heiko Schocher wrote:
> Caution: EXT Email
>
> Hello Peng,
>
> On 06.08.21 07:56, Peng Fan (OSS) wrote:
> >
> >
> >
> > On 2021/8/6 12:44, Heiko Schocher wrote:
> > >
> > >
> > > This series fixes secure boot on imx8m based boards. Tim
> > > also detected t
Hello Peng,
On 06.08.21 07:56, Peng Fan (OSS) wrote:
>
>
> On 2021/8/6 12:44, Heiko Schocher wrote:
>>
>> This series fixes secure boot on imx8m based boards. Tim
>> also detected this issue and the patches fixed on his hardware
>> also the problem, see discussion here:
>>
>> https://eur01.safel
On 2021/8/6 12:44, Heiko Schocher wrote:
This series fixes secure boot on imx8m based boards. Tim
also detected this issue and the patches fixed on his hardware
also the problem, see discussion here:
https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.denx.de%2Fpipermail%
This series fixes secure boot on imx8m based boards. Tim
also detected this issue and the patches fixed on his hardware
also the problem, see discussion here:
https://lists.denx.de/pipermail/u-boot/2021-July/454351.html
Problem is that the IVT header gets loaded to a memallocated
buffer, but it
RK3399 and RK3568 are use different sdhci controllers.
The drivers need to be updated to support these two platforms
and it's easy to support new platforms.
Yifeng Zhao (2):
mmc: rockchip_sdhci: add phy and clock config for rk3399
mmc: rockchip_sdhci: Add support for RK3568
drivers/mmc/rockc
From: Elaine Zhang
Add basic clock for rk3568 which including cpu, bus, mmc,
i2c, pwm, gmac ...clocks init.
Elaine Zhang (2):
rockchip: rk3568: add device tree file
rockchip: rk3568: add clock driver
.../include/asm/arch-rockchip/cru_rk3568.h| 504 +++
drivers/clk/rockchip/Makefile
This patchset adds the base support for the Marvell OcteonTX2 CN9132 DB
board and includes required dts/dtsi files and the defconfig files for
this.
Thanks,
Stefan
Stefan Roese (2):
arm: octeontx2: Add dtsi/dts files for Octeon TX2 CN9132 DB
arm: octeontx2: Add Octeon TX2 CN9132 DB support
This series is fixing issues reported by Herbert Poetzl when trying to
bind Ethernet gadget over USB on STM32MP1 platform.
2 issues have been found:
- fix the bind command
- add dwc2 bcdDevice in USB gadget controller
Patrice Chotard (2):
cmd: bind: Fix driver binding on a device
usb:
From: Igor Opaniuk
At present if U-Boot proper uses driver model for I2C, then SPL has to
also. While this is desirable, it places a significant barrier to moving
to driver model in some cases. For example, with a space-constrained SPL
it may be necessary to enable CONFIG_SPL_OF_PLATDATA which in
Fix kmeter1 support after testing next branch on board.
I try to add this board to my daily u-boot mainline tests with tbot:
http://xeidos.ddns.net/ubtestresults/home
Changes only in kmeter1_defconfig needed.
Patches are based against next branch, commit
* 0ac83d080a - Merge branch 'next'
Show reset information such as reset types (cold/warm) and
which events triggered the reset.
Chee Hong Ang (2):
arm: socfpga: soc64: Add SDM triggered warm reset bit mask
arm: socfpga: soc64: Show reset state in SPL
.../include/mach/reset_manager_soc64.h | 12 ++--
arch/a
Hi Simon,
On Wed, Jul 8, 2020 at 12:45 PM Rayagonda Kokatanur
wrote:
>
> Use device tree and driver class (UCLASS_IRQ and UCLASS_SYSCON) to get
> gic details like GICD, GICR base address, max number of redistributors
> and git lpi address.
>
> Rayagonda Kokatanur (2):
> arch: arm: use dt and UC
Use device tree and driver class (UCLASS_IRQ and UCLASS_SYSCON) to get
gic details like GICD, GICR base address, max number of redistributors
and git lpi address.
Rayagonda Kokatanur (2):
arch: arm: use dt and UCLASS_IRQ to get gic details
arch: arm: use dt and UCLASS_SYSCON to get gic lpi det
Add support for Broadcom pcie driver and
api to get dma regions.
Rayagonda Kokatanur (1):
drivers: pci: add api to get dma regions
Srinath Mannam (1):
drivers: pcie: add Broadcom IPROC PCIe RC driver
drivers/pci/Kconfig |7 +
drivers/pci/Makefile |1 +
drivers/pci/pci-uclas
This patchset,
-adds Broadcom SPI driver for iproc-based platforms and
-extends Micron SPI commands for dual and quad SPI transfers on Micon SPI.
Rayagonda Kokatanur (2):
driver: spi: add brcm iproc qspi support.
drivers: spi: add commands for micron SPI
drivers/spi/Kconfig | 14 +
dri
Add support for broadcom iproc gpio driver.
Rayagonda Kokatanur (2):
drivers: gpio: add broadcom iproc gpio driver support
gpio: do not include on TARGET_BCMNS3
arch/arm/include/asm/gpio.h | 2 +-
drivers/gpio/Kconfig| 10 ++
drivers/gpio/Makefile | 1 +
drivers/gpio/ipro
1 - 100 of 240 matches
Mail list logo