Add a bootflow command to update the command line more easily. This allows
changing a particular parameter rather than editing a very long strings.
It is also easier to handle with scripting.
The new 'bootflow cmdline' command allows getting and setting single
parameters.
Fix up the example outpu
We want to enable some of the more interesting bootstd features. Move SPL
up to create some room for the larger U-Boot binary. Also disable
microcode since this is not needed
Signed-off-by: Simon Glass
Reviewed-by: Bin Meng
---
(no changes since v2)
Changes in v2:
- Add new patch to create a l
Drop use of the distro boot script and use standard boot instead.
Moving to a text-based environment would be desirable also, but requires
additional work.
Signed-off-by: Simon Glass
Reviewed-by: Bin Meng
---
(no changes since v2)
Changes in v2:
- Add new patch to switch x86 qemu to standard
Some Linux parameters can be set automatically by U-Boot, if it knows the
device being used. For example, since U-Boot knows the serial console
being used, it can add parameters for earlycon and console.
Add support for this.
Note that this is an experimental feature and we will see how useful it
Add a direct interface to booting a zimage, so that bootstd can call it
without going through the command-line interface.
Signed-off-by: Simon Glass
Reviewed-by: Bin Meng
---
(no changes since v1)
arch/x86/include/asm/zimage.h | 17
arch/x86/lib/zimage.c | 82
Allow reading the command line from a zimage, so that it can be recorded
in the bootflow.
Reviewed-by: Bin Meng
Signed-off-by: Simon Glass
---
(no changes since v1)
arch/x86/include/asm/zimage.h | 10 ++
arch/x86/lib/zimage.c | 11 ---
2 files changed, 18 insertions(+)
It is possible to boot x86-based ChromeOS machines by parsing a table and
locating the kernel and command line. Add a bootmeth for this.
Signed-off-by: Simon Glass
Reviewed-by: Bin Meng
---
(no changes since v1)
boot/Kconfig | 11 ++
boot/Makefile| 1 +
boot
Drop IDE and add NVME since this is more common now.
Add ms so it is easier to search for tables in memory.
Expand the command-line and print buffers so that we can deal with the
very long ChromeOS command lines. (typically 700 characters).
Enable BOOTSTD_FULL to get the full set up standard-boo
Add ms so it is easier to search for tables in memory.
Expand the command-line and print buffers so that we can deal with the
very long ChromeOS command lines. (typically 700 characters).
Enable BOOTSTD_FULL to get the full set of standard-boot options.
Replace the existing manual script with 'b
Hi Bin,
On Wed, 12 Jul 2023 at 08:02, Bin Meng wrote:
>
> Hi Simon,
>
> On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote:
> >
> > This function used to be for adding a list of requests to be actioned on
> > relocation. Revert it back to this purpose, to avoid problems with boards
> > which need
On Wed, Jul 12, 2023 at 2:15 AM Marek Vasut wrote:
>
> On 7/11/23 22:13, Tim Harvey wrote:
> > On Mon, Jul 10, 2023 at 4:18 PM Marek Vasut wrote:
> >>
> >> On 7/11/23 00:49, Tim Harvey wrote:
> >>> Add support for enabling and disabling vbus-supply regulator found
> >>> on several imx8mp boards i
Hi Tom.
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/16872
The following changes since commit 8e21064cb3452950b09301baec06d86e37342471:
Merge tag 'efi-2023-07-rc7' of
https://source.denx.de/u-boot/custodians/u-boot-efi (2023-07-11
13:27:32 -0400)
are available in the Git re
On Wed, Jul 12, 2023 at 8:10 AM Tim Harvey wrote:
>
> On Wed, Jul 12, 2023 at 2:15 AM Marek Vasut wrote:
> >
> > On 7/11/23 22:13, Tim Harvey wrote:
> > > On Mon, Jul 10, 2023 at 4:18 PM Marek Vasut wrote:
> > >>
> > >> On 7/11/23 00:49, Tim Harvey wrote:
> > >>> Add support for enabling and dis
On 2023-07-06 14:23, Stefan Agner wrote:
> On 2023-07-06 07:08, Jonas Karlman wrote:
>> On 2023-07-06 01:27, Stefan Agner wrote:
>>> On 2023-07-02 22:47, Jonas Karlman wrote:
Hardkernel ODROID-M1 is a single board computer with a RK3568B2 SoC,
a slightly modified version of the RK3568 SoC
This series add support for Hardkernel ODROID-M1, a single board
computer with a RK3568B2 SoC.
First patch fixes a build issue in the dwc_ahci driver.
Second patch fixes a build warning in the ini command.
Third patch import the device tree from linux v6.4 and add a defconfig
for Hardkernel ODRO
The dwc_ahci driver use platform specific defines, place the platform
specific code behind a ifdef CONFIG_ARCH_OMAP2PLUS to allow build and
use of the driver on Rockchip platform.
Fixes: 02a4b4297901 ("drivers: block: dwc_ahci: Implement a driver for Synopsys
DWC sata device")
Signed-off-by: Jona
Building U-Boot with CMD_INI=y result in following build warning:
cmd/ini.c: In function 'memgets':
include/linux/kernel.h:184:24: warning: comparison of distinct pointer types
lacks a cast
184 | (void) (&_min1 == &_min2); \
|^~
cmd/i
Hardkernel ODROID-M1 is a single board computer with a RK3568B2 SoC,
a slightly modified version of the RK3568 SoC.
Features tested on a ODROID-M1 8GB v1.0 2022-06-13:
- SD-card boot
- eMMC boot
- SPI Flash boot
- PCIe/NVMe/AHCI
- SATA port
- USB host
Device tree is imported from linux v6.4.
Sig
On Wed, Jul 12, 2023 at 08:00:23AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Tue, 11 Jul 2023 at 20:33, Tom Rini wrote:
> >
> > It is not uncommon for some of the QEMU-based jobs to fail not because
> > of a code issue but rather because of a timing issue or similar problem
> > that is out of ou
On Wed, Jul 12, 2023 at 03:27:45PM +0200, Heinrich Schuchardt wrote:
> On 12.07.23 15:06, mchit...@ventanamicro.com wrote:
> > Hi Tom,
> >
> > On Tue, 2023-06-20 at 09:37 -0400, Tom Rini wrote:
> > > On Sat, 03 Jun 2023 19:32:52 +0530, Mayuresh Chitale wrote:
> > >
> > > > This patchset adds supp
On 7/12/23 18:29, Tim Harvey wrote:
On Wed, Jul 12, 2023 at 8:10 AM Tim Harvey wrote:
On Wed, Jul 12, 2023 at 2:15 AM Marek Vasut wrote:
On 7/11/23 22:13, Tim Harvey wrote:
On Mon, Jul 10, 2023 at 4:18 PM Marek Vasut wrote:
On 7/11/23 00:49, Tim Harvey wrote:
Add support for enabling a
On Wed, Jul 12, 2023 at 10:25 AM Marek Vasut wrote:
>
> On 7/12/23 18:29, Tim Harvey wrote:
> > On Wed, Jul 12, 2023 at 8:10 AM Tim Harvey wrote:
> >>
> >> On Wed, Jul 12, 2023 at 2:15 AM Marek Vasut wrote:
> >>>
> >>> On 7/11/23 22:13, Tim Harvey wrote:
> On Mon, Jul 10, 2023 at 4:18 PM Ma
This series aims to eliminate the use of additional custom repositories
such as k3-image-gen (K3 Image Generation) repo and core-secdev-k3 (K3
Security Development Tools) that was plumbed into the U-Boot build flow
to generate boot images for TI K3 platform devices. And instead, we move
towards usi
The ti-board-config entry loads and validates a given YAML config file
against a given schema, and generates the board config binary. K3
devices require these binaries to be packed into the final system
firmware images.
Signed-off-by: Neha Malcom Francis
Reviewed-by: Simon Glass
---
tools/binma
The ti-secure entry contains certificate for binaries that will be
loaded or booted by system firmware whereas the ti-secure-rom entry
contains certificate for binaries that will be booted by ROM. Support
for both these types of certificates is necessary for booting of K3
devices.
Signed-off-by: N
Board config binary artifacts must be generated to be used by binman to
package sysfw.itb and tiboot3.bin for all K3 devices.
For devices that follow combined flow, these board configuration
binaries must again be packaged into a combined board configuration
blobs to be used by binman to package t
By providing entries in the binman node of the device tree, binman will
be able to find and package board config artifacts generated by
TIBoardConfig with sysfw.bin and generate the final image sysfw.itb.
It will also pick out the R5 SPL and sign it with the help of TI signing
entry and generate th
Added YAML configs for J7200
Signed-off-by: Neha Malcom Francis
---
board/ti/j721e/board-cfg_j7200.yaml | 36 +
board/ti/j721e/pm-cfg_j7200.yaml| 12 +
board/ti/j721e/rm-cfg_j7200.yaml| 2065 +++
board/ti/j721e/sec-cfg_j7200.yaml | 380 +
4 files change
Support has been added for both HS-SE(SR 2.0), HS-FS(SR 2.0) and GP
images.
HS-SE:
* tiboot3-j7200_sr2-hs-evm.bin
* tispl.bin
* u-boot.img
HS-FS:
* tiboot3-j7200_sr2-hs-fs-evm.bin
* tispl.bin
* u-boot.img
GP:
* tiboot3.bin --> tiboot3-j7200
Added YAML configs for AM65x
Signed-off-by: Neha Malcom Francis
---
board/ti/am65x/board-cfg.yaml | 36 +
board/ti/am65x/pm-cfg.yaml| 12 +
board/ti/am65x/rm-cfg.yaml| 2068 +
board/ti/am65x/sec-cfg.yaml | 379 ++
4 files changed, 2495 insertion
Support has been added for both HS-SE(SR 2.0) and GP(SR 2.0) images.
HS-SE:
* tiboot3-am65x_sr2-hs-evm.bin
* sysfw-am65x_sr2-hs-evm.itb
* tispl.bin
* u-boot.img
GP:
* tiboot3.bin --> tiboot3-am65x_sr2-gp-evm.bin
* sysfw.itb --> sysfw-am65x_sr2-gp-ev
Added YAML configs for AM64xx
Signed-off-by: Neha Malcom Francis
---
board/ti/am64x/board-cfg.yaml | 36 +
board/ti/am64x/pm-cfg.yaml| 12 +
board/ti/am64x/rm-cfg.yaml| 1400 +
board/ti/am64x/sec-cfg.yaml | 380 +
4 files changed, 1828 inser
Support added for HS and GP boot binaries for AM64x.
HS-SE:
* tiboot3-am64x_sr2-hs-evm.bin
* tispl.bin
* u-boot.img
HS-FS:
* tiboot3-am64x_sr2-hs-fs-evm.bin
* tispl.bin
* u-boot.img
GP:
* tiboot3.bin --> tiboot3-am64x-gp-evm.bin
* tispl.bin_unsigned
* u-boot.i
Added YAML configs for J721S2
Signed-off-by: Neha Malcom Francis
---
board/ti/j721s2/board-cfg.yaml | 36 +
board/ti/j721s2/pm-cfg.yaml| 12 +
board/ti/j721s2/rm-cfg.yaml| 2901
board/ti/j721s2/sec-cfg.yaml | 379 +
4 files changed, 3328 insert
Support has been added for both HS-SE, HS-FS and GP images.
HS-SE:
* tiboot3-j721s2-hs-evm.bin
* tispl.bin
* u-boot.img
HS-FS:
* tiboot3-j721s2-hs-fs-evm.bin
* tispl.bin
* u-boot.img
GP:
* tiboot3.bin --> tiboot3-j721s2-gp-evm.bin
* tispl.bin_unsigned
* u-boo
Added YAML configs for AM62
Signed-off-by: Neha Malcom Francis
---
board/ti/am62x/board-cfg.yaml | 36 ++
board/ti/am62x/pm-cfg.yaml| 12 +
board/ti/am62x/rm-cfg.yaml| 1088 +
board/ti/am62x/sec-cfg.yaml | 379
4 files changed, 1515 ins
Support added for HS-SE, HS-FS and GP boot binaries for AM62.
HS-SE:
* tiboot3-am62x-hs-evm.bin
* tispl.bin
* u-boot.img
HS-FS:
* tiboot3-am62x-hs-fs-evm.bin
* tispl.bin
* u-boot.img
GP:
* tiboot3.bin --> tiboot3-am62x-gp-evm.bin
* tispl.bin_unsigned
* u-boot.
Added YAML configs for AM62ax
Signed-off-by: Neha Malcom Francis
---
board/ti/am62ax/board-cfg.yaml | 36 +
board/ti/am62ax/pm-cfg.yaml | 12 +
board/ti/am62ax/rm-cfg.yaml | 1151 ++
board/ti/am62ax/sec-cfg.yaml | 379 ++
board/ti/am62ax/t
Support added for HS-SE, HS-FS and GP boot binaries for AM62ax.
HS-SE:
* tiboot3-am62ax-hs-evm.bin
* tispl.bin
* u-boot.img
HS-FS:
* tiboot3-am62ax-hs-fs-evm.bin
* tispl.bin
* u-boot.img
GP:
* tiboot3.bin --> tiboot3-am62ax-gp-evm.bin
* tispl.bin_unsigned
* u-
Move to using binman to generate tispl.bin which is used to generate the
final flash.bin bootloader for iot2050 boards.
Signed-off-by: Neha Malcom Francis
Cc: Jan Kiszka
Reviewed-by: Simon Glass
---
arch/arm/dts/k3-am65-iot2050-boot-image.dtsi | 76 +++-
1 file changed, 74 inse
Since binman is used to package bootloader images for all K3 devices, we
do not have to rely on the earlier methods to package them.
Scripts that were used to generate x509 certificate for tiboot3.bin and
generate tispl.bin, u-boot.img have been removed.
Signed-off-by: Neha Malcom Francis
Review
Earlier documentation specified builds for generating bootloader images
using an external TI repository k3-image-gen and core-secdev-k3. Modify
this to using the binman flow so that user understands how to build the
final boot images.
Signed-off-by: Neha Malcom Francis
Reviewed-by: Simon Glass
-
From: Andrew Davis
Without this re-building will fail with an error when trying to create
the symlink for the second time with an already exists error.
Signed-off-by: Andrew Davis
[n-fran...@ti.com: Added support for test output dir and testcase]
Signed-off-by: Neha Malcom Francis
---
tools/b
From: Tom Rini
At this point, buildman requires a few different modules and so we need
a requirements.txt to track what modules are needed.
Cc: Simon Glass
Cc: Neha Malcom Francis
Signed-off-by: Tom Rini
Reviewed-by: Simon Glass
Signed-off-by: Neha Malcom Francis
---
tools/buildman/require
From: Tom Rini
Now that buildman has a requirements.txt file we need to make use of it.
Signed-off-by: Tom Rini
Reviewed-by: Simon Glass
[n-fran...@ti.com: Adding missing command from .azure-pipelines.yml]
Signed-off-by: Neha Malcom Francis
---
.azure-pipelines.yml | 4
.gitlab-ci.yml
This node is 'special' and doesn't have a compatible string. Deal with
it is as a special case.
Reported-by: Sahaj Sarup
Signed-off-by: Simon Glass
---
drivers/core/root.c | 4
1 file changed, 4 insertions(+)
diff --git a/drivers/core/root.c b/drivers/core/root.c
index 6775fb0b657..bf163
在 2023-07-12星期三的 14:13 +0100,Maciej W. Rozycki写道:
> On Wed, 28 Jun 2023, Icenowy Zheng wrote:
>
> > When building the package `rustc` for AOSC OS on HiFive Unmatched,
> > random SIGSEGV prevents the package from getting correctly built.
> > Downclocking the CPU PLL clock seems to allow rustc to be
On Tue, 11 Jul 2023 11:09:23 +0200, Torsten Duwe wrote:
> On Fri, 7 Jul 2023 18:50:06 +0800
> Hal Feng wrote:
>
>> The clock dt-bindings and DT nodes are not consistent with Linux now.
>> Let's sync them with Linux, so the same dtb can work for Linux & U-Boot.
>>
>> To achieve this goal, the PLL
This fixes allowed argc variable value for arguments parsing
Fixes: 6de1daf64b1 ("cmd: ubi: Add 'ubi list' command")
Signed-off-by: Dmitry Dunaev
---
cmd/ubi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/ubi.c b/cmd/ubi.c
index b61ae1efea..0a6a80bdd1 100644
--- a/cmd/
Schema file in YAML must be provided in board/ti/common for validating
input config files and packaging system firmware. The schema includes
entries for rm-cfg, board-cfg, pm-cfg and sec-cfg.
Board config files must be provided in board/ti/ in YAML.
These can then be consumed for generation of bin
On Wed, Jul 12, 2023 at 09:51:13AM -0600, Simon Glass wrote:
> Hi Tom.
>
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/16872
>
>
> The following changes since commit 8e21064cb3452950b09301baec06d86e37342471:
>
> Merge tag 'efi-2023-07-rc7' of
> https://source.denx.de/u-boo
On Wed, Jul 12, 2023 at 03:29:39PM -0400, Tom Rini wrote:
> On Wed, Jul 12, 2023 at 09:51:13AM -0600, Simon Glass wrote:
>
> > Hi Tom.
> >
> > https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/16872
> >
> >
> > The following changes since commit 8e21064cb3452950b09301baec06d86e3734
On Wed, Jul 12, 2023 at 06:58:21AM +, Leo Liang wrote:
> Hi Tom,
>
> The following changes since commit 8e21064cb3452950b09301baec06d86e37342471:
>
> Merge tag 'efi-2023-07-rc7' of
> https://source.denx.de/u-boot/custodians/u-boot-efi (2023-07-11 13:27:32
> -0400)
>
> are available in t
On Wed, Jul 12, 2023 at 11:30:58AM -0700, Tim Harvey wrote:
> On Wed, Jul 12, 2023 at 10:25 AM Marek Vasut wrote:
> >
> > On 7/12/23 18:29, Tim Harvey wrote:
> > > On Wed, Jul 12, 2023 at 8:10 AM Tim Harvey wrote:
> > >>
> > >> On Wed, Jul 12, 2023 at 2:15 AM Marek Vasut wrote:
> > >>>
> > >>> O
Hi Tom,
On Wed, 12 Jul 2023 at 13:36, Tom Rini wrote:
>
> On Wed, Jul 12, 2023 at 03:29:39PM -0400, Tom Rini wrote:
> > On Wed, Jul 12, 2023 at 09:51:13AM -0600, Simon Glass wrote:
> >
> > > Hi Tom.
> > >
> > > https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/16872
> > >
> > >
> > >
On Thu, 13 Jul 2023, Icenowy Zheng wrote:
> > FWIW, given the price and amount of DRAM used I think it makes no
> > sense
> > to build computers equipped with a DRAM subsystem without ECC
> > nowadays.
>
> Well the HiFive Unmatched board looks like it has a DRAM chip for ECC,
> but whether this
On Wed, Jul 12, 2023 at 02:09:19PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Wed, 12 Jul 2023 at 13:36, Tom Rini wrote:
> >
> > On Wed, Jul 12, 2023 at 03:29:39PM -0400, Tom Rini wrote:
> > > On Wed, Jul 12, 2023 at 09:51:13AM -0600, Simon Glass wrote:
> > >
> > > > Hi Tom.
> > > >
> > > > https
Hi Tom,
On Wed, 12 Jul 2023 at 14:14, Tom Rini wrote:
>
> On Wed, Jul 12, 2023 at 02:09:19PM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Wed, 12 Jul 2023 at 13:36, Tom Rini wrote:
> > >
> > > On Wed, Jul 12, 2023 at 03:29:39PM -0400, Tom Rini wrote:
> > > > On Wed, Jul 12, 2023 at 09:51:13A
The job to build all imx8 and imx9 platforms is currently close to, or
sometimes exceeding the allowed build time. Exclude some platforms that
are already being built under their vendor-specific job as well to
reduce the time.
Signed-off-by: Tom Rini
---
.azure-pipelines.yml | 2 +-
1 file chang
On Wed, Jul 12, 2023 at 02:17:45PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Wed, 12 Jul 2023 at 14:14, Tom Rini wrote:
> >
> > On Wed, Jul 12, 2023 at 02:09:19PM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Wed, 12 Jul 2023 at 13:36, Tom Rini wrote:
> > > >
> > > > On Wed, Jul 12, 20
Hi Tom,
On Wed, 12 Jul 2023 at 11:09, Tom Rini wrote:
>
> On Wed, Jul 12, 2023 at 08:00:23AM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Tue, 11 Jul 2023 at 20:33, Tom Rini wrote:
> > >
> > > It is not uncommon for some of the QEMU-based jobs to fail not because
> > > of a code issue but ra
On Wed, 12 Jul 2023 at 14:22, Tom Rini wrote:
>
> The job to build all imx8 and imx9 platforms is currently close to, or
> sometimes exceeding the allowed build time. Exclude some platforms that
> are already being built under their vendor-specific job as well to
> reduce the time.
>
> Signed-off-
On Wed, 12 Jul 2023 at 12:37, Neha Malcom Francis wrote:
>
> From: Andrew Davis
>
> Without this re-building will fail with an error when trying to create
> the symlink for the second time with an already exists error.
>
> Signed-off-by: Andrew Davis
> [n-fran...@ti.com: Added support for test o
On Wed, Jul 12, 2023 at 02:32:18PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Wed, 12 Jul 2023 at 11:09, Tom Rini wrote:
> >
> > On Wed, Jul 12, 2023 at 08:00:23AM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Tue, 11 Jul 2023 at 20:33, Tom Rini wrote:
> > > >
> > > > It is not uncommon
The MxL86110 is a low power Ethernet PHY transceiver integrated
circuit following the IEEE 802.3 [1] standard. It offers a
cost-optimized solution that is well-suited for routers,
switches, and home gateways. It performs data transmission on
an Ethernet twisted pair copper cable of category CAT5e
The MXL8611X driver has custom bindings for configuring the LEDs
and RGMII internal delays. This patch adds the documentation and
defines necessary to configure it from the device tree.
Signed-off-by: Nate Drude
---
.../net/phy/mxl-8611x.txt | 37 +++
include
On Wed, Jul 12, 2023 at 3:37 AM Stefano Babic wrote:
>
> Hi Tim,
>
> On 22.06.23 19:30, Tim Harvey wrote:
> > Add a Kconfig for OPTEE_LOAD_ADDRESS which adds tee.bin to the
> > imx8m{m,n,p} FIT image.
> >
> > Prior to using binman for image creation the presense of tee.bin in the
> > directory wou
On 7/12/23 20:30, Tim Harvey wrote:
On Wed, Jul 12, 2023 at 10:25 AM Marek Vasut wrote:
On 7/12/23 18:29, Tim Harvey wrote:
On Wed, Jul 12, 2023 at 8:10 AM Tim Harvey wrote:
On Wed, Jul 12, 2023 at 2:15 AM Marek Vasut wrote:
On 7/11/23 22:13, Tim Harvey wrote:
On Mon, Jul 10, 2023 at 4
On Wed, Jul 12, 2023 at 11:40:37PM +0200, Marek Vasut wrote:
> On 7/12/23 20:30, Tim Harvey wrote:
> > On Wed, Jul 12, 2023 at 10:25 AM Marek Vasut wrote:
> > >
> > > On 7/12/23 18:29, Tim Harvey wrote:
> > > > On Wed, Jul 12, 2023 at 8:10 AM Tim Harvey
> > > > wrote:
> > > > >
> > > > > On We
On Fri, Jul 07, 2023 at 10:04:53PM +0100, Alexey Brodkin wrote:
> Back in the day we relied a lot on Synopsys own build of the GNU tools
> for ARC processors, but since then we worked hard on getting all our changes
> upstream and for a couple of years now we have ARCompact (AKA ARCv1)
> and ARCv2
On 7/12/23 22:48, Nate Drude wrote:
The MxL86110 is a low power Ethernet PHY transceiver integrated
circuit following the IEEE 802.3 [1] standard. It offers a
cost-optimized solution that is well-suited for routers,
switches, and home gateways. It performs data transmission on
an Ethernet twisted
On 7/12/23 22:50, Nate Drude wrote:
The MXL8611X driver has custom bindings for configuring the LEDs
and RGMII internal delays. This patch adds the documentation and
defines necessary to configure it from the device tree.
Signed-off-by: Nate Drude
Is this binding document picked from Linux ?
Hi,
> -Original Message-
> From: 869470...@qq.com <869470...@qq.com>
> Sent: Wednesday, July 12, 2023 4:19 PM
> To: u-boot@lists.denx.de
> Cc: peng@nxp.com; jh80.ch...@samsung.com; xiefei
> Subject: [PATCH] mmc:Remove thr legacy mode clock setting operation
>
> From: xiefei
>
> Due
On 7/12/23 3:50 PM, Nate Drude wrote:
The MXL8611X driver has custom bindings for configuring the LEDs
and RGMII internal delays. This patch adds the documentation and
defines necessary to configure it from the device tree.
Signed-off-by: Nate Drude
---
.../net/phy/mxl-8611x.txt
Hi Marek,
On 7/12/23 5:16 PM, Marek Vasut wrote:
[You don't often get email from marek.va...@mailbox.org. Learn why this
is important at https://aka.ms/LearnAboutSenderIdentification ]
On 7/12/23 22:50, Nate Drude wrote:
The MXL8611X driver has custom bindings for configuring the LEDs
and RGM
Hi Marek,
On 7/12/23 5:15 PM, Marek Vasut wrote:
[You don't often get email from marek.va...@mailbox.org. Learn why this
is important at https://aka.ms/LearnAboutSenderIdentification ]
On 7/12/23 22:48, Nate Drude wrote:
The MxL86110 is a low power Ethernet PHY transceiver integrated
circuit
On 7/13/23 02:12, Nate Drude wrote:
Hi Marek,
On 7/12/23 5:16 PM, Marek Vasut wrote:
[You don't often get email from marek.va...@mailbox.org. Learn why
this is important at https://aka.ms/LearnAboutSenderIdentification ]
On 7/12/23 22:50, Nate Drude wrote:
The MXL8611X driver has custom bind
For this series:
Reviewed-by: Guo Ren
On Sat, Jul 8, 2023 at 7:25 AM Yixun Lan wrote:
>
> Sipeed's Lichee PI 4A board is based on T-HEAD's TH1520 SoC which consists of
> quad core XuanTie C910 CPU, plus one C906 CPU and one E902 CPU.
>
> In this series, we add a basic device tree, including UAR
Add support for enabling and disabling vbus-supply regulator found
on several imx8mp boards in the usb3_phy0 and usb3_phy1 nodes.
While we are at it replace '#if CONFIG_IS_ENABLED(CLK)' with
'if (CONFIG_IS_ENABLED(CLK))' as a cleanup.
Signed-off-by: Tim Harvey
Reviewed-by: Adam Ford
Reviewed-by
On 7/13/23 02:40, Tim Harvey wrote:
Add support for enabling and disabling vbus-supply regulator found
on several imx8mp boards in the usb3_phy0 and usb3_phy1 nodes.
While we are at it replace '#if CONFIG_IS_ENABLED(CLK)' with
'if (CONFIG_IS_ENABLED(CLK))' as a cleanup.
Signed-off-by: Tim Harve
Move to the latest "Jammy" tag from Ubuntu.
Signed-off-by: Tom Rini
---
.azure-pipelines.yml| 2 +-
.gitlab-ci.yml | 2 +-
tools/docker/Dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 76982ec3e52e..2
Move up to the latest tagged release of QEMU
Signed-off-by: Tom Rini
---
tools/docker/Dockerfile | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index aa54e2689fb5..733099684be6 100644
--- a/tools/docker/Dockerfile
+++
On Thu, Jul 13, 2023 at 10:04 AM Tom Rini wrote:
>
> Move up to the latest tagged release of QEMU
I have the same patch in my local tree :)
>
> Signed-off-by: Tom Rini
> ---
> tools/docker/Dockerfile | 7 +++
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/tools/docker/D
On Thu, Jul 13, 2023 at 10:51:15AM +0800, Bin Meng wrote:
> On Thu, Jul 13, 2023 at 10:04 AM Tom Rini wrote:
> >
> > Move up to the latest tagged release of QEMU
>
> I have the same patch in my local tree :)
>
> >
> > Signed-off-by: Tom Rini
> > ---
> > tools/docker/Dockerfile | 7 +++
> >
On Thu, Jul 13, 2023 at 11:04 AM Tom Rini wrote:
>
> On Thu, Jul 13, 2023 at 10:51:15AM +0800, Bin Meng wrote:
> > On Thu, Jul 13, 2023 at 10:04 AM Tom Rini wrote:
> > >
> > > Move up to the latest tagged release of QEMU
> >
> > I have the same patch in my local tree :)
> >
> > >
> > > Signed-off
Hi Simon,
On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote:
>
> QEMU emulates two common machines (Q35 and i440fx) which use mapping to
> determine whether RAM is present below 1MB. In order to copy the video
> BIOS to c we need to flip this mapping over to RAM. This does not
> happen automa
On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote:
>
> When running the ROM the code is not very helpful when something goes
> wrong. Add a little more debugging and some logging of return values to
> improve this.
>
> Signed-off-by: Simon Glass
> ---
>
> (no changes since v1)
>
> drivers/pci/pc
On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote:
>
> With qemu-x86_64 we need to run the video BIOS while in 32-bit mode, i.e.
> SPL. Add a Kconfig option for this, adjust the Makefile rules and use
> CONFIG_IS_ENABLED() where needed.
>
> Signed-off-by: Simon Glass
> ---
>
> (no changes since v
On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote:
>
> When video is set up in SPL, U-Boot proper needs to use the correct
> parameters so it can write to the display.
>
> Put these in a bloblist so they are available to U-Boot proper.
>
> Signed-off-by: Simon Glass
> Reviewed-by: Nikhil M Jain
On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote:
>
> Allow PCI autoconfig to be handled in SPL, so that we can set it up
> correctly for boards which need to do this before U-Boot proper. This
> includes qemu-x64_64 which needs to set up the video device while in
> 32-bit mode.
>
> Signed-off-by
Hi Simon,
On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote:
>
> When video is required in SPL, set this up ready for use. Ignore any
> problems since it may be that video is not actually available and we
> still want to continue on to U-Boot proper in that case.
>
> Make sure that the SPL banner
Hi Simon,
On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote:
>
> A hex value is expected for the VGA mode. Drop the 0x prefix, which is
> not supported in SPL.
>
> Signed-off-by: Simon Glass
> ---
>
> (no changes since v1)
>
> drivers/pci/pci_rom.c | 4 ++--
> 1 file changed, 2 insertions(+), 2
On Mon, Jun 19, 2023 at 8:01 PM Simon Glass wrote:
>
> In some cases the video ROM may have been enabled previously, such as by
> a previous firmware stage. Use the correct address in that case.
>
> Signed-off-by: Simon Glass
> ---
>
> (no changes since v1)
>
> drivers/pci/pci_rom.c | 1 +
> 1 f
Hi Simon,
On Mon, Jun 19, 2023 at 8:02 PM Simon Glass wrote:
>
> Enable the various options needed for display to work on the qemu-x86_64
> board. This includes expanding the available malloc() memory in SPL,
> since the PCI bus must be enumerated in order to find the video device.
>
> It also in
On Mon, Jun 19, 2023 at 8:02 PM Simon Glass wrote:
>
> When global_data is relocated, log_head moves in memory, meaning that
> the items in that list point to the wrong place.
>
> Disable logging when making the change, then reenable it afterwards, so
> that logging works normally.
>
> Signed-off-
On 12.07.23 20:34, Neha Malcom Francis wrote:
> Move to using binman to generate tispl.bin which is used to generate the
> final flash.bin bootloader for iot2050 boards.
>
> Signed-off-by: Neha Malcom Francis
> Cc: Jan Kiszka
> Reviewed-by: Simon Glass
> ---
> arch/arm/dts/k3-am65-iot2050-boot
On Wed, Jul 12, 2023 at 09:38:33AM -0500, Andrew Davis wrote:
> On 7/12/23 9:32 AM, Francesco Dolcini wrote:
> > On Wed, Jul 12, 2023 at 09:15:21AM -0500, Andrew Davis wrote:
> > > On 7/12/23 8:47 AM, Francesco Dolcini wrote:
> > > > From: Emanuele Ghidoli
> > > >
> > > > ft_system_setup cannot b
101 - 197 of 197 matches
Mail list logo