нд, 30 бер. 2025 р. о 22:30 Artur Kowalski пише:
>
> W dniu 25.03.2025 o 08:14, Svyatoslav Ryhel pisze:
>
> пн, 24 бер. 2025 р. о 22:01 Artur Kowalski пише:
>
> Hello
>
> Thanks for quick response. I know UARTD is the dedicated UART for
> debugging on TF101, but exposing UART over microSD
> is a
нд, 30 бер. 2025 р. о 22:27 Artur Kowalski пише:
>
> Tegra20 has mux allowing to repurpose microSD as UART on boards which
> use sdmmc3 controller for microSD. Add TEGRA_UARTA_MICROSD to enable
> this feature. It is currently supported on Transformer T20, support for
> other boards may require Dev
нд, 30 бер. 2025 р. о 22:27 Artur Kowalski пише:
>
> If debug UART is set to anything other than UARTD, U-Boot's SPL hangs
> trying to communicate with UARTD which clock won't be ungated. With this
> patch it is possible to boot with UARTA enabled.
>
> Signed-off-by: Artur Kowalski
> ---
>
> (no
This series adds support for and updates the random generator compatible
used for RK356x and RK3588.
The RK356x rng node is already part of dts/upstream so the rng node in
u-boot.dtsi is dropped, and because it is not enabled for rk3566 it gets
enabled in u-boot.dtsi to restore its use in U-Boot.
Hi Jonas,
On 2025/3/31 00:20, Jonas Karlman wrote:
Hi Kever,
On 2025-01-24 14:00, Jonas Karlman wrote:
Hi Kever,
On 2025-01-24 12:25, Kever Yang wrote:
Hi Jonas,
On 2025/1/24 06:48, Jonas Karlman wrote:
From: Joseph Chen
Import rk3528-pinctrl.dtsi from vendor U-Boot and Linux tag
linux-6
Hello Quentin,
Thanks for you feedback.
On 3/24/25 06:55, Quentin Schulz wrote:
I think this is a reasonable expectation. I'm wondering if we shouldn't
think about using the log architecture we have to have a generic
solution rather than expecting each command driver to handle (possibly
in th
Hi Marek,
On Mon, 31 Mar 2025 at 11:11, Marek Vasut wrote:
>
> On 3/28/25 12:42 PM, Simon Glass wrote:
> > Hi Marek,
>
> Hello Simon,
>
> > This patch causes a CI error:
> >
> > https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/1057151
>
> I think this might be what
On 3/28/25 12:42 PM, Simon Glass wrote:
Hi Marek,
Hello Simon,
This patch causes a CI error:
https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/1057151
I think this might be what Simon was pointing out, but I never got any
suggestion how to solve that.
There was a patch for this.
Linux commit 6ee0b9ad3995 ("arm64: dts: rockchip: Add rng node to
RK3588") merged for v6.15-rc1 add a proper rng node to the device tree.
The compatible used differs compared to what U-Boot is currently using.
Replace the old trngv1 compatible with the upstream Linux rk3588-rng
compatible.
Signed
Linux commit afeccc408496 ("arm64: dts: rockchip: add DT entry for RNG
to RK356x") merged for v6.12-rc1 add a proper rng node to the SoC DT.
The compatible used differs compared to what U-Boot is currently using.
Add support for the rk3568-rng used in upstream Linux. Support for the
cryptov2-rng c
On 3/28/25 11:26 AM, Alice Guo (OSS) wrote:
Hello Alice,
enum scmi_clock_message_id {
SCMI_CLOCK_ATTRIBUTES = 0x3,
@@ -738,6 +739,7 @@ enum scmi_clock_message_id {
SCMI_CLOCK_RATE_GET = 0x6,
SCMI_CLOCK_CONFIG_SET = 0x7,
SCMI_CLOCK_PARENT_SET = 0xD,
+ SCM
If debug UART is set to anything other than UARTD, U-Boot's SPL hangs
trying to communicate with UARTD which clock won't be ungated. With this
patch it is possible to boot with UARTA enabled.
Signed-off-by: Artur Kowalski
---
(no changes since v1)
include/configs/transformer-t20.h | 10 +++
Hi Alexey,
On 3/25/25 09:18, Alexey Minnekhanov wrote:
Add support for TLMM pin controller block (Top Level Mode
Multiplexer) on SDM630/660 SoCs, with support for special pins.
Correct pin configuration is required for working debug UART
and eMMC/SD cards.
SDM630 and SDM660 TLMM blocks are the
W dniu 25.03.2025 o 08:14, Svyatoslav Ryhel pisze:
пн, 24 бер. 2025 р. о 22:01 Artur Kowalski пише:
Hello
Thanks for quick response. I know UARTD is the dedicated UART for
debugging on TF101, but exposing UART over microSD
is a handy trick useful for development. As I'm doing development on
I
UART-A can be exposed through uSD, this was tested on Transformer T20
but should work on all Ventana-based boards.
TX is exported on SDD pingroup corresponding to uSD CLK pin
RX is exported on SDB which is CMD pin in uSD slot
Signed-off-by: Artur Kowalski
---
Changes in v2:
- fixed indentation
Hi Chen-Yu
On Wed, 5 Feb 2025 at 07:39, Chen-Yu Tsai wrote:
>
> From: Chen-Yu Tsai
>
> The IO domain driver controls the I/O voltage for various pins,
> MMC included.
>
> Enable it by default for all supported Rockchip SoCs.
>
> Signed-off-by: Chen-Yu Tsai
Reviewed-by: Anand Moon
Can we enabl
Tegra20 driver doesn't know about some pin configurations and even about
some pins. In case when pin configuration is unknown the pin would be
muxed to whatever is under function 0, in case when pin itself is
unknown, it could cause out-of-bounds array access in pinmux_set_func
and pinmux_set_pullu
On Fri, Mar 28, 2025 at 10:05:57AM -0600, Tom Rini wrote:
> On Fri, Mar 28, 2025 at 11:20:40AM +0100, raf...@beims.me wrote:
>
> > From: Rafael Beims
> >
> > If CONFIG_VIDEO_IPUV3 is enabled without also having CONFIG_IMX_HDMI
> > enabled, the build fails for the Apalis iMX6 board.
> >
> > Fixe
Hi Jonas,
On Sun, 30 Mar 2025 at 18:21, Jonas Karlman wrote:
>
> Add a minimal generic RK3328 board that only have eMMC, SDMMC, SPI flash
> and USB OTG enabled. This defconfig can be used to boot from eMMC,
> SD-card or SPI flash on most RK3328 boards that follow reference board
> design.
>
> Sig
On 15.03.25 02:29, Tom Rini wrote:
As the code is today, we get a warning about "select" statements on
"choice" options not doing anything. However, it also works as intended
because SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is the default option
within that choice statement. To guard against future r
On Fri, Mar 28, 2025 at 05:35:04AM -0600, Simon Glass wrote:
> Hi Raymond,
>
> On Thu, 27 Mar 2025 at 17:13, Raymond Mao wrote:
> >
> > Point fdt_addr to the fdt embedded in the bloblist since fdt_addr
> > is a default address for bootefi, bootm and booti to look for the
> > device tree when laun
On Sun, 30 Mar 2025 12:09:19 +0300, Svyatoslav Ryhel wrote:
> The following changes since commit 02d95aaee01a2faf53bba8f1417b55cd02b6a743:
>
> Merge branch 'next' of
> https://source.denx.de/u-boot/custodians/u-boot-sunxi into next (2025-03-27
> 08:10:06 -0600)
>
> are available in the Git r
Hi Jonas,
On Sun, 30 Mar 2025 at 18:21, Jonas Karlman wrote:
>
> Add a minimal generic RK3399 board that only have eMMC, SDMMC, SPI flash
> and USB OTG enabled. This defconfig can be used to boot from eMMC,
> SD-card or SPI flash on most RK3399 boards that follow reference board
> design.
>
> Sig
Add a minimal generic RK3399 board that only have eMMC, SDMMC, SPI flash
and USB OTG enabled. This defconfig can be used to boot from eMMC,
SD-card or SPI flash on most RK3399 boards that follow reference board
design.
Signed-off-by: Jonas Karlman
---
v2: Add CONFIG_ROCKCHIP_IODOMAIN is not set
-
Add a minimal generic RK3328 board that only have eMMC, SDMMC, SPI flash
and USB OTG enabled. This defconfig can be used to boot from eMMC,
SD-card or SPI flash on most RK3328 boards that follow reference board
design.
Signed-off-by: Jonas Karlman
---
v2: Rebase on next after TPL_HAVE_INIT_STACK
This series adds minimal generic board targets for RK3328 and RK3399,
like existing minimal generic boards for RK3566/RK3568, RK3588S/RK3588,
pending RK3528 [1] and upcoming RK3576 targets.
These generic boards can be used to boot into U-Boot and/or Linux on
most boards that follow reference board
Hi Kever,
On 2025-01-24 14:00, Jonas Karlman wrote:
> Hi Kever,
>
> On 2025-01-24 12:25, Kever Yang wrote:
>> Hi Jonas,
>>
>> On 2025/1/24 06:48, Jonas Karlman wrote:
>>> From: Joseph Chen
>>>
>>> Import rk3528-pinctrl.dtsi from vendor U-Boot and Linux tag
>>> linux-6.1-stan-rkr5 with the hdmi-p
Since commit f98cd471f06b ("clk: clk-composite: Resolve parent clock by
name") the StarFive VisionFive 2 board fails to boot.
Before that patch the SPL debug UART showed warnings like:
clk_register: failed to get pll0_out device (parent of perh_root)
clk_register: failed to get pll0_out d
On 30.03.25 17:15, Heinrich Schuchardt wrote:
On 23.03.25 16:58, Marek Vasut wrote:
Use clock-names property which is accessible via parent clock OF node
to look up the parent clock by name instead of depending on unreliable
global clock name to perform look up.
Signed-off-by: Marek Vasut
Th
Hi Johan,
On 2024-12-08 16:36, Johan Jonker wrote:
> The rk3318 A95X Z2 boards are sold as TV box.
> No further documentation is given, but from the dts files
> extracted it seems that the rk3318 processor is simulair
> to the rk3328. Included is an extra dtsi file for U-Boot
> specific properties
Dear Tom,
The following changes since commit 02d95aaee01a2faf53bba8f1417b55cd02b6a743:
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
into next (2025-03-27 08:10:06 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-
On 3/24/25 09:05, Varadarajan Narayanan wrote:
Enable the pinctrl driver for SA8775P
Signed-off-by: Varadarajan Narayanan
Reviewed-by: Caleb Connolly
---
configs/qcom_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 66
Hi Varadarajan,
On 3/24/25 09:05, Varadarajan Narayanan wrote:
Add pinctrl and GPIO driver for SA8775P. Driver code is based on the
similar U-Boot and Linux drivers.
Thanks, this mostly looks good.
[...]
+static const unsigned int sa8775p_pin_offsets[] = {
+ [0] = SA8775_PIN_OFFSET,
On 23.03.25 16:58, Marek Vasut wrote:
Use clock-names property which is accessible via parent clock OF node
to look up the parent clock by name instead of depending on unreliable
global clock name to perform look up.
Signed-off-by: Marek Vasut
This patch breaks booting starfive_visionfive2_de
Hi Simon,
On Sun, 30 Mar 2025 at 14:29, Christopher Obbard
wrote:
> Side note: It would be quite nice to add kernel_comp_addr_r and
> kernel_comp_size to be able to boot compressed kernels; I will put
> this on my TODO list for some day.
Please disregard this false information. I looked at the d
On 3/24/25 12:30, Varadarajan Narayanan wrote:
Add the PMC8380 regulator data found on the Qualcomm SA8775P platform.
The tables are imported from the Linux driver.
Signed-off-by: Varadarajan Narayanan
Reviewed-by: Caleb Connolly
---
drivers/power/regulator/qcom-rpmh-regulator.c | 45 +
On 3/25/25 09:37, Alexey Minnekhanov via groups.io wrote:
Imported from Linux driver.
Note that already existing but previously unused member of
struct qusb2_phy::has_se_clk_scheme is now utilized for it's
purpose.
Signed-off-by: Alexey Minnekhanov
Reviewed-by: Caleb Connolly
---
driv
On Fri, Mar 28, 2025 at 07:05:47AM -0600, Simon Glass wrote:
> This series collects together some new features for expo to make it more
> useful for boot menus:
>
> - measurement and display of multi-line text objects
> - internal alignment for objects (e.g. centred text)
> - editable strings in
Hi Heinrich,
On 3/28/25 15:18, Heinrich Schuchardt wrote:
On 28.03.25 14:00, Caleb Connolly wrote:
On 3/28/25 13:01, Simon Glass wrote:
Hi Caleb,
On Sun, 23 Mar 2025 at 12:39, Caleb Connolly
wrote:
Hi all,
Reviving this as it is still very much an issue, and especially
relevant
for Q
On Fri, Mar 28, 2025 at 04:44:53AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Thu, 27 Mar 2025 at 17:50, Tom Rini wrote:
> >
> > On Wed, Mar 26, 2025 at 10:46:57AM -0600, Simon Glass wrote:
> > > Hi Quentin,
> > >
> > > On Tue, 25 Mar 2025 at 04:20, Quentin Schulz
> > > wrote:
> > > >
> > > > H
Hi Simon,
On Thu, 2024-12-19 at 17:34 -0700, Simon Glass wrote:
> The fdt_addr variable is used in extlinux as a fallback devicetree if
> none is provided by the boot command. Otherwise the only use in U-
> Boot
> seems to me efi_install_fdt() when the internal FDT is required.
>
> The existing m
Hi Simon,
On Thu, 2024-12-19 at 17:34 -0700, Simon Glass wrote:
> These are not needed now since there is a bootm_size setting to keep
> things within the lower part of memory.
>
> Drop them.
>
> Signed-off-by: Simon Glass
> Reviewed-by: Tom Rini
> Suggested-by: Tom Rini
Reviewed-by: Christo
On Sat, 29 Mar 2025 03:39:53 +0100, Marek Vasut wrote:
> More basic DBSC5 DRAM controller clean ups and improvements.
>
> The following changes since commit 4adbf64ff8d8c730223fd8ae299d770bebb6fe86:
>
> Merge branch 'staging' of
> https://source.denx.de/u-boot/custodians/u-boot-tegra into nex
Hi Simon,
[resending as I used the wrong e-mail address which isn't on the list,
oops]
On Thu, 2024-12-19 at 17:34 -0700, Simon Glass wrote:
> The existing values don't provide for decompressing an arm64 boot-
> image.
> Add those values and move things apart a bit so that a 50MB kernel
> can be
Hi Simon,
[resending as I used the wrong e-mail address which isn't on the list,
oops]
On Thu, 2024-12-19 at 17:34 -0700, Simon Glass wrote:
> These are not needed now since there is a bootm_size setting to keep
> things within the lower part of memory.
>
> Drop them.
>
> Signed-off-by: Simon G
Hi Simon,
[resending as I used the wrong e-mail address which isn't on the list,
oops]
On Thu, 2024-12-19 at 17:34 -0700, Simon Glass wrote:
> The fdt_addr variable is used in extlinux as a fallback devicetree if
> none is provided by the boot command. Otherwise the only use in U-
> Boot
> seems
Hi Sam,
On 3/30/25 10:23, Sam Day wrote:
'Ello Caleb,
On Tue Mar 11, 2025 at 1:31 PM CET, Caleb Connolly wrote:
Phones don't have keyboards! Introduce a phone-specific config fragment
and associated environment file to make U-Boot more useful on these
devices. This allows for navigating via th
Hi Simon,
On Thu, 2024-12-19 at 17:34 -0700, Simon Glass wrote:
> Set this option so that all boot images stay within the bottom 512MB
> of
> memory. This should allow us to drop the fdt_high and initrd_high
> options.
>
> Signed-off-by: Simon Glass
> Reviewed-by: Tom Rini
> Suggested-by: Tom R
Hi Simon,
I tried to boot a mainline 6.12 kernel on a CM4 with U-Boot 2025.01;
it doesn't work without this patch series and complains that the DTB
is mangled. Not sure why, as there appears to be adequate space in
that gap.
I didn't look much further than setting alternative load addresses for
it
вс, 30 мар. 2025 г. в 14:45, Jonas Karlman :
>
> Hi Vasily,
>
> On 2025-03-23 23:50, Vasily Khoruzhick wrote:
> > Enable HDMI output and USB keyboard on Rock64 board
> >
> > Signed-off-by: Vasily Khoruzhick
> > ---
> > v2: no change
> >
> > configs/rock64-rk3328_defconfig | 10 ++
> > 1 f
Thanks all this is helpful
On Fri, 28 Mar 2025 at 19:15, Mark Kettenis wrote:
>
> > Date: Fri, 28 Mar 2025 10:04:19 -0600
> > From: Tom Rini
> >
> > On Fri, Mar 28, 2025 at 02:26:39PM +0200, Ilias Apalodimas wrote:
> > > On Fri, 28 Mar 2025 at 13:34, Simon Glass wrote:
> > > >
> > > > Hi Ilias,
On Sat, Mar 29, 2025 at 11:04 AM Mattijs Korpershoek
wrote:
>
> If you are OK with being mentioned in the commit log, could you please
> answer this email thread with the special "Tested-by:" line.
>
> Mattijs
Hi Mattijs,
Yes of course, I searched a bit for tag usage but did end up with the righ
Hi Matwey,
On 2025-03-30 13:52, Matwey V. Kornilov wrote:
> вс, 30 мар. 2025 г. в 14:45, Jonas Karlman :
>>
>> Hi Vasily,
>>
>> On 2025-03-23 23:50, Vasily Khoruzhick wrote:
>>> Enable HDMI output and USB keyboard on Rock64 board
>>>
>>> Signed-off-by: Vasily Khoruzhick
>>> ---
>>> v2: no change
Fix DC and DSI config names to reflect more generic nature of existing
Tegra video drivers.
Signed-off-by: Svyatoslav Ryhel
---
board/toradex/colibri_t20/colibri_t20.c | 2 +-
configs/endeavoru_defconfig | 2 +-
configs/grouper_defconfig | 2 +-
configs/harmony_defco
Hi Vasily,
On 2025-03-23 23:50, Vasily Khoruzhick wrote:
> While RK3328 is capable of 4K resolutions, dw-hdmi driver in u-boot
> seems to have some issue with 4K. 1440p or lower works fine.
>
> Limit max resolutions to 2560x1440x60Hz, by filtering the modes with
> pixel clock > 297MHz
>
> Fixes:
Hi Vasily,
On 2025-03-23 23:50, Vasily Khoruzhick wrote:
> Enable HDMI output and USB keyboard on Rock64 board
>
> Signed-off-by: Vasily Khoruzhick
> ---
> v2: no change
>
> configs/rock64-rk3328_defconfig | 10 ++
> 1 file changed, 10 insertions(+)
>
> diff --git a/configs/rock64-rk3
Hi,
On 2025-03-10 15:00, jiehui...@foxmail.com wrote:
> From: Jiehui He
>
> The LCKFB TaishanPi is a single-board computer based on the RK3566 SoC.
>
> Specification:
> - 1/2 Gib RAM
> - Optinal EMMC
> - SD-Card
> - HDMI / MIPI CSI / MIPI DSI
> - USB 2.0 Host (Type-A)
> - USB 2.0 Host / OTG (Ty
On 28/03/25 10:00 pm, Andrew Goodbody wrote:
When using non-trivial values for parameters for this test it
will cause a spurious failure as the test passes a decimal value
to the mtest command which will interpret it as hexadecimal and
result in failure as below.
test/py/tests/test_memtest.py
Existing Tegra30 DSI configuration is fully compatible with Tegra20.
Signed-off-by: Svyatoslav Ryhel
---
drivers/video/tegra20/tegra-dsi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/video/tegra20/tegra-dsi.c
b/drivers/video/tegra20/tegra-dsi.c
index a2a22fa0fe2..a96fba01ee4 100
CPCAP has a dedicated interrupt for power button. Implement this to have
more input control over the devices.
Signed-off-by: Svyatoslav Ryhel
---
drivers/input/Kconfig | 6 ++
drivers/input/Makefile | 1 +
drivers/input/cpcap_pwrbutton.c | 134 +
нд, 30 бер. 2025 р. о 13:25 Peter Robinson пише:
>
> Hi Svyatoslav,
>
> I started to look at and test your other display patch series in the last
> week or so, one thing I noticed is you need to update the Kconfig
> descriptions as well as this rename.
>
This series has Kconfig description adju
Hi Svyatoslav,
I started to look at and test your other display patch series in the last
week or so, one thing I noticed is you need to update the Kconfig
descriptions as well as this rename.
Has the other series been merged to next? You should also put a note about
dependencies etc.
Generally f
The Motorola Atrix 4G (MB860) and Droid X2 (MB870) both featured a
dual-core NVIDIA Tegra 2 AP20H processor clocked at 1GHz, coupled with 1GB
of DDR2 RAM. Storage consisted of 16GB of internal flash memory, expandable
via microSD. The display was a 4.0-inch TFT LCD with a resolution of
960x540 pixe
The Motorola Atrix 4G (MB860) and Droid X2 (MB870) both featured a
dual-core NVIDIA Tegra 2 AP20H processor clocked at 1GHz, coupled with 1GB
of DDR2 RAM. Storage consisted of 16GB of internal flash memory, expandable
via microSD. The display was a 4.0-inch TFT LCD with a resolution of
960x540 pixe
Add support for the LCD panel module used in Motorola Atrix 4G or Droid X2.
Exact panel vendor and model are unknown. The panel has a 540x960 (qHD)
resolution and uses 24 bit RGB per pixel.
Signed-off-by: Svyatoslav Ryhel
---
drivers/video/Kconfig | 10 ++
drivers/video/Makefile| 1 +
The CPCAP is a Motorola/ST-Ericsson creation, a multifunctional IC whose
main purpose was power control. It was used in a wide variety of Motorola
products, both Tegra and OMAP based. The most notable devices using this
PMIC are the Motorola Droid 4, Atrix 4G, and Droid X2.
Signed-off-by: Svyatosl
The driver provides regulator set/get voltage and enable/disable functions
for CPCAP PMIC.
Signed-off-by: Svyatoslav Ryhel
---
drivers/power/pmic/cpcap.c| 35 +++
drivers/power/regulator/Kconfig | 9 +
drivers/power/regulator/Makefile | 1 +
drivers/power/
Since this set of drivers suports four Tegra SoC generations, lets name it
just 'tegra'.
Signed-off-by: Svyatoslav Ryhel
---
drivers/video/Kconfig | 2 +-
drivers/video/Makefile | 2 +-
drivers/video/{tegra20 => tegra}/Kconfig
Dir name is enough.
Signed-off-by: Svyatoslav Ryhel
---
drivers/video/tegra/Makefile | 10 +-
.../{tegra-pwm-backlight.c => dc-pwm-backlight.c} | 2 +-
drivers/video/tegra/{tegra-dc.c => dc.c} | 2 +-
drivers/video/tegra/{tegra-dc.h => dc.h}
Adjust driver names, configs and paths to better reflect generic support
of multiple Tegra SoC generations they provide.
Svyatoslav Ryhel (5):
video: tegra20: dsi: add Tegra20 support
video: rename tegra20 to tegra
video: move tegra124 into common tegra dir
video: tegra: drop prefix from f
Place Tegra124 SOR and eDP implenetation into common Tegra driver folder
until it is integrated into existing setup.
Signed-off-by: Svyatoslav Ryhel
---
drivers/video/Kconfig| 8
drivers/video/Makefile | 1 -
drivers/video/tegra/Kcon
Historically, PLLD2 mirrored PLLD's layout on Tegra30 and 114. However,
with the introduction of Tegra124, this changed. This layout alteration was
not considered, and it now requires a corrective action to prevent future
complications.
Signed-off-by: Svyatoslav Ryhel
---
arch/arm/mach-tegra/teg
GPIO reset and power-off functionality depends on device tree data, which
is often absent in SPL or TPL. To address this, incorporate PHASE_ into the
config option.
Signed-off-by: Svyatoslav Ryhel
---
drivers/sysreset/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
GPIO reset and power-off functionality depends on device tree data, which
is often absent in SPL or TPL. To address this, incorporate PHASE_ into the
config option.
Svyatoslav Ryhel (1):
sysreset: add PHASE_ to GPIO reset and poweroff configs
drivers/sysreset/Makefile | 4 ++--
1 file changed,
PLLD and PLLD2 clocks possess a unique enable bit within their
miscellaneous register. Take this into account when using clock_set_rate
function.
Signed-off-by: Svyatoslav Ryhel
---
arch/arm/mach-tegra/clock.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/mach-tegra/clock.c
Fix PLLD2 info table entry on Tegra124 and Tegra210 which unlike on
Tegra114 and lower does not match PLLD.
Take in account PLLD/D2 enable bit on clock_set_rate call. Those two
seems to be only which have this bit.
Svyatoslav Ryhel (2):
ARM: tegra: clock: take in account PLLD/D2 enable bit on
Add missing configuration of chip select polarity. Default polarity is LOW,
which satisfies most cases but some devices require HIGH polarity and will
not work.
Svyatoslav Ryhel (1):
spi: tegra20_slink: fix CS polarity setup
drivers/spi/tegra20_slink.c | 18 ++
1 file changed,
Add missing configuration of chip select polarity. Default polarity is LOW,
which satisfies most cases but some devices require HIGH polarity and will
not work.
Signed-off-by: Svyatoslav Ryhel
---
drivers/spi/tegra20_slink.c | 18 ++
1 file changed, 18 insertions(+)
diff --git a
Mocha was added and tested right before this config option was added. Add
it to restore proper booting.
Fixes: d6a53f52 ("spl: Add an SPL_HAVE_INIT_STACK option")
Signed-off-by: Svyatoslav Ryhel
---
configs/mocha_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/mocha_defconf
Ouya and Mocha were added around the same time SPL_HAVE_INIT_STACK was
introduced by Simon and therefore do not include this config option. It is
critical to add it before any defconfig resync, since the SPL_STACK option
will then be removed.
Svyatoslav Ryhel (2):
configs: ouya: add missing SPL_
'Ello Caleb,
On Tue Mar 11, 2025 at 1:31 PM CET, Caleb Connolly wrote:
> Phones don't have keyboards! Introduce a phone-specific config fragment
> and associated environment file to make U-Boot more useful on these
> devices. This allows for navigating via the buttons and enabling
> various USB ga
On Sun, 16 Mar 2025 at 00:18, Sam Edwards wrote:
>
> LLVM's IAS does not (and cannot easily) support the 'adrl'
> pseudoinstruction, and ARM developers generally do not consider it
> portable across assembler implementations either.
>
> Instead, expand it into the two subtract instructions it woul
82 matches
Mail list logo