Re: [U-Boot] [PATCH v4 1/8] arm: socfpga: Add distro boot to socfpga common header

2017-03-05 Thread Frank Kunz
Am 19.02.2017 um 21:20 schrieb Dalon Westergreen: > This adds a common environment and support for distro boot > in the common socfpga header. > > Signed-off-by: Dalon Westergreen > Acked-by: Marek Vasut > > -- > Changes in v4: > - Move env back to being right after the MBR > Changes in v3: >

[U-Boot] [PATCH 0/2] arm: socfpga: Enable EFI support for DE0-nano-SoC disto boot

2017-03-05 Thread Frank Kunz
This enables EFI support for DE0-nano-SoC distro boot. The patches will apply on top of Dalon Westergreens "[PATCH v3 0/8] arm: socfpga: Move to using distro boot" series. Tested on openSUSE openSUSE Tumbleweed ARM JeOS image. Signed-off-by: Frank Kunz Frank Kunz (2): arm: socfp

[U-Boot] [PATCH 2/2] arm: socfpga: Enable part command and EFI partition support for DE0-nano-SoC

2017-03-05 Thread Frank Kunz
Those features are used by distro boot with efi boot. Signed-off-by: Frank Kunz --- :100644 100644 b122135690... c22b54b48d... M configs/socfpga_de0_nano_soc_defconfig configs/socfpga_de0_nano_soc_defconfig | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configs

[U-Boot] [PATCH 1/2] arm: socfpga: Enable abort for DE-nano-SoC SPL uboot load from MMC

2017-03-05 Thread Frank Kunz
This allows the SPL to scan the MMC for a valid uboot image on a second sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when the default location "CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR + first partition offset" does not contain a valid uboot image. Signed-off-by:

Re: [U-Boot] [PATCH 2/2] arm: socfpga: Enable part command and EFI partition support for DE0-nano-SoC

2017-03-05 Thread Frank Kunz
Am 05.03.2017 um 18:17 schrieb Marek Vasut: > On 03/05/2017 01:54 PM, Frank Kunz wrote: >> Those features are used by distro boot with efi boot. >> >> Signed-off-by: Frank Kunz >> --- >> :100644 100644 b122135690... c22b54b48d... M >> configs/soc

Re: [U-Boot] [PATCH 1/2] arm: socfpga: Enable abort for DE-nano-SoC SPL uboot load from MMC

2017-03-05 Thread Frank Kunz
Am 05.03.2017 um 18:36 schrieb Dalon Westergreen: > On Sun, 2017-03-05 at 18:16 +0100, Marek Vasut wrote: >> On 03/05/2017 01:54 PM, Frank Kunz wrote: >>> >>> This allows the SPL to scan the MMC for a valid uboot image on a second >

[U-Boot] [PATCH v2 0/2] arm: socfpga: Enable EFI support for DE0-nano-SoC disto boot

2017-03-07 Thread Frank Kunz
This enables EFI support for DE0-nano-SoC distro boot. The patches will apply on top of Dalon Westergreens "[PATCH v3 0/8] arm: socfpga: Move to using distro boot" series. Tested on openSUSE openSUSE Tumbleweed ARM JeOS image. Signed-off-by: Frank Kunz --- Changes in v2: remov

[U-Boot] [PATCH v2 1/2] arm: socfpga: Enable abort for DE-nano-SoC SPL uboot load from MMC

2017-03-07 Thread Frank Kunz
This allows the SPL to scan the MMC for a valid uboot image on a second sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when the default location "CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR + first partition offset" does not contain a valid uboot image. Signed-off-by:

[U-Boot] [PATCH v2 2/2] arm: socfpga: Enable part command and EFI partition support for DE0-nano-SoC

2017-03-07 Thread Frank Kunz
Those features are used by distro boot with efi boot. Signed-off-by: Frank Kunz --- :100644 100644 b122135690... 14ac97e4f9... M configs/socfpga_de0_nano_soc_defconfig configs/socfpga_de0_nano_soc_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs

[U-Boot] [PATCH v3 0/1] arm: socfpga: Enable EFI support for DE0-nano-SoC disto boot

2017-08-08 Thread Frank Kunz
This enables EFI support for DE0-nano-SoC distro boot. Tested on openSUSE openSUSE Tumbleweed ARM JeOS image. Signed-off-by: Frank Kunz --- Changes in v3: Adaption to distroboot changes in mainline Frank Kunz (1): arm: socfpga: Configuration for EFI boot on DE0-nano-SoC configs

[U-Boot] [PATCH v3 1/1] arm: socfpga: Configuration for EFI boot on DE0-nano-SoC

2017-08-08 Thread Frank Kunz
For EFI boot GPT partition table support is needed as well as the part command and also the SPL needs to fallback to other boot methods after parse the SPL header. Signed-off-by: Frank Kunz --- :100644 100644 f56e45e727... 33674cf1ea... M configs/socfpga_de0_nano_soc_defconfig configs

Re: [U-Boot] [PATCH v3 1/1] arm: socfpga: Configuration for EFI boot on DE0-nano-SoC

2017-08-08 Thread Frank Kunz
Am 08.08.2017 um 18:22 schrieb Marek Vasut: > On 08/08/2017 06:18 PM, Frank Kunz wrote: >> For EFI boot GPT partition table support is needed as well >> as the part command and also the SPL needs to fallback to >> other boot methods after parse the SPL header. >> &

Re: [U-Boot] [PATCH 1/2] sunxi: binman: Add U-Boot binary size check

2017-11-02 Thread Frank Kunz
Am Donnerstag, 19. Oktober 2017, 16:04:18 CET schrieb Maxime Ripard: > The U-boot binary may trip over its actual allocated size in the storage. > In such a case, the environment will not be readable anymore (because > corrupted when the new image was flashed), and any attempt at using saveenv > to

Re: [U-Boot] [PATCH 1/2] sunxi: binman: Add U-Boot binary size check

2017-11-03 Thread Frank Kunz
Am Freitag, 3. November 2017, 09:42:44 CET schrieb Maxime Ripard: > Hi Frank, > > On Thu, Nov 02, 2017 at 04:53:54PM +0100, Frank Kunz wrote: > > Am Donnerstag, 19. Oktober 2017, 16:04:18 CET schrieb Maxime Ripard: > > > The U-boot binary may trip over its actu

[U-Boot] How to enable USB Mass Storage

2017-10-22 Thread Frank Kunz
Hello, I want to use the ums command to access the SD card of a A20-OlinuxIno-Lime board via usb-org cable. For that I start the CPU in FEL mode, download the u-boot-sunxi-with-spl.bin file by sunxi-fel tool. I do this FEL mode boot for preparation of an Einstein A20 board, which has only an i

Re: [U-Boot] [PATCH 0/1] Distroboot support for DE0-nano-SoC board

2017-01-20 Thread Frank Kunz
Am 20.01.2017 um 18:18 schrieb Marek Vasut: > On 01/20/2017 05:45 PM, Frank Kunz wrote: > > Hi, > >> This patch adds common distribution boot environment variables for >> DE0-nanos-SoC board. It disables the watchdog enalbe in uboot since >> this is done by the OS.

Re: [U-Boot] [PATCH v5 0/7]

2017-01-25 Thread Frank Kunz
Am 25.01.2017 um 21:21 schrieb Marek Vasut: > On 01/25/2017 06:33 PM, Dalon Westergreen wrote: >> On Wed, 2017-01-25 at 08:39 -0600, Dinh Nguyen wrote: >>> >>> On 01/25/2017 03:48 AM, Marek Vasut wrote: On 01/25/2017 05:13 AM, Dalon Westergreen wrote: > > From: Dalon Westergreen

[U-Boot] [PATCH 3/3] socfpga: Adapt environment storage for DE0-nano-SoC

2017-01-28 Thread Frank Kunz
Increase environment size and locate storage location on MMC after GPT. Signed-off-by: Frank Kunz --- :100644 100644 d58240e751... 5d0542bd8f... M include/configs/socfpga_de0_nano_soc.h include/configs/socfpga_de0_nano_soc.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff

[U-Boot] [PATCH 0/3] Distroboot support for DE0-nano-SoC board

2017-01-28 Thread Frank Kunz
0 (raw mode), for up to four valid SPLs. When a partition table (MBR, GPT) is used with raw mode, the first SPL must not be written to the MMC and the ROM loader uses the second SPL. Frank Kunz (3): socfpga: Enable abort for DE-nano-SoC SPL uboot load from MMC socfpga: Add distoboot support

[U-Boot] [PATCH 2/3] socfpga: Add distoboot support for DE0-nano-SoC

2017-01-28 Thread Frank Kunz
This enables common distroboot support as fall back when the "mmcboot" command fails to load OS image. In fall back case MMC, PXE and DHCP boot are probed. Signed-off-by: Frank Kunz --- :100644 100644 f7e2068782... d58240e751... M include/configs/socfpga_de0_nano_soc.h inclu

[U-Boot] [PATCH 1/3] socfpga: Enable abort for DE-nano-SoC SPL uboot load from MMC

2017-01-28 Thread Frank Kunz
This allows the SPL to scan the MMC for a valid uboot image on a second sector location defined by CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR when the default location "CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR + first partition offset" does not contain a valid uboot image. Signed-off-by:

Re: [U-Boot] [PATCH 0/3] Distroboot support for DE0-nano-SoC board

2017-01-28 Thread Frank Kunz
Am 28.01.2017 um 22:25 schrieb Westergreen, Dalon: > On Sat, 2017-01-28 at 21:53 +0100, Marek Vasut wrote: >> On 01/28/2017 09:47 PM, Frank Kunz wrote: >>> >>> This adds common distribution boot environment variables for >>> DE0-nanos-SoC board. The curre

[PATCH] socfpga: enable EFI partition support for de0-nano-soc

2021-10-22 Thread Frank Kunz
This fixes boot problems with distributions that use EFI boot like opensuse. Signed-off-by: Frank Kunz --- configs/socfpga_de0_nano_soc_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/socfpga_de0_nano_soc_defconfig b/configs/socfpga_de0_nano_soc_defconfig