On Sun, Mar 18, 2018 at 01:55:29AM +0100, Hauke Mehrtens wrote:
> On 03/18/2018 01:33 AM, Jonathan Gray wrote:
> > On Sat, Mar 17, 2018 at 05:24:47PM +0100, Marek Vasut wrote:
> >> On 03/17/2018 04:09 PM, Hauke Mehrtens wrote:
> >>> On 03/17/2018 03:47 PM, Marek Vasut wrote:
> On 03/17/2018 01
On Fri, 2018-03-16 at 10:45 -0500, David Lechner wrote:
> On 03/16/2018 04:26 AM, Sekhar Nori wrote:
> > On Thursday 15 March 2018 08:02 PM, David Lechner wrote:
> > >
> > > Thanks for the tips. I've actually done exactly that (using my
> > > own SD
> > > card).
> > >
> > > However, these changes
On Wed, 2018-03-14 at 20:36 -0500, David Lechner wrote:
> commit 1601dd97edc6 ("davinci: omapl138_lcdk: increase PLL0
> frequency")
> changed the PLL0 frequency to 456MHz, which is needed for the LCDC IP
> block. However, in doing so, it caused the PLLOUT clock to be outside
> of the allowable spec
On Sat, Mar 17, 2018 at 05:24:47PM +0100, Marek Vasut wrote:
> On 03/17/2018 04:09 PM, Hauke Mehrtens wrote:
> > On 03/17/2018 03:47 PM, Marek Vasut wrote:
> >> On 03/17/2018 01:23 PM, Hauke Mehrtens wrote:
> >>> The mxsimage utility fails to compile against LibreSSL because LibreSSL
> >>> says it
On 2018-03-17, Heinrich Schuchardt wrote:
> The Odroid C2 fails to read from mmc with U-Boot v2018.03.
> The change avoids a division by zero.
>
> The fix was suggested by Jaehoon in
> https://lists.denx.de/pipermail/u-boot/2018-January/318577.html
Thanks!
Works for me with odroid-c2 on u-boot 20
On 03/17/2018 08:56 PM, Hauke Mehrtens wrote:
> The mxsimage utility fails to compile against LibreSSL because LibreSSL
> says it is OpenSSL 2.0, but it does not support the complete OpenSSL 1.1
> interface.
>
> LibreSSL defines OPENSSL_VERSION_NUMBER with 0x2000L and therefor
> claims to have
%s/remove/remote/
Signed-off-by: Heinrich Schuchardt
---
env/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/env/Kconfig b/env/Kconfig
index a3c6298273e..5c673a0aaac 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -277,7 +277,7 @@ config ENV_IS_IN_ONENAND
prov
The Odroid C2 fails to read from mmc with U-Boot v2018.03.
The change avoids a division by zero.
The fix was suggested by Jaehoon in
https://lists.denx.de/pipermail/u-boot/2018-January/318577.html
Reported-by: Vagrant Cascadian
Suggested-by: Jaehoon Chung
Signed-off-by: Heinrich Schuchardt
---
On 04.02.2018 11:18, Álvaro Fernández Rojas wrote:
> Signed-off-by: Álvaro Fernández Rojas
> ---
> drivers/phy/Kconfig| 6 +++
> drivers/phy/Makefile | 1 +
> drivers/phy/bcm6348-usbh-phy.c | 94
> ++
> 3 files changed, 101 insert
On 03.02.2018 13:42, Álvaro Fernández Rojas wrote:
> Signed-off-by: Álvaro Fernández Rojas
> ---
> v2: add missing Huawei HG556a
>
> configs/comtrend_ar5315u_ram_defconfig | 1 +
> configs/comtrend_ar5387un_ram_defconfig | 1 +
> configs/comtrend_ct5361_ram_defconfig| 1 +
> configs/co
On 26.01.2018 21:30, Álvaro Fernández Rojas wrote:
> BCM6362 is a dual core BCM63xx SoC.
>
> Álvaro Fernández Rojas (3):
> dm: cpu: bmips: add BCM6362 support
> MIPS: add support for Broadcom MIPS BCM6362 SoC family
> MIPS: add BMIPS Netgear DGND3700v2 board
>
> arch/mips/dts/Makefile
On 17.03.2018 12:22, Álvaro Fernández Rojas wrote:
> Signed-off-by: Álvaro Fernández Rojas
> ---
> drivers/sysreset/sysreset_syscon.c | 8 ++--
> 1 file changed, 2 insertions(+), 6 deletions(-)
>
Reviewed-by: Daniel Schwierzeck
--
- Daniel
signature.asc
Description: OpenPGP digital
On 17.03.2018 12:23, Álvaro Fernández Rojas wrote:
> Signed-off-by: Álvaro Fernández Rojas
> ---
> drivers/watchdog/bcm6345_wdt.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/watchdog/bcm6345_wdt.c b/drivers/watchdog/bcm6345_wdt.c
> index 3ef7d438a6..90
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of
> d...@synoia.com
> Sent: Thursday, March 8, 2018 10:14 AM
> To: duncanch...@yahoo.com
> Cc: Duncan Hare ; Joe Hershberger
> ; u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH v8 1/3] Adding TCP and wget i
On 03/17/2018 04:09 PM, Hauke Mehrtens wrote:
> On 03/17/2018 03:47 PM, Marek Vasut wrote:
>> On 03/17/2018 01:23 PM, Hauke Mehrtens wrote:
>>> The mxsimage utility fails to compile against LibreSSL because LibreSSL
>>> says it is OpenSSL 2.0, but it does not support the complete OpenSSL 1.1
>>> in
On 03/17/2018 01:23 PM, Hauke Mehrtens wrote:
> The mxsimage utility fails to compile against LibreSSL because LibreSSL
> says it is OpenSSL 2.0, but it does not support the complete OpenSSL 1.1
> interface.
The mxsimage does support OpenSSL 1.1 , the commit message is confusing.
Can you elaborate
Hi Duncan,
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Joe
> Hershberger
> Sent: Friday, March 9, 2018 12:23 AM
> To: Duncan Hare
> Cc: Duncan Hare ; Joe Hershberger
> ; Duncan Hare ; u-boot
>
> Subject: Re: [U-Boot] [PATCH v8 1/3] Adding TCP an
Signed-off-by: Álvaro Fernández Rojas
---
drivers/ram/bmips_ram.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/ram/bmips_ram.c b/drivers/ram/bmips_ram.c
index 7a5dfac4ab..6b05fb1d89 100644
--- a/drivers/ram/bmips_ram.c
+++ b/drivers/ram/bmips_ram.c
@@ -152,13 +
Signed-off-by: Álvaro Fernández Rojas
---
drivers/spi/bcm63xx_spi.c | 10 +++---
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/drivers/spi/bcm63xx_spi.c b/drivers/spi/bcm63xx_spi.c
index f0df6871d8..357b8ab6d7 100644
--- a/drivers/spi/bcm63xx_spi.c
+++ b/drivers/spi/bcm63xx_sp
Signed-off-by: Álvaro Fernández Rojas
---
drivers/spi/bcm63xx_hsspi.c | 10 +++---
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/drivers/spi/bcm63xx_hsspi.c b/drivers/spi/bcm63xx_hsspi.c
index 3393166a1e..ece1ed214c 100644
--- a/drivers/spi/bcm63xx_hsspi.c
+++ b/drivers/spi/bc
Signed-off-by: Álvaro Fernández Rojas
---
drivers/power/domain/bcm6328-power-domain.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/power/domain/bcm6328-power-domain.c
b/drivers/power/domain/bcm6328-power-domain.c
index 776afa3d43..2827220239 100644
--- a/drive
Signed-off-by: Álvaro Fernández Rojas
---
drivers/led/led_bcm6358.c | 40 +++-
1 file changed, 15 insertions(+), 25 deletions(-)
diff --git a/drivers/led/led_bcm6358.c b/drivers/led/led_bcm6358.c
index e8a3b64e68..c7a829ad57 100644
--- a/drivers/led/led_bcm635
Signed-off-by: Álvaro Fernández Rojas
---
drivers/led/led_bcm6328.c | 48 +--
1 file changed, 17 insertions(+), 31 deletions(-)
diff --git a/drivers/led/led_bcm6328.c b/drivers/led/led_bcm6328.c
index 5d545c5096..0994229bce 100644
--- a/drivers/led/led
Signed-off-by: Álvaro Fernández Rojas
---
drivers/gpio/bcm6345_gpio.c | 14 +-
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/drivers/gpio/bcm6345_gpio.c b/drivers/gpio/bcm6345_gpio.c
index b9100cdc58..92541f6002 100644
--- a/drivers/gpio/bcm6345_gpio.c
+++ b/drivers/gp
Signed-off-by: Álvaro Fernández Rojas
---
drivers/clk/clk_bcm6345.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/clk/clk_bcm6345.c b/drivers/clk/clk_bcm6345.c
index 93603fa825..f74f470597 100644
--- a/drivers/clk/clk_bcm6345.c
+++ b/drivers/clk/clk_bcm6345.c
@@
Signed-off-by: Álvaro Fernández Rojas
---
drivers/reset/reset-bcm6345.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/reset/reset-bcm6345.c b/drivers/reset/reset-bcm6345.c
index ebf6bee9e6..9679d7d4b2 100644
--- a/drivers/reset/reset-bcm6345.c
+++ b/drivers/rese
Signed-off-by: Álvaro Fernández Rojas
---
drivers/serial/serial_bcm6345.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/serial/serial_bcm6345.c b/drivers/serial/serial_bcm6345.c
index 20f67f4b7e..f410de03c0 100644
--- a/drivers/serial/serial_bcm6345.c
+++ b/driv
Signed-off-by: Álvaro Fernández Rojas
---
drivers/watchdog/bcm6345_wdt.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/watchdog/bcm6345_wdt.c b/drivers/watchdog/bcm6345_wdt.c
index 3ef7d438a6..90b33aadf1 100644
--- a/drivers/watchdog/bcm6345_wdt.c
+++ b/drivers/
Signed-off-by: Álvaro Fernández Rojas
---
drivers/sysreset/sysreset_syscon.c | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/drivers/sysreset/sysreset_syscon.c
b/drivers/sysreset/sysreset_syscon.c
index 3abce7f678..22c602a4d2 100644
--- a/drivers/sysreset/sysreset_sys
On 15/03/18 17:15, Breno Matheus Lima wrote:
If I run this command without any parameter the code is wrongly
executed, and the system goes to USB recovery mode.
Oops.
I'll fix that so.
---
bod
___
U-Boot mailing list
U-Boot@lists.denx.de
https://l
On 15/03/18 16:54, Breno Matheus Lima wrote:
Hi Bryan,
2018-03-09 14:35 GMT-03:00 Bryan O'Donoghue :
This patch adds IVT_PAD_SIZE at 0xC00. The IVT header is padded to this
size. Defining the size explicitly makes it possible to use the define to
locate the start/end of an IVT header without
On 16/03/18 08:17, Lothar Waßmann wrote:
'setexpr hab_ivt_addr ${loadaddr} + 0x400' could not do as well?
That might work too. I'll check.
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Signed-off-by: Mark Kettenis
---
include/configs/rk3399_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h
index d700bf2549..9a5de3a7e3 100644
--- a/include/configs/rk3399_common.h
+++ b/include/configs/rk3399_common.h
@@
The various load address values are taken from the a37xx configuration
and match the dowstream 'u-boot-2017.03-armada-17.10' release where
appropriate.
Signed-off-by: Mark Kettenis
---
include/configs/mvebu_armada-8k.h | 19 +++
1 file changed, 19 insertions(+)
diff --git a/incl
From: Tero Kristo
Kernel stores information to the RTC_SCRATCH0 and RTC_SCRATCH1 registers
for wakeup from RTC-only mode with DDR in self-refresh. Parse these
registers during SPL boot and jump to the kernel resume vector if the
device is waking up from RTC-only modewith DDR in Self-refresh.
The
On Saturday 17 March 2018 01:24 PM, Keerthy wrote:
> Kernel stores information to the RTC_SCRATCH0 and RTC_SCRATCH1 registers
> for wakeup from RTC-only mode with DDR in self-refresh. Parse these
> registers during SPL boot and jump to the kernel resume vector if the
> device is waking up from RT
From: Dave Gerlach
Prevent EMIF control of DDR_RESET line on DDR3 am43xx platforms for
am43xx_evm_rtconly_config. Without this DDR is unstable and can become
corrupted after multiple iterations of RTC+DDR mode.
Signed-off-by: Dave Gerlach
[j-keer...@ti.com Ported to latest master branch]
Signed
Kernel stores information to the RTC_SCRATCH0 and RTC_SCRATCH1 registers
for wakeup from RTC-only mode with DDR in self-refresh. Parse these
registers during SPL boot and jump to the kernel resume vector if the
device is waking up from RTC-only modewith DDR in Self-refresh.
The RTC scratch registe
Kernel stores information to the RTC_SCRATCH0 and RTC_SCRATCH1 registers
for wakeup from RTC-only mode with DDR in self-refresh. Parse these
registers during SPL boot and jump to the kernel resume vector if the
device is waking up from RTC-only modewith DDR in Self-refresh.
The RTC scratch registe
39 matches
Mail list logo