[U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder

2019-01-04 Thread Sean Nyekjær
Deploy u-boot-spl.stm32 binary in u-boot root folder like the rest of the boards. This makes it more streamlined when building in Yocto, Buildroot etc.. Signed-off-by: Sean Nyekjaer --- arch/arm/mach-stm32mp/config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [U-Boot] [PATCH v2 2/2] ARM: mach-mvebu: handle fall-back to UART boot

2018-08-27 Thread Sean Nyekjær
CC'ing someone with some hardware to test :-) On 17/08/2018 11.42, Sean Nyekjær wrote: On 17/08/2018 10.47, Chris Packham wrote: The bootROM in the Armada-38x (and similar) SoC has two modes for UART boot. The first is when the normal boot media is blank (or otherwise missing the kwb header

Re: [U-Boot] [RFC] cmd: add bootslot command to select/boot slot based on boot counts

2018-08-24 Thread Sean Nyekjær
With RAUC bootslot's is specified with uppercase letters, uppercase is not preserved. We end up with BOOT_b_LEFT=2... botocmd_* is with lowercase, just to make things easier. I cannot reproduce the lowercase issue. Can you send me your (def)config and environment? % grep BOOTSLOT .config

Re: [U-Boot] [PATCH v2 2/2] ARM: mach-mvebu: handle fall-back to UART boot

2018-08-17 Thread Sean Nyekjær
On 17/08/2018 10.47, Chris Packham wrote: The bootROM in the Armada-38x (and similar) SoC has two modes for UART boot. The first is when the normal boot media is blank (or otherwise missing the kwb header). The second is when the boot sequence has been interrupted with the magic byte sequence

Re: [U-Boot] [PATCH] Revert "arm: mvebu: fix boot from UART when in fallback mode"

2018-08-16 Thread Sean Nyekjær
On 17/08/2018 01.30, Chris Packham wrote: This reverts commit e83e2b390038c9075642cb243a6292241beb8d73. This prevents kwboot from overriding the hardware strapped boot source. Signed-off-by: Chris Packham --- Sean, I take it your use case was for when the default boot source doesn't have a

Re: [U-Boot] [RFC] cmd: add bootslot command to select/boot slot based on boot counts

2018-07-16 Thread Sean Nyekjær
Hi, On 2018-07-13 14:34, Martin Hundebøll wrote: The existing bootcount feature is targeted systems with a primary, and a rescue boot setup, where the number of boot tries to the primary boot is tracked. If the number exceeds the limit, the alternative/rescue is booted. This patch adds support

Re: [U-Boot] [PATCH] imx: mx6: add is_boot_from_usb define

2018-04-24 Thread Sean Nyekjær
Hi Fabio On 24 April 2018 14:13:51 CEST, Fabio Estevam wrote: >Hi Sean, > >On Tue, Apr 24, 2018 at 9:05 AM, Sean Nyekjaer > wrote: >> This enables us to detect if the i.MX6 SoC >> is booting from USB. >> >> Signed-off-by: Sean Nyekjaer

Re: [U-Boot] [RFC PATCH] Allow providing default environment from file

2018-03-19 Thread Sean Nyekjær
On 2018-02-02 21:15, Rasmus Villemoes wrote: On 2018-01-24 10:55, Rasmus Villemoes wrote: It is sometimes useful to be able to define the entire default environment in an external file. This implements a Kconfig option for allowing that. ping Hi Tom Will you please take a look a this? /Sean

Re: [U-Boot] [PATCH v4 0/6] Support for the Turris Omnia router

2018-01-21 Thread Sean Nyekjær
Hi On 2018-01-21 13:39, Andreas Färber wrote: Hi, Am 20.01.2018 um 15:32 schrieb Sean Nyekjær: On 20 January 2018 10:07:57 CET, Stefan Roese <s...@denx.de> wrote: On 20.01.2018 03:30, Andreas Färber wrote: Am 20.01.2018 um 02:40 schrieb Andreas Färber: Am 18.01.2018 um 18:20 schrieb

Re: [U-Boot] [PATCH v4 0/6] Support for the Turris Omnia router

2018-01-21 Thread Sean Nyekjær
Hi On 21 January 2018 13:39:15 CET, "Andreas Färber" <afaer...@suse.de> wrote: >Hi, > >Am 20.01.2018 um 15:32 schrieb Sean Nyekjær: >> On 20 January 2018 10:07:57 CET, Stefan Roese <s...@denx.de> wrote: >>> On 20.01.2018 03:30, Andreas Färber wrot

Re: [U-Boot] [PATCH v4 0/6] Support for the Turris Omnia router

2018-01-20 Thread Sean Nyekjær
Hi On 20 January 2018 10:07:57 CET, Stefan Roese wrote: >Hi Andreas, > >On 20.01.2018 03:30, Andreas Färber wrote: >> Am 20.01.2018 um 02:40 schrieb Andreas Färber: >>> Hi, >>> >>> Am 18.01.2018 um 18:20 schrieb Stefan Roese: On 17.01.2018 16:52, Andreas Färber wrote: > Am

Re: [U-Boot] [PATCH] mtd/spi: add support for is25lq040b

2017-11-20 Thread Sean Nyekjær
On 2017-10-30 07:34, Jagan Teki wrote: On Tue, Oct 17, 2017 at 12:32 PM, Sean Nyekjaer wrote: Signed-off-by: Sean Nyekjaer --- drivers/mtd/spi/spi_flash_ids.c | 1 + 1 file changed, 1 insertion(+) diff --git