Hi Igor,
On 03/11/19 17:21, Igor Opaniuk wrote:
> Hi Stefano,
>
> On Wed, Oct 16, 2019 at 12:39 PM Igor Opaniuk wrote:
>>
>> From: Igor Opaniuk
>>
>> Add u-boot,dm-pre-reloc properties for uart pinmux configuration
>> nodes, which enables UART as early as possible (before relocation).
>>
>> Wit
Hi Eugeniu,
On Wed, Nov 27, 2019 at 9:17 PM Eugeniu Rosca wrote:
>
> Hi Sam,
>
> On Wed, Oct 23, 2019 at 05:34:22PM +0300, Sam Protsenko wrote:
> > +static int do_bootimg_get_dtb_file(cmd_tbl_t *cmdtp, int flag, int argc,
> > +char * const argv[])
> > +{
> > +
Hi Eugeniu,
On Thu, Nov 14, 2019 at 12:58 AM Eugeniu Rosca wrote:
>
> Hi Roman,
> (CC-ing Igor for Android topics)
>
> On Wed, Nov 13, 2019 at 12:19:59PM +0200, Roman Stratiienko wrote:
> > On Tue, Nov 12, 2019 at 8:18 PM Eugeniu Rosca wrote:
> > >
> > > Hello Sam,
> > >
> > > On Thu, Aug 16, 20
Am 02.12.2019 um 17:01 schrieb Tom Rini:
On Fri, Nov 29, 2019 at 09:59:26AM +0800, Ley Foon Tan wrote:
Add an option for building cache drivers in SPL.
Signed-off-by: Ley Foon Tan
Reviewed-by: Tom Rini
Reviewed-by: Simon Goldschmidt
___
U-Bo
Hi Bin,
On Sun, Dec 1, 2019 at 7:46 PM Bin Meng wrote:
>
> Hi Joe,
>
> On Wed, Nov 20, 2019 at 5:54 AM Joe Hershberger
> wrote:
> >
> > On Sat, Nov 16, 2019 at 12:20 AM Bin Meng wrote:
> > >
> > > During testing of qemu-riscv32 with a 2GiB memory configuration,
> > > tftp always fails with a e
Am 02.12.2019 um 17:10 schrieb Ang, Chee Hong:
On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong
wrote:
On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong
wrote:
On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong
wrote:
On Mon, Dec 2, 2019 at 11:25 AM
wrote:
From: "Ang, Chee Hong"
New U-boot
Am 22.11.2019 um 03:03 schrieb Tan, Ley Foon:
-Original Message-
From: Ooi, Joyce
Sent: Thursday, November 21, 2019 10:42 PM
To: Jagan Teki
Cc: Tan, Ley Foon ; Ang, Chee Hong
; Ooi, Joyce ; u-
b...@lists.denx.de
Subject: [PATCH] spi: cadence_qspi_apb: fix QSPI write issues
From: Che
The commit 1b42ab3eda8a ("ARM: DRA7: Fixup DSPEVE, IVA and GPU clock
frequencies based on OPP") added the core logic to update the kernel
device-tree blob to adjust the DSP, IVA and GPU DPLL clocks based on
a one-time OPP choice selected in U-Boot for most of the DRA7xx/AM57xx
family of SoCs.
The
On Thu, Nov 28, 2019 at 11:06:41AM +0800, Kever Yang wrote:
> Hi Tom, Simon
> ping...
> Is it OK to merge this patch?
>
> Thanks
> - Kever
>
> Kever Yang 于2019年8月15日周四 下午4:32写道:
>
> > The SPL disk driver can not depends on SPL_FRAMEWORK & PARTITIONS, which
> > will enable the disk driver wh
> -Original Message-
> From: Simon Glass
> Sent: Sunday, November 24, 2019 10:09 PM
> To: U-Boot Mailing List
> Cc: Bin Meng ; Simon Glass ;
> Joseph Hershberger
> Subject: [EXTERNAL] [PATCH v5 006/101] net: Move the checksum functions
> to lib/
>
> These functions are used by code outs
Hi Simon,
Been a couple of weeks. I have obtained a SuzyQable and its working
well with bob. I can see RxTx from Cr50, AP and EC. On mainline linux
from ArchLinuxArm I can see earlyprintk as well. However I am still
stuck on the u-boot end.
Just to make sure I didn't miss anything, I'm laying dow
On 28/11/19 11:33:21, Jorge Ramirez-Ortiz wrote:
> On the MX7ULP, OCRAM for DCD is at 0x2f01
any comments?
do notice that this is not trivial debug information: this is required
for security puposes so images can then be signed and booted via
SDP. Dumping the wrong information here is importa
On Sun, 1 Dec 2019 at 19:45, Simon Glass wrote:
>
> HI BIn,
>
> On Sun, 1 Dec 2019 at 18:47, Bin Meng wrote:
> >
> > Hi Simon,
> >
> > On Mon, Nov 25, 2019 at 9:52 PM Bin Meng wrote:
> > >
> > > With commit f0921f5098d8 ("fdt: Sync up to the latest libfdt"),
> > > SiFive Unleashed board does not
From: Swapna Gurumani
In the initial SPI flash setup, the default bus mode being used was 3,
which is incorrect, causing a CRC error when the ENV was being read from
QSPI. Setting the default bus mode to 0 which is the correct mode.
Signed-off-by: Swapna Gurumani
---
configs/sama5d27_som1_ek_q
U-Boot binary has grown in such a way that it goes beyond the reserved
area for the environment variables.
Running "saveenv" followed by a "reset" causes U-Boot to hang because
of this overlap.
Fix this problem by increasing the CONFIG_ENV_OFFSET size.
Also, in order to prevent this
On Mon, Dec 02, 2019 at 08:40:28PM -0300, Fabio Estevam wrote:
> U-Boot binary has grown in such a way that it goes beyond the reserved
> area for the environment variables.
>
> Running "saveenv" followed by a "reset" causes U-Boot to hang because
> of this overlap.
>
> Fix this problem
> Am 02.12.2019 um 17:10 schrieb Ang, Chee Hong:
> >> On Mon, Dec 2, 2019 at 4:18 PM Ang, Chee Hong
> >>
> >> wrote:
> >>>
> On Mon, Dec 2, 2019 at 3:08 PM Ang, Chee Hong
>
> wrote:
> >
> >> On Mon, Dec 2, 2019 at 2:38 PM Ang, Chee Hong
> >>
> >> wrote:
> >>>
>
Hi Tom,
On 2019/12/3 上午7:02, Tom Rini wrote:
This and 2/2 need to be checked (possibly again) for unexpected size
growth.
This patches should only affect those boards with SPL_LIBDISK_SUPPORT
enabled,
If this MACRO is enabled, the board wants to use partition, and all the
related source code a
Hi Ramon,
Do you have any comments about this? Thanks a lot.
Best regards
Xiaowei
From: Xiaowei Bao
Sent: 2019年11月26日 10:52
To: Ramon Fried
Cc: Bin Meng ; Simon Glass ; M.h. Lian
; Z.q. Hou ; Mingkai Hu
; Hongbo Wang ; York Sun
; u-boot@lists.denx.de
Subject: RE: [EXT] Re: [U-Boot] [PATCHv2
On 03/12/19 4:04 AM, Suman Anna wrote:
> The commit 1b42ab3eda8a ("ARM: DRA7: Fixup DSPEVE, IVA and GPU clock
> frequencies based on OPP") added the core logic to update the kernel
> device-tree blob to adjust the DSP, IVA and GPU DPLL clocks based on
> a one-time OPP choice selected in U-Boot fo
U-Boot binary has grown in such a way that it goes beyond the reserved
area for the environment variables.
Running "saveenv" followed by a "reset" causes U-Boot to hang because
of this overlap.
Fix this problem by selecting CONFIG_SYS_THUMB_BUILD=y, which
generates a smaller u-boot-dtb.imx binary
On Mon, Dec 2, 2019 at 9:59 PM Tom Rini wrote:
> Is there a reason we can't use CONFIG_SYS_THUMB_BUILD on these
> platforms? It's not default y as I seem to recall some thumb problems
> with very early ARMv7 cores, but it should almost certainly be set here
> (and a large number of other i.MX pl
On Sat, Nov 30, 2019 at 11:01:15PM +0100, Daniel Schwierzeck wrote:
> Hi Tom,
>
> please pull the removal of the MIPS Micronas VCT boards for 2020.01.
>
> Gitlab: https://gitlab.denx.de/u-boot/custodians/u-boot-mips/pipelines/1454
> Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/build
On Mon, Dec 02, 2019 at 06:24:17AM +, Priyanka Jain wrote:
> Dear Tom,
>
>
>
> Please find my pull-request for u-boot-fsl-qoriq/master
>
> https://travis-ci.org/p-priyanka-jain/u-boot/builds/618451045
>
>
>
> Summary
>
> fsl-qoriq : Minor bug fixes and updates on lx2160a, ls1028a, ls10
On Tue, Dec 03, 2019 at 12:04:46AM -0300, Fabio Estevam wrote:
> U-Boot binary has grown in such a way that it goes beyond the reserved
> area for the environment variables.
>
> Running "saveenv" followed by a "reset" causes U-Boot to hang because
> of this overlap.
>
> Fix this problem by selec
On Thu, Nov 14, 2019 at 12:57:08PM -0700, Simon Glass wrote:
> This series drops the size of common.h down further, by moving things out
> into existing and new header files.
>
> It is now down to about 200 lines.
>
> Changes in v4:
> - Rename cpu_legacy.h to cpu_func.h
> - Use cpu_func.h instea
Hey all,
It's release day and here is v2020.01-rc4. Yes, I'm still working on
fixing all of the issues that pop up as I get the MTD clean-up series
ready to go. In fact, what I need to do at this point is grab the
handful of size reduction patches that this has shown are worthwhile,
then I can d
Hi Kever,
在 2019/11/27 下午2:23, Kever Yang 写道:
David,
On 2019/11/26 上午9:39, David Wu wrote:
The rk3308 only support RMII mode, and if it is output clock
mode, better to use ref_clk pin with drive strength 12ma.
Signed-off-by: David Wu
Did you send this to kernel list at the same time?
I
>-Original Message-
>From: Tom Rini
>Sent: Tuesday, December 3, 2019 8:40 AM
>To: Priyanka Jain
>Cc: U-Boot Mailing List
>Subject: Re: pull request u-boot-fsl-qoriq
>
>On Mon, Dec 02, 2019 at 06:24:17AM +, Priyanka Jain wrote:
>
>> Dear Tom,
>>
>>
>>
>> Please find my pull-request
As part of moving the parsing of command line arguments to do_bootefi()
call efi_install_fdt() with the address of the device tree instead of a
string.
Signed-off-by: Heinrich Schuchardt
---
cmd/bootefi.c | 30 --
1 file changed, 16 insertions(+), 14 deletions(-)
dif
Hi Frieder,
> -Original Message-
> From: Schrempf Frieder
> Sent: Monday, December 2, 2019 5:35 PM
> To: Kuldeep Singh ; u-boot@lists.denx.de
> Cc: Priyanka Jain ; ja...@amarulasolutions.com;
> s...@denx.de; Ashish Kumar
> Subject: [EXT] Re: [PATCH 0/8] Transition of fsl qspi driver to s
On 03.12.19 08:27, Heinrich Schuchardt wrote:
As part of moving the parsing of command line arguments to do_bootefi()
call efi_install_fdt() with the address of the device tree instead of a
string.
Signed-off-by: Heinrich Schuchardt
---
cmd/bootefi.c | 30 --
1 f
On 12/3/19 7:37 AM, Alexander Graf wrote:
On 03.12.19 08:27, Heinrich Schuchardt wrote:
As part of moving the parsing of command line arguments to do_bootefi()
call efi_install_fdt() with the address of the device tree instead of a
string.
Signed-off-by: Heinrich Schuchardt
---
cmd/bootefi.
Hi everyone,
because we are moving the mailing list to a different server, we have to
take it down for hopefully only a few minutes.
The DNS entries need to be updated, so it might take a while until those
will stabilize.
Thanks and have a nice day!
Claudius
signature.asc
Description: OpenPGP
101 - 134 of 134 matches
Mail list logo