of
> https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23
> -0400)
>
> are available in the Git repository at:
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-master-20240405
>
> for you to fetch changes up to f6be
On Thu, Apr 04, 2024 at 11:52:57PM +0200, Caleb Connolly wrote:
> Hi Tom,
>
> Sorry for the noise, totally fluffed that PR... Please ignore the previous
> email.
>
> Some new Qualcomm features for you:
>
> * Ethernet, i2c, and USB support are now enabled by default
> * The clock driver gets som
On Thu, Apr 04, 2024 at 06:52:53PM +0200, Neil Armstrong wrote:
> Hi Tom,
>
> Please pull this migration to OF_UPSTREAM for all Amlogic SoCs family
> except the newer A1 family.
> In Addition, there's a few fixes & updates for the jethubj100 board.
>
> Thanks,
> Neil
>
> The following changes s
On Thu, Apr 04, 2024 at 02:08:15PM +0200, Stefan Roese wrote:
> Hi Tom,
>
> please pull the first batch of mostly Marvell related patches:
>
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
On Thu, Apr 04, 2024 at 05:54:10PM +0900, Minkyu Kang wrote:
> Dear Tom,
>
> The following changes since commit dde373bde392c38649c8c4420e0c98ef8d38d9dc:
>
> Prepare v2024.04-rc5 (2024-03-25 21:56:50 -0400)
>
> are available in the git repository at:
>
> g...@source.denx.de:u-boot/custodia
On Fri, Apr 05, 2024 at 04:52:32PM +0200, Marek Vasut wrote:
> On 4/4/24 8:25 AM, Janne Grunau via B4 Relay wrote:
> > Apple USB Keyboards from 2021 need quirks to be useable. The boot HID
> > keyboard protocol is unfortunately not described in the first interface
> > descriptor but the second. Thi
On Tue, Mar 26, 2024 at 6:25 PM Adam Ford wrote:
>
> The baseboard supports and NVMe drives via the PCIe slot. This
> requires a few extra config options to be enabled.
>
> The NVMe can be enumerated with the following commands:
>
> u-boot=> pci enum
> PCIE-0: Link up (Gen1-x1, Bus0)
> u-boot=> nv
On Thu, Apr 4, 2024 at 12:11 PM Javier Viguera wrote:
>
> According to the documentation (for example NXP's AN13994 on encrypted
> boot on AHAB-enabled devices), the format of the signature block is:
>
> +--+--+--+-+
> | Tag | Length - m
On Wed, Apr 3, 2024 at 4:16 AM Marcel Ziswiler wrote:
>
> From: Marcel Ziswiler
>
> Move verdin-imx8mm and verdin-imx8mp to OF_UPSTREAM:
> - handle the fact that dtbs now have a 'freescale/' prefix
> - imply OF_UPSTREAM
> - remove redundant files from arch/arm/dts leaving only the
> *-u-boot.dt
On Sun, Mar 31, 2024 at 10:41 PM Ye Li wrote:
>
> Since the event callback imx9_probe_mu is re-defined, update
> its prototype.
>
> Signed-off-by: Ye Li
> ---
> Changes in v2:
> Fix imx93_var_som and phycore_imx93 as well
Applied both, thanks.
On Sat, Mar 30, 2024 at 6:36 PM Fabio Estevam wrote:
>
> From: Josua Mayer
>
> The i.MX6 Cubox-i and HummingBoards can have different PHYs at varying
> addresses. U-Boot needs to auto-detect which phy is actually present,
> and at which address it is responding.
>
> Auto-detection from multiple p
On Sat, Mar 30, 2024 at 6:03 PM Fabio Estevam wrote:
>
> The mx6cuboxi_defconfig target supports several board
> variants. All of these variants use the hummingboard devicetree in U-Boot.
>
> Currently, the devicetree model as well as the board variant name
> are shown:
>
> ...
> Model: SolidRun H
On Wed, Apr 3, 2024 at 11:59 PM Adam Ford wrote:
>
> The imx8mp-beacon boards can migrate to OF_UPSTREAM which also
> allows for the removal the device tree files.
>
> Signed-off-by: Adam Ford
Applied, thanks.
On Tue, Mar 12, 2024 at 6:16 PM Marek Vasut wrote:
>
> Check whether the ethernet interface is enabled at all before reading
> MAC EEPROM. As a cost saving measure, it can happen that the MAC EEPROM
> is not populated on SoMs which do not use ethernet.
>
> Signed-off-by: Marek Vasut
Applied, tha
in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-master-20240405
for you to fetch changes up to f6be41c83c17c09dddfb1e29a7ca391b5190634d:
arm: imx: fix signature_block_hdr struct fields order (2024-04-05 09:39:18
-0300)
u-boot-imx-maste
Fix compilation warning:
../arch/arm/include/asm/io.h: In function 'eqos_free_pkt':
../arch/arm/include/asm/io.h:103:32: warning: 'rx_desc' may be used
uninitialized [-Wmaybe-uninitialized]
103 | #define writel(v,c) ({ u32 __v = v; __iowmb(); __arch_putl(__v,c);
__v; })
|
On 05/04/2024 10:15, Neil Armstrong wrote:
Add pinctrl driver for the TLMM block found in the SM8550 & SM8650 SoCs.
This driver only handles the gpio and qup debug uart pinmux, and makes sure
the pinconf applies on SDC2 pins.
Finally enable both drivers in the Qualcomm defconfig
Signed-off-
On 3/9/24 03:11, Marek Vasut wrote:
From: Christophe Roullier
Add compatible "st,stm32mp13-dwmac" to manage STM32MP13 boards.
Signed-off-by: Christophe Roullier
Signed-off-by: Marek Vasut # Rebase, reshuffle, squash
code
---
Cc: Christophe Roullier
Cc: Joe Hershberger
Cc: Patrice Chotard
On 3/9/24 03:11, Marek Vasut wrote:
From: Christophe Roullier
Manage 2 ethernet instances, select which instance to configure with
mask If mask is not present in DT, it is stm32mp15 platform.
Signed-off-by: Christophe Roullier
Signed-off-by: Marek Vasut # Rework the code
---
Cc: Christophe R
On 3/9/24 03:11, Marek Vasut wrote:
From: Patrick Delaunay
Request the clk-ck earlier in probe in preparation for obtaining the
clock rate from these clk-ck in eqos_probe_syscfg_stm32() in the
follow up patch.
Signed-off-by: Patrick Delaunay
---
Cc: Christophe Roullier
Cc: Joe Hershberger
C
On 3/9/24 03:11, Marek Vasut wrote:
Use const bool for the values parsed out of DT. Drop the duplicate
assignment of false into those bool variables, assign them directly
with the content parsed out of DT. Abbreviate the variable name too.
Signed-off-by: Marek Vasut
---
Cc: Christophe Roullier
C
On 3/9/24 03:11, Marek Vasut wrote:
Use dev_*() only to print all the logs from this glue code, instead of
mixing dev_*(), log_*(), pr_*() all in one code.
Signed-off-by: Marek Vasut
---
Cc: Christophe Roullier
Cc: Joe Hershberger
Cc: Patrice Chotard
Cc: Patrick Delaunay
Cc: Ramon Fried
Cc
On 3/9/24 03:11, Marek Vasut wrote:
Move the log_debug() calls on top of the bit manipulation code.
No functional change.
Signed-off-by: Marek Vasut
---
Cc: Christophe Roullier
Cc: Joe Hershberger
Cc: Patrice Chotard
Cc: Patrick Delaunay
Cc: Ramon Fried
Cc: u-b...@dh-electronics.com
Cc: ub
On 3/9/24 03:11, Marek Vasut wrote:
Use FIELD_PREP to configure content of ETH_SEL bitfield in
SYSCFG_PMCSETR register. No functional change.
Signed-off-by: Marek Vasut
---
Cc: Christophe Roullier
Cc: Joe Hershberger
Cc: Patrice Chotard
Cc: Patrick Delaunay
Cc: Ramon Fried
Cc: u-b...@dh-el
On 3/9/24 03:11, Marek Vasut wrote:
Replace ifdef CONFIG_CLK with if (CONFIG_IS_ENABLED(CLK)) to improve
code build coverage. Some of the functions printed debug("%s: OK\n",
__func__); on exit with and without CLK enabled, some did not, make it
consistent and print nothing if CLK is disabled.
Si
On 3/9/24 03:11, Marek Vasut wrote:
Move board_interface_eth_init() into eqos_probe_syscfg_stm32() in
STM32 driver glue code. The eqos_probe_syscfg_stm32() parses STM32
specific DT properties of this MAC and configures SYSCFG registers
accordingly, there is nothing board specific happening in
On 3/9/24 03:11, Marek Vasut wrote:
Move board_interface_eth_init() into eqos_probe_syscfg_stm32() in
STM32 driver glue code. The eqos_probe_syscfg_stm32() parses STM32
specific DT properties of this MAC and configures SYSCFG registers
accordingly, there is nothing board specific happening in thi
On 3/9/24 03:11, Marek Vasut wrote:
The current glue code is specific to STM32MP15xx, the upcoming
STM32MP13xx will introduce another entry specific to the STM32MP13xx.
Rename the current entry to eqos_stm32mp15_config in preparation for
STM32MP13xx addition. No functional change.
Signed-off-by:
On 4/5/24 4:56 PM, Christophe ROULLIER wrote:
On 3/9/24 03:11, Marek Vasut wrote:
From: Christophe Roullier
Add compatible "st,stm32mp13-dwmac" to manage STM32MP13 boards.
Signed-off-by: Christophe Roullier
Signed-off-by: Marek Vasut # Rebase, reshuffle, squash
code
---
Cc: Christophe Roull
On 4/4/24 8:25 AM, Janne Grunau via B4 Relay wrote:
Apple USB Keyboards from 2021 need quirks to be useable. The boot HID
keyboard protocol is unfortunately not described in the first interface
descriptor but the second. This needs several changes. The USB keyboard
driver has to look at all (2) i
Gentle Reminder.
On 08/03/24 16:38, Devarsh Thakkar wrote:
> Hi Tom, Anatolij, Simon,
>
> On 22/02/24 18:38, Devarsh Thakkar wrote:
>> This adds support for simple-framebuffer reservation using video handoff
>> when splash is enabled at SPL stage.
>>
>> Also adds helper function to only enable fr
On Fri, Apr 05, 2024 at 02:37:42PM +0530, Sumit Garg wrote:
> Support for Schneider Electric HMIBSC. Features:
> - Qualcomm Snapdragon 410C SoC - APQ8016 (4xCortex A53, Adreno 306)
> - 2GiB RAM
> - 64GiB eMMC, SD slot
> - WiFi and Bluetooth
> - 2x Host, 1x Device USB port
> - HDMI
> - Discrete TPM2
Hi,
Just a couple small comments. Looks good otherwise.
On Fri, Apr 05 2024, tkuw584...@gmail.com wrote:
> From: Takahiro Kuwano
>
> The S25FS064S, S25FS128S, and S25FS256S are the same family of SPI NOR
> Flash devices with S25FS512S. Some difference depending on the device
> densities are tak
On 4/5/24 2:18 AM, Jayesh Choudhary wrote:
Hi,
On 04/04/24 20:59, Andrew Davis wrote:
On 4/4/24 4:00 AM, Jayesh Choudhary wrote:
Include the uboot device tree files needed to boot the board.
Co-developed-by: Vaishnav Achath
Signed-off-by: Vaishnav Achath
Signed-off-by: Jayesh Choudhary
Hi Chris,
On 4/4/24 23:33, Chris Morgan wrote:
On Tue, Apr 02, 2024 at 06:38:59PM +0200, Quentin Schulz wrote:
Hi Chris,
On 4/1/24 20:14, Chris Morgan wrote:
From: Chris Morgan
Allow RK3568 and RK3588 based boards to get the RAM bank configuration
from the ROCKCHIP_TPL stage instead of the
Hi Neil,
On 04/04/2024 18:46, Neil Armstrong wrote:
Add the GCC and TCSRCC clock driver for the SM8550 & SM8650 SoCs.
The GCC driver uses the clk-qcom infrastructure to support GDSCs,
Resets and gates. While the TCSRCC is a simpler clock driver which
only supports gates.
The GCC enable and set
On 05/04/2024 10:27, Neil Armstrong wrote:
Finally add the entries for the qcom,pmk8350-pwrkey and qcom,pmk8350-resin
found on PMICs used with SM8350 and later SoCs.
Signed-off-by: Neil Armstrong
---
drivers/button/button-qcom-pmic.c | 14 ++
1 file changed, 14 insertions(+)
dif
On 05/04/2024 10:35, Neil Armstrong wrote:
Add a driver for the new Synopsys eUSB2 PHY found in the SM8550
and SM8650 SoCs.
Signed-off-by: Neil Armstrong
---
drivers/phy/qcom/Kconfig | 8 +
drivers/phy/qcom/Makefile | 1 +
drivers/phy/qcom/phy-qcom-snps-eusb2.
On Fri, 5 Apr 2024 at 11:17, Jayesh Choudhary wrote:
>
> Hello Sumit,
>
> On 05/04/24 10:27, Sumit Garg wrote:
> > Hi Jayesh,
> >
> > On Thu, 4 Apr 2024 at 14:30, Jayesh Choudhary wrote:
> >>
> >> j722s dts support that needs to be pulled from devicetree-rebasing
> >> tree. The whole series depen
Support for Schneider Electric HMIBSC. Features:
- Qualcomm Snapdragon 410C SoC - APQ8016 (4xCortex A53, Adreno 306)
- 2GiB RAM
- 64GiB eMMC, SD slot
- WiFi and Bluetooth
- 2x Host, 1x Device USB port
- HDMI
- Discrete TPM2 chip over SPI
Features enabled in U-Boot:
- RAUC updates
- Environment pro
Add GPIO pinctrl function to enable driving GPIO pins as output low or
high.
Signed-off-by: Sumit Garg
---
drivers/pinctrl/qcom/pinctrl-apq8016.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/qcom/pinctrl-apq8016.c
b/drivers/pinctrl/qcom/pinctrl-apq8016.c
index 1ee8b7db1a2
Add support for driving the GPIO pins as output low or high.
Signed-off-by: Sumit Garg
---
drivers/pinctrl/qcom/pinctrl-qcom.c | 25 -
1 file changed, 20 insertions(+), 5 deletions(-)
diff --git a/drivers/pinctrl/qcom/pinctrl-qcom.c
b/drivers/pinctrl/qcom/pinctrl-qcom.c
SE HMIBSC board debug console requires RS232 flow control, so enable
corresponding support if RS232 gpios are present.
Reviewed-by: Caleb Connolly
Signed-off-by: Sumit Garg
---
drivers/serial/serial_msm.c | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/drivers/
SE HMIBSC board uses UART1 as the main debug console, so add
corresponding clocks and pinmux support. Along with that update
instructions to enable clocks for debug UART support.
Signed-off-by: Sumit Garg
---
drivers/clk/qcom/clock-apq8016.c | 38 ++
drivers/pinctrl
Enabling LINUX_KERNEL_IMAGE_HEADER by default doesn't allow
ENABLE_ARM_SOC_BOOT0_HOOK to work properly on db410c when U-Boot is
loaded as a first stage bootloader. It leads to secondary CPUs bringup
failure and later causing the Linux kernel to freeze.
So fix it via selectively enabling LINUX_KERN
SE HMIBSC board is based on Qcom APQ8016 SoC. One of the major
difference from db410c is serial port where HMIBSC board uses UART1 as
the debug console with an RS232 port, patch #2 - #5 adds corresponding
driver support.
Patch #6 adds main HMIBSC board specific bits, features:
- Qualcomm Snapdrago
Hi Alexey,
On lun., mars 04, 2024 at 14:03, Alexey Romanov
wrote:
> Hello Mattijs,
>
> On Thu, Feb 15, 2024 at 10:24:11AM +0100, Mattijs Korpershoek wrote:
>> On jeu., f'evr. 01, 2024 at 12:20, Alexey Romanov
>> wrote:
>>
>> > An example of how we use fastboot oeam board subcommand
>> > for
Hi Alexey,
On lun., mars 04, 2024 at 14:11, Alexey Romanov
wrote:
> Hello,
>
> On Thu, Feb 15, 2024 at 10:14:13AM +0100, Mattijs Korpershoek wrote:
>> Hi Alexey,
>>
>> Thank you for the patch.
>>
>> On jeu., f'evr. 01, 2024 at 12:20, Alexey Romanov
>> wrote:
>>
>> > Currently, fastboot pro
Hi Alexey,
On mer., avril 03, 2024 at 08:49, Alexey Romanov
wrote:
> Hello Mattijs,
> is there any feedback?
Sorry for the late reply. I was both swamped with other work and awaiting.
feedback from others.
I don't have strong enough arguments to state that this is not useful to
others, I have
The function uniphier_mem_map_init() is to change global variable
'mem_map', which is referenced to get_page_table_size() to calculate
the size of page table.
However, uniphier_mem_map_init() is called after get_page_table_size(),
so the size of page table and 'mem_map' become inconsist each other
Enable the Qualcomm Synopsys eUSB2 PHY driver in Qualcomm defconfig.
Signed-off-by: Neil Armstrong
---
configs/qcom_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 1abb57345ff..b0ae5eb4df3 100644
--- a/configs/qcom_defconfig
+++
Add a driver for the new Synopsys eUSB2 PHY found in the SM8550
and SM8650 SoCs.
Signed-off-by: Neil Armstrong
---
drivers/phy/qcom/Kconfig | 8 +
drivers/phy/qcom/Makefile | 1 +
drivers/phy/qcom/phy-qcom-snps-eusb2.c | 365 +
3 fil
Add support for the new Qualcomm Synopsys eUSB2 PHY found in the
SM8550 and SM8650 SoCs.
Finally enable the driver in the Qualcomm defconfig.
Signed-off-by: Neil Armstrong
---
Neil Armstrong (2):
phy: qcom: add Synopsys eUSB2 PHY driver
qcom_defconfig: enable the Qualcomm Synopsys eU
On 4/4/24 12:38 PM, MD Danish Anwar wrote:
> This is the PRUSS Ethernet driver for TI AM654 SR2.0 and later SoCs with
> the ICSSG PRU Sub-system running EMAC firmware. ICSSG Subsystem supports
> two slices per instance. This driver caters to both slices / ports of
> the icssg subsystem.
>
> Sin
On Fri, 5 Apr 2024 at 10:12, Heinrich Schuchardt
wrote:
>
> On 4/4/24 08:35, Ilias Apalodimas wrote:
> > A symbol defined in a linker script (e.g. __efi_runtime_start = .;) is
> > only a symbol, not a variable and should not be dereferenced.
> > The common practice is either define it as
> > exter
On 4/4/24 12:38 PM, MD Danish Anwar wrote:
> Add icssg_config.h / .c and icssg_classifier.c files. These are firmware
> configuration and classification related files. Add MII helper APIs and
> MACROs. These APIs and MACROs will be later used by ICSSG Ethernet driver.
> Also introduce icssg_prue
Finally add the entries for the qcom,pmk8350-pwrkey and qcom,pmk8350-resin
found on PMICs used with SM8350 and later SoCs.
Signed-off-by: Neil Armstrong
---
drivers/button/button-qcom-pmic.c | 14 ++
1 file changed, 14 insertions(+)
diff --git a/drivers/button/button-qcom-pmic.c
b/
Move node name checks to a proper data struct with all information
for the supported subnodes.
Replace the key offset defines with the Linux driver ones.
Signed-off-by: Neil Armstrong
---
drivers/button/button-qcom-pmic.c | 84 ++-
1 file changed, 56 insertio
Add support for PM8550 GPIO controller variant, keep read-only
until the GPIO and Pinctrl setup is fixed for new PMICs.
Signed-off-by: Neil Armstrong
---
drivers/gpio/qcom_pmic_gpio.c | 18 --
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/drivers/gpio/qcom_pmic_g
First add PMIC gpio variant on pm8550-gpio, then rework the
qcom-pmic button driver to support data structs for each PMIC
variant and finally add the data for the pmk8350 button configs.
Signed-off-by: Neil Armstrong
---
Neil Armstrong (3):
gpio: qcom_pmic_gpio: add support for pm8550-gpio
On Fri, 5 Apr 2024 at 11:13, Heinrich Schuchardt
wrote:
>
> The following symbols are defined in two includes:
>
> * __efi_runtime_start[]
> * __efi_runtime_stop[]
> * __efi_runtime_rel_start[]
> * __efi_runtime_rel_stop[]
>
> Eliminate the definitions in efi_loader.h.
>
> Signed-off-by: Heinrich
Add the defines and support for SPMI arbiters version 7,
which can handle up to 1024 peripherals, and can also drive
a secondary bus which is not implemented yet.
Signed-off-by: Neil Armstrong
---
drivers/spmi/spmi-msm.c | 33 +
1 file changed, 29 insertions(+), 4
The cnfg registers provides the owner id for each peripheral,
so we can use this id to check if we're allowed to write register
to each peripherals.
Since the v5 can handle more peripherals, add the max_channels to
scan more starting from version 5, make the channel_map store
32bit values and intr
Since version 2, the cmd format has changed, takes helpers
from Linux driver and use a switch/case to handle all
versions in msm_spmi_write/read() command.
Signed-off-by: Neil Armstrong
---
drivers/spmi/spmi-msm.c | 75 -
1 file changed, 55 inserti
Properly use ch_offset in msm_spmi_write() reg access.
Fixes: f5a2d6b4b03 ("spmi: msm: add arbiter version 5 support")
Signed-off-by: Neil Armstrong
---
drivers/spmi/spmi-msm.c | 19 +--
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/drivers/spmi/spmi-msm.c b/driv
First, fix version 5 support by using the right ch_offset in
then msm_spmi_write() reg accesses.
Then:
- properly format command by importing helpers from Linux driver and
use a switch/case to handle all versions in msm_spmi_write/read() command.
- handle peripheral ownership by poking into the
Hi Dmitrii,
Thank you for the patch and sorry for the review delay.
On mer., mars 06, 2024 at 18:59, Dmitrii Merkurev wrote:
> 1. Get partition info/size
> 2. Erase partition
> 3. Flash partition
> 4. BCB
>
> Signed-off-by: Dmitrii Merkurev
> Cc: Alex Kiernan
> Cc: Patrick Delaunay
> Cc: Sim
On 3/31/24 20:21, Marek Vasut wrote:
> In case the system has resumed successfully, the PSCI suspend resume
> code has to jump to the 'ep' successful resume entry point code path,
> otherwise the code has to jump to content of the LR register, which
> points to failed resume code path.
>
> To i
Add pinctrl driver for the TLMM block found in the SM8650 SoC.
This driver only handles the gpio and qup2_se7 pinmux, and makes sure
the pinconf applies on SDC2 pins.
Signed-off-by: Neil Armstrong
---
drivers/pinctrl/qcom/Kconfig | 7
drivers/pinctrl/qcom/Makefile | 1 +
Enable the SM8550 & SM8650 pinctrl drivers for Qualcomm defconfig.
Signed-off-by: Neil Armstrong
---
configs/qcom_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index 222db6448ab..a92b6ef7911 100644
--- a/configs/qcom_defconfig
+++
Add pinctrl driver for the TLMM block found in the SM8550 SoC.
This driver only handles the gpio and qup1_se7 pinmux, and makes sure
the pinconf applies on SDC2 pins.
Signed-off-by: Neil Armstrong
---
drivers/pinctrl/qcom/Kconfig | 7
drivers/pinctrl/qcom/Makefile | 1 +
Add pinctrl driver for the TLMM block found in the SM8550 & SM8650 SoCs.
This driver only handles the gpio and qup debug uart pinmux, and makes sure
the pinconf applies on SDC2 pins.
Finally enable both drivers in the Qualcomm defconfig
Signed-off-by: Neil Armstrong
---
Neil Armstrong (3):
The following symbols are defined in two includes:
* __efi_runtime_start[]
* __efi_runtime_stop[]
* __efi_runtime_rel_start[]
* __efi_runtime_rel_stop[]
Eliminate the definitions in efi_loader.h.
Signed-off-by: Heinrich Schuchardt
---
include/efi_loader.h| 3 ---
lib/efi_loader/efi_mem
Hi Dmitrii,
Thank you for the patch and sorry for the review delay.
On mer., mars 06, 2024 at 18:59, Dmitrii Merkurev wrote:
> Reuse common logic between existing mmc and new introduced
> block implementation
>
> Signed-off-by: Dmitrii Merkurev
> Cc: Alex Kiernan
> Cc: Patrick Delaunay
> Cc:
On 3/20/23 12:46, Christian Hewitt wrote:
Add separate documentation for the ODROID-HC4 board to ensure
users build U-Boot using the HC4 defconfig that enables PCIe
SATA boot. This avoids user frustration trying to boot after
using the C4 recipe which only works from SD card.
Signed-off-by: Chri
11,4 +11,4 @@ Or to use an existing container
.. code-block:: bash
-sudo docker pull trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020
+sudo docker pull trini/u-boot-gitlab-ci-runner:jammy-20240227-14Mar2024
---
base-commit: cdfcc37428e06f4730ab9a17cc084eeb7676ea1a
change-id: 20
y should
suffice to enable
code navigation.
Usage
-=
+-
For further details on the script's options, please refer to its help message,
as in the example below.
---
base-commit: cdfcc37428e06f4730ab9a17cc084eeb7676ea1a
change-id: 20240405-doc-fix-headings-6109365355a3
Best regards,
Hi,
On Thu Apr 4, 2024 at 11:10 AM CEST, Neha Malcom Francis wrote:
> But again in the interest of time... this would mean this cleaning up effort
> be
> kept on hold. If we can agree to move to using the generator later as the
> final
> solution, can we pick up this series for now?
Agreed. I
On 4/5/24 08:50, Ilias Apalodimas wrote:
From: Ilias Apalodimas
efi_var_collect() was initially placed in efi_var_file.c, since back
then we only supported efi variables stored in a file. Since then we
support variables stored in an RPMB as well and use that function to
collect variables that s
On 3/12/24 22:15, Marek Vasut wrote:
> Check whether the ethernet interface is enabled at all before reading
> MAC EEPROM. As a cost saving measure, it can happen that the MAC EEPROM
> is not populated on SoMs which do not use ethernet.
>
> Signed-off-by: Marek Vasut
> ---
> Cc: "NXP i.MX U-Bo
On 3/13/24 01:52, Fabio Estevam wrote:
> Hi Marek,
>
> On Tue, Mar 12, 2024 at 6:16 PM Marek Vasut wrote:
>
>> NOTE: It is probably best if this goes in via either imx or stm32 tree,
>> I can break the patch up, but that would introduce dependency
>> between two PRs in different t
Hi Dmitrii,
Thank you for the patch and sorry for the review delay.
On mer., mars 06, 2024 at 18:59, Dmitrii Merkurev wrote:
> Signed-off-by: Dmitrii Merkurev
> Cc: Patrick Delaunay
> Cc: Simon Glass
> Cc: Mattijs Korpershoek
> Cc: Ying-Chun Liu (PaulLiu)
> ---
> drivers/fastboot/Kconfig
Hi,
On 04/04/24 20:59, Andrew Davis wrote:
On 4/4/24 4:00 AM, Jayesh Choudhary wrote:
Include the uboot device tree files needed to boot the board.
Co-developed-by: Vaishnav Achath
Signed-off-by: Vaishnav Achath
Signed-off-by: Jayesh Choudhary
---
arch/arm/dts/Makefile
Hi Dmitrii,
Thank you for the patch.
I'm not the virtio maintainer in U-Boot:
/mnt/work/upstream/u-boot/ $ ./scripts/get_maintainer.pl drivers/virtio/
Bin Meng (maintainer:VirtIO)
[...]
I've added Bin to the Cc list, please include him if you re-submit.
On mer., mars 06, 2024 at 18:59, Dmitri
On 4/4/24 08:35, Ilias Apalodimas wrote:
A symbol defined in a linker script (e.g. __efi_runtime_start = .;) is
only a symbol, not a variable and should not be dereferenced.
The common practice is either define it as
extern uint32_t __efi_runtime_start or
extern char __efi_runtime_start[] and acc
85 matches
Mail list logo