This is a revert of a recent logic change in setup_zimage(). We do
actually need to install this information always. Change it to install
from the Coreboot tables if available, else the normal source.
Fixes: e7bae8283fe ("x86: Allow installing an e820 when booting from coreboot")
Signed-off-by: Si
At present we have CONFIG_SPL_I2C but not CONFIG_I2C. The reason
CONFIG_I2C is not strictly necessary is that:
a) We have CONFIG_SYS_I2C_LEGACY and CONFIG_DM_I2C for the two possible
i2c stacks
b) In U-Boot proper, we always build drivers/i2c/ regardless of the
options
Still, it is better t
This rule should not be in the top-level Makefile. Now that we have a
consistent set of I2C Kconfigs for U-Boot proper, SPL and TPL, we can move
it.
Make use of the existing SPL/TPL rule in drivers/Makefile instead.
Signed-off-by: Simon Glass
---
Makefile | 1 -
drivers/Makefile | 4 --
It is quite confusing that CONFIG_SYS_I2C selects the legacy I2C and
CONFIG_DM_I2C selects the current I2C. The deadline to migrate I2C is less
than a year away.
Also we want to have a CONFIG_I2C for U-Boot proper just like we have
CONFIG_SPL_I2C for SPL, so we can simplify the Makefile rules.
Re
Rename these options so that CONFIG_IS_ENABLED can be used with them.
Signed-off-by: Simon Glass
---
arch/Kconfig | 4 ++--
arch/arm/mach-rockchip/Kconfig | 10 +-
arch/arm/mach-rockchip/rk3288/Kconfig| 2 +-
This actually does nothing but is defined by a few dozen boards. Drop it,
so we can define a real one.
Signed-off-by: Simon Glass
---
include/configs/bur_am335x_common.h| 1 -
include/configs/siemens-am33x-common.h | 1 -
include/configs/ti_armv7_common.h | 1 -
scripts/config_whitelis
Rename these options so that CONFIG_IS_ENABLED can be used with them.
Signed-off-by: Simon Glass
---
arch/Kconfig| 4 ++--
arch/arm/Kconfig| 2 +-
arch/arm/mach-exynos/Kconfig| 2 +-
arch/arm/mach-imx/mx6/Kc
While there is a CONFIG_I2C it does not really mean anything and is
defined by only a few dozen boards. This should key off
CONFIG_SYS_I2C_LEGACY instead.
Fix it.
Signed-off-by: Simon Glass
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
ind
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass
---
arch/arm/Kconfig| 2 +-
arch/arm/mach-imx/mx6/Kconfig | 2 +-
arch/arm/mach-omap2/am33xx/Kconfig | 4 ++--
arch/arm/mach-st
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass
---
arch/arm/mach-imx/mx6/Kconfig | 2 +-
common/Makefile | 2 +-
common/spl/Kconfig| 4 ++--
configs/am43xx_evm_defconfig | 2
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass
---
arch/arm/mach-omap2/boot-common.c | 2 +-
board/siemens/draco/board.c | 2 +-
board/siemens/pxm2/board.c| 4 ++--
board/tcl/sl50/board.c| 6 +++---
board/ti/am335x/board.c
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass
---
arch/arm/mach-omap2/am33xx/board.c | 2 +-
arch/arm/mach-omap2/boot-common.c| 2 +-
common/spl/Kconfig | 2 +-
configs/am335x_boneblack_vboot_defconfig | 2 +-
co
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass
---
arch/arm/Kconfig| 2 +-
arch/arm/mach-omap2/Kconfig | 6 +++---
arch/arm/mach-omap2/am33xx/Kconfig
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass
---
common/Kconfig.boot | 2 +-
common/spl/Kconfig | 2 +-
configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig | 2 +-
configs/ls1043a
These don't belong in the drivers Makefile so move them down into
the correct place.
Signed-off-by: Simon Glass
---
drivers/Makefile | 3 ---
drivers/phy/Makefile | 4
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/Makefile b/drivers/Makefile
index 3510daba29f..
Adjust the subdirectories included in this file so that they are in
alphabetical order. This makes it easier to follow.
Signed-off-by: Simon Glass
---
Makefile | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 0d3192cebad..60dbab1609e 10064
Hyphens are missing in various places where the intent is to create an
adjective. Fix it.
Signed-off-by: Simon Glass
---
README | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README b/README
index 1472b40bc45..63ac8d3fcf6 100644
--- a/README
+++ b/README
At present a few of the Makefiles have confusing layouts, with separate
sections for U-Boot proper and SPL/TPL. It is generally possible to have
a simple rule of the form:
obj-$(CONFIG_$(SPL_TPL_)TIMER) += timer/
so that timer/ is built for the different U-Boot phases based on which of
CONFIG_
Hi Tom and Simon,
So there're a couple of things involved indeed.
1. As Tom correctly mentioned we used to use SNSP pre-built tools for ARC in
TravisCI previously. And frankly the reason was we needed something GCC 8.x
based while on some other arches such a new GCC triggered extra problems,
Enable UEFI secure boot on synquacer. Note that unless user
setup their keys, the secure boot will not work.
Signed-off-by: Masami Hiramatsu
---
configs/synquacer_developerbox_defconfig |1 +
1 file changed, 1 insertion(+)
diff --git a/configs/synquacer_developerbox_defconfig
b/configs/syn
Since the U-Boot for the SynQuacer DeveloperBox is designed for
compatible with EDK2 boot, we don't need to support Ext2/4 fs
support by default. Drop it.
Signed-off-by: Masami Hiramatsu
---
configs/synquacer_developerbox_defconfig |2 --
1 file changed, 2 deletions(-)
diff --git a/configs/
Since MTD partitions are based on the devicetree name,
remove unneeded mtdparts settings and update DFU setting.
Signed-off-by: Masami Hiramatsu
---
configs/synquacer_developerbox_defconfig |2 --
include/configs/synquacer.h |2 +-
2 files changed, 1 insertion(+), 3 deletion
Add partition information to the spi-nor flash.
This is required for accessing NOR flash via mtdparts.
Signed-off-by: Masami Hiramatsu
---
Changes in v2:
- Add new lines to separate the partitions.
---
.../dts/synquacer-sc2a11-developerbox-u-boot.dtsi | 49
1 file chan
Make the U-Boot binary for SynQuacer position independent so
that the previous bootloader (SCP firmware or BL2) can load
the U-Boot anywhere.
Signed-off-by: Masami Hiramatsu
---
Changes in v2:
- Fix a typo in the changelog.
---
configs/synquacer_developerbox_defconfig |4 +++-
1 file cha
Since the SCBM SMMU is not only connected to the NETSEC
but also shared with the F_SDH30 (eMMC controller), that
should be initialized at board level instead of NETSEC.
Move the SMMU initialization code into board support
and call it from board_init().
Without this fix, if the NETSEC is disabled,
Hi,
Here is the 2nd version of the series to update the DeveloperBox support.
This version is just fixing coding style and typo. So no functional
changes.
[1/6] board: synquacer: Initialize SCBM SMMU at board_init()
- This is a driver cleanup, split the SMMU setup from the driver.
[2/6] con
Hi,
On Thu, 8 Jul 2021 at 23:33, Heinrich Schuchardt wrote:
>
> On 7/9/21 4:44 AM, AKASHI Takahiro wrote:
> > On Tue, Jul 06, 2021 at 05:05:19PM -0600, Simon Glass wrote:
> >> Hi,
> >>
> >> At present U-Boot avoids the concept of 'opening' a file. Being in a
> >> bootloader environment, it is nor
Hi Patrick,
On Thu, 8 Jul 2021 at 03:17, Patrick Delaunay
wrote:
>
>
> In next TF-A version the stm32mp1 platform will support the Firmware
> Image Package (FIP) [1], a container filled with:
> - the U-Boot binary = u-boot-nodtb.bin
> - the U-Boot device tree = u-boot.dtb
> - the Secure OS (OP-TE
Hi Masahisa,
On Wed, 7 Jul 2021 at 20:21, Masahisa Kojima wrote:
>
> On Wed, 7 Jul 2021 at 22:47, Heinrich Schuchardt wrote:
> >
> >
> >
> > On 7/7/21 3:36 PM, Masahisa Kojima wrote:
> > > This is a preperation to add eventlog support
> > > described in TCG PC Client PFP spec.
> > >
> > > Signed
Hi Sebastian,
On Tue, 6 Jul 2021 at 10:34, Sebastian Reichel
wrote:
>
> Introduce driver for I2C based MCP230xx GPIO chips, which are
> quite common and already well supported by the Linux kernel.
>
> Signed-off-by: Sebastian Reichel
> ---
> drivers/gpio/Kconfig | 10 ++
> drivers/gpio
Hi Ilias,
On Wed, 7 Jul 2021 at 10:26, Ilias Apalodimas
wrote:
>
> Add support for devices that expose a TPMv2 though MMIO.
> Apart from those devices, we can use the driver in our QEMU setups and
> test TPM related code which is difficult to achieve using the sandbox
> driver (e.g test the EFI T
Hi Ilias,
On Wed, 7 Jul 2021 at 10:26, Ilias Apalodimas
wrote:
>
> There's a lot of code duplication in U-Boot right now. All the TPM TIS
You mean in the TPM code I think.
> compatible drivers we have at the moment have their own copy of a TIS
> implementation.
>
> So let's create a common lay
() Hi Daniel,
On Tue, 6 Jul 2021 at 08:22, Daniel Schwierzeck
wrote:
>
> As almost all peripherals are connected via PCI dependent on the
> used core card, PCI setup is always required. Thus run pci_init()
> including PCI scanning and probing and core card specific setups
> in board_early_init_r(
On Sun, 18 Apr 2021 22:21:41 -0500
Samuel Holland wrote:
Hi Samuel,
> Most sun6i-derived SoCs contain SRAM A2, a secure SRAM area for ARISC
> SCP firmware. H3 has a smaller SRAM than other SoCs (A31/A33/A23/A83T).
>
> On sun8i SoCs which do not have SRAM B, we can use part of this SRAM for
> th
Am Wed, Mar 03, 2021 at 08:53:52AM + schrieb Bough Chen:
> > -Original Message-
> > From: Ye Li
> > Sent: 2021年2月27日 14:05
> > To: feste...@gmail.com; Bough Chen
> > Cc: Peng Fan ; u-boot@lists.denx.de; dl-uboot-imx
> > ; sba...@denx.de
> > Subject: Re: [EXT] Re: [PATCH 4/4] imx8mq_evk
The MNT Reform 2 is a modular DIY laptop. In its initial version it
is based on the BoundaryDevices i.MX8MQ SoM. Some parts have been
lifted from BoundaryDevices official U-Boot downstream project.
Signed-off-by: Patrick Wildt
---
arch/arm/dts/imx8mq-mnt-reform2-u-boot.dtsi | 11 +
arch/ar
Device tree taken from v4 of the MNT Reform 2 series on the Linux ARM
Kernel Architecture mailing list:
https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=500045
Signed-off-by: Patrick Wildt
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/imx8mq-mnt-reform2.dts
The MNT Reform 2 is a modular DIY laptop. In its initial version it
is based on the BoundaryDevices i.MX8MQ SoM. Some parts have been
lifted from BoundaryDevices official U-Boot downstream project.
The device tree has not yet been merged into mainline Linux, but
it's already available as v4 on t
On Sat, Jul 10, 2021 at 02:11:30PM -0600, Simon Glass wrote:
> Hi,
>
> I see this:
>
> $ buildman --fetch-arch arc
>
> Downloading toolchain for arch 'arc'
> Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/
> Downloading:
> https://www.kernel.org/pub/tools/crosstool
Hi,
I see this:
$ buildman --fetch-arch arc
Downloading toolchain for arch 'arc'
Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/
Downloading:
https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/9.2.0/x86_64-gcc-9.2.0-nolibc-arc-linux.tar.xz
Unpacking to: /h
> The default implementation of checkboard() calls the
> nxp_board_rev_string() function
> to retrieve a character representing the revision number of the board.
> However, this
> attempt to retrieve the revision number may fail in certain situations or be
> otherwise undesirable.
> There is alread
> print 'None' instead of just a blank line if nothing is detected:
> MMC: None
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing
> Factor out eMMC boot partition selection code into
> default_spl_mmc_emmc_boot_partition() function and implement
> weak spl_mmc_emmc_boot_partition(), so that architecture or
> board code can override the eMMC boot partition selection.
> Signed-off-by: Marek Vasut
> Cc: Faiz Abbas
> Cc: Harald
> The imx8mm-venice-gw7901 board has an I2C connected KSZ9897S GbE switch
> with an IMX8MM FEC MAC master connected via RGMII_ID.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
==
> In the default pulse-skipping mode regulators that are very lightly
> loaded can fail to regulate properly. Switching them to always use
> continuous mode causes only around 10mW of overall system power
> difference in a lightly loaded system that isn't already operating
> them in continuous mode
> Fix typo in error message.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office:
> The ftd_file* vars can be used by bootscripts to look for
> appropriate dtb's
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing
> With the first redesign the debug UART had changed from
> UART2 to UART1.
> As the first hardware revision is considered as alpha and
> will not be supported in future. The old setup will not
> be preserved.
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
> Reviewed-by: Heiko Schoch
> Use now binman for image creation.
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
> Reviewed-by: Heiko Schocher
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering
> From: Frieder Schrempf
> Some IPs have their accessible address space restricted by the
> interconnect. Let's make sure U-Boot only ever uses the space below
> the 4G address boundary (which is 3GiB big), even when the effective
> available memory is bigger.
> We implement board_get_usable_ram_t
> Add Legacy U-Boot image support needed to boot a uImage.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: Wolfgang De
> Add missing pinctrl entry in spl.
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: W
> From: Frieder Schrempf
> The MX25V8035F is a 8Mb SPI NOR flash and the MX25R1635F is very
> similar, but has twice the size (16Mb) and supports a wider supply
> voltage range.
> They were tested on the Kontron Electronics i.MX6UL and i.MX8MM SoMs.
> Signed-off-by: Frieder Schrempf
Applied to u-
> Substitutions in EOL parts changes the VDD_2P5 voltage rail such that
> the previously unused VGEN6 LDO is needed in place of the lower power
> VGEN5 for the GW54xx-G.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
==
> Display the DTB file used for U-Boot.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munic
> Enabling promiscuous mode can be useful for DSA switches where each port
> has its own MAC address.
> Signed-off-by: Tim Harvey
> Reviewed-by: Ramon Fried
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
==
> In the default 'auto' mode regulators that are very lightly loaded
> can be put in PFM mode and fail to regulator properly. Switching them
> to always use continuous PWM mode has a neglibable affect on system
> power and garuntees proper regulation under lightly loaded circumstances.
> Signed-off
> Enable DVS1 control through PMIC_STBY_REQ.
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Di
> If reset-gpio is defined by device-tree use that if
> CONFIG_PCIE_IMX_PERST_GPIO is not defined.
> Note that after this the following boards which define
> CONFIG_PCIE_IMX_PERST_GPIO in their board header file as well as their
> device-tree should be able to remove CONFIG_PCIE_IMX_PERST_GPIO with
> Increase SYS_BOOM_LEN from the default 16M in imx6_common to 64M.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: Wo
> Enable support for the fec ethernet on phyCORE-i.MX8MP.
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
> Reviewed-by: Heiko Schocher
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX
> In case the iMX8M boot from eMMC boot partition and the primary image
> is corrupted, the BootROM is capable of starting a secondary image in
> the other eMMC boot partition as a fallback.
> However, the BootROM leaves the eMMC BOOT_PARTITION_ENABLE setting as
> it was, i.e. pointing to the boot
> Factor out the common node settings for dm-spl and dm-pre-reloc
> and move them to imx8mp-u-boot.dtsi
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
> Reviewed-by: Heiko Schocher
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
> The Microchip KSZ9477/KSZ9897/KSZ9567 7-Port Gigabit Ethernet Switches
> support SGMII/RGMII/MII/RMII with register access via SPI, I2C, or MDIO.
> This driver currently supports I2C register access but SPI or MDIO register
> access can be easily added at a later time.
> Tagging is not implemente
> Select the CMD_UNZIP option so that the 'gzwrite' command
> can be used to flash .gz image into the eMMC.
> Signed-off-by: Fabio Estevam
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software E
> Increase VDD_ARM to prevent timing issues as VDD_SOC is
> used in OD mode. Also increase GIC clock.
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
> For some time now having USB_KEYBOARD support has caused usb to be
> initialized on boot. To allow for a quicker bootup we don't want this
> for Ventana and don't really need USB keyboard support so remove it.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Ste
> From: Frieder Schrempf
> The driver depends on DM_SPI and if it's not available (e. g. in SPL),
> then we should not try to build it as this will fail.
> Signed-off-by: Frieder Schrempf
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
===
> The voltage offset property is in microvolts so must be scaled
> accordingly.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing
> If ports have their own unique MAC addrs and master has a set_promisc
> function, call it so that packets will be received for ports.
> Signed-off-by: Tim Harvey
> Reviewed-by: Ramon Fried
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
> Make macros actually use passed parameter instead of local variables
> that happen
> to be named the same as symbols in macro expansion.
> Signed-off-by: Kacper Kubkowski
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
===
> This update includes eqos support and some minor changes.
> Synced with kernel commit
> 412627f6ffe3 ("arm64: dts: imx8mp-phyboard-pollux-rdk: Add missing pinctrl
> entry")
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
> Reviewed-by: Heiko Schocher
Applied to u-boot-imx, master,
> remove unnecessary includes
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office:
> When using uclass_get_device* to get the FEC device we need to use
> device sequence instead of index into UCLASS_ETH. In systems where for
> example a I2C based DSA switch exists it will probe before the FEC
> master and its ports will be registered first and have the first
> indexes yet the FEC
> Add LVDS support for DLC0700XDP21LF 7in 1024x600 display
> (equivalent to the DLC-700JMGT4 with new touch controller)
> Signed-off-by: Robert Jones
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
> The Gateworks GW7901 is an ARM based single board computer (SBC)
> featuring:
> - i.MX8M Mini SoC
> - LPDDR4 DRAM
> - eMMC FLASH
> - SPI FRAM
> - Gateworks System Controller (GSC)
> - Atmel ATECC Crypto Authentication
> - USB 2.0
> - Microchip GbE Switch
> - Multiple multi-protocol RS232
> Fix the dsa switch config:
> - remove the unnecessary phy-mode from the switch itself
> - added the necessary fixed-link node to the non-cpu ports required
> for U-Boot DSA
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
===
> Sync imx8mp include with kernel commit:
> d1689cd3c0f4 ("arm64: dts: imx8mp: Use the correct name for child node "snps,
> dwc3"")
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
> Reviewed-by: Heiko Schocher
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
> Enabling promiscuous mode is necessary if FEC is the master of a DSA
> switch driver where each port has their own MAC address.
> Signed-off-by: Tim Harvey
> Reviewed-by: Ramon Fried
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
==
> Adding new DH electronics mailing list and update list of maintainers.
> Signed-off-by: Christoph Niedermaier
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Manag
> If the FEC is connected to a fixed-link (upstream switch port for
> example) the phy_of_node should be set to the fixed-link node
> so that speed and other properties can be found properly.
> In addition fix a typo in the debug string.
> Signed-off-by: Tim Harvey
> Reviewed-by: Ramon Fried
Appl
> Add displaying the detected network PHY on boot.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 1
> On the Yocto image there is a single partition and the kernel
> and dtb are present in the 'boot' directory.
> Change it accordingly so that the board can boot the Yocto
> image by default.
> Use the generic 'load' command instead, which is able to
> read from an ext4 partition.
> Signed-off-by:
> From: Frieder Schrempf
> Add the clocks for the ECSPI controllers. This is ported from
> Linux v5.13-rc4.
> Signed-off-by: Frieder Schrempf
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Softwa
> Add DP83867 PHY LED configuration.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich,
> The Gateworks System Controller thermal protection feature will disable
> the board primary power supply if the on-board temperature sensor
> reaches 86C. In many cases this could occur before the temperature
> critical components such as CPU, DRAM, eMMC, and power supplies have
> reached their m
On Sat, Jul 10, 2021 at 10:07:28PM +0300, Ramon Fried wrote:
> On Wed, Jul 7, 2021 at 12:06 PM Stephan Gerhold wrote:
> >
> > At the moment the U-Boot port for the DragonBoard 410c is designed
> > to be loaded as an Android boot image after Qualcomm's Little Kernel (LK)
> > bootloader. This is sim
On Wed, Jul 7, 2021 at 12:06 PM Stephan Gerhold wrote:
>
> At the moment the U-Boot port for the DragonBoard 410c is designed
> to be loaded as an Android boot image after Qualcomm's Little Kernel (LK)
> bootloader. This is simple to set up but LK is redundant in this case,
> since everything done
> print 'None' instead of just a blank line if nothing is detected:
> MMC: None
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing
> In the default pulse-skipping mode regulators that are very lightly
> loaded can fail to regulate properly. Switching them to always use
> continuous mode causes only around 10mW of overall system power
> difference in a lightly loaded system that isn't already operating
> them in continuous mode
> With the first redesign the debug UART had changed from
> UART2 to UART1.
> As the first hardware revision is considered as alpha and
> will not be supported in future. The old setup will not
> be preserved.
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
> Reviewed-by: Heiko Schoch
> Use now binman for image creation.
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
> Reviewed-by: Heiko Schocher
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering
> From: Frieder Schrempf
> Some IPs have their accessible address space restricted by the
> interconnect. Let's make sure U-Boot only ever uses the space below
> the 4G address boundary (which is 3GiB big), even when the effective
> available memory is bigger.
> We implement board_get_usable_ram_t
> Add Legacy U-Boot image support needed to boot a uImage.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: Wolfgang De
> Add missing pinctrl entry in spl.
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Director: W
> From: Frieder Schrempf
> The MX25V8035F is a 8Mb SPI NOR flash and the MX25R1635F is very
> similar, but has twice the size (16Mb) and supports a wider supply
> voltage range.
> They were tested on the Kontron Electronics i.MX6UL and i.MX8MM SoMs.
> Signed-off-by: Frieder Schrempf
Applied to u-
> Substitutions in EOL parts changes the VDD_2P5 voltage rail such that
> the previously unused VGEN6 LDO is needed in place of the lower power
> VGEN5 for the GW54xx-G.
> Signed-off-by: Tim Harvey
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
==
> In the default 'auto' mode regulators that are very lightly loaded
> can be put in PFM mode and fail to regulator properly. Switching them
> to always use continuous PWM mode has a neglibable affect on system
> power and garuntees proper regulation under lightly loaded circumstances.
> Signed-off
> Enable DVS1 control through PMIC_STBY_REQ.
> Signed-off-by: Teresa Remmet
> Reviewed-by: Fabio Estevam
Applied to u-boot-imx, master, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, Managing Di
> If reset-gpio is defined by device-tree use that if
> CONFIG_PCIE_IMX_PERST_GPIO is not defined.
> Note that after this the following boards which define
> CONFIG_PCIE_IMX_PERST_GPIO in their board header file as well as their
> device-tree should be able to remove CONFIG_PCIE_IMX_PERST_GPIO with
1 - 100 of 130 matches
Mail list logo