Re: rk3399 boards broken, only partially converted to standard boot? (was Re: [PATCH 71/71] rockchip: Convert rockpro64-rk3399 to use standard boot)

2023-02-21 Thread Vagrant Cascadian
On 2023-02-20, Simon Glass wrote: > On Sat, 18 Feb 2023 at 19:19, Vagrant Cascadian wrote: >> On 2022-12-07, Simon Glass wrote: >> > Drop the use of scripts and rely on standard boot for all operation. >> >> This patch, applied as 3891c68ef50eda38d78c95ecd03aed

Re: [PATCH 1/3] rockchip: Drop bootstage stash in TPL and SPL

2023-02-21 Thread Vagrant Cascadian
ed-off-by: Simon Glass Works for booting rockpro64-rk3399, thanks! Tested-by: Vagrant Cascadian > configs/rockpro64-rk3399_defconfig | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/configs/rockpro64-rk3399_defconfig > b/configs/rockpro64-rk3399_defconfig > ind

Re: [PATCH 3/3] bootstd: Enable BOOTSTD_DEFAULTS by default

2023-02-21 Thread Vagrant Cascadian
On 2023-02-21, Simon Glass wrote: > This is needed to enable the boot command used to start standard boot. > Enable it by default. This brings in quite a few features, mostly in > common with DISTRO_DEFAULTS Works for booting rockpro64-rk3399, thanks! Tested-by: Vagrant Cascadian >

Re: [PATCH 2/3] rockchip: Disable DISTRO_DEFAULTS for rockpro64

2023-02-21 Thread Vagrant Cascadian
On 2023-02-21, Simon Glass wrote: > This board has moved to standard boot but the old 'distro_bootcmd' > command is still active. Disable DISTRO_DEFAULTS to fix this. Works for booting rockpro64-rk3399, thanks! Tested-by: Vagrant Cascadian > Signed-off-by: Simon Glass

Re: [PATCH 2/3] rockchip: Disable DISTRO_DEFAULTS for rockpro64

2023-02-22 Thread Vagrant Cascadian
On 2023-02-21, Vagrant Cascadian wrote: > On 2023-02-21, Simon Glass wrote: >> This board has moved to standard boot but the old 'distro_bootcmd' >> command is still active. Disable DISTRO_DEFAULTS to fix this. > > Works for booting rockpro64-rk3399, thanks! I c

Re: [PATCH] rockchip: dts: rk3328: fix sdram params

2023-02-22 Thread Vagrant Cascadian
uot;ram: rockchip: Update ddr pctl regs for px30") > Signed-off-by: Jonas Karlman > Reviewed-by: Simon Glass > Reviewed-by: Kever Yang > Reviewed-by: Jagan Teki > Tested-by: Jagan Teki # roc-rk3328-cc Thanks! This allows booting the rock64-rk3328 with v2023.04-rc2, which otherwise j

[PATCH] Makefile: Use relative paths for debugging symbols.

2022-08-18 Thread Vagrant Cascadian
From: Vagrant Cascadian The KBUILD_CFLAGS and KBUILD_AFLAGS variables are adjusted to use -ffile-prefix-map and --debug-prefix-map, respectively, to use relative paths for occurrences of __FILE__ and debug paths. This enables reproducible builds regardless of the absolute path to the build

Re: [PATCH] Makefile: Use relative paths for debugging symbols.

2022-08-28 Thread Vagrant Cascadian
On 2022-08-28, Rasmus Villemoes wrote: > On 26/08/2022 22.59, Tom Rini wrote: >> On Thu, Aug 18, 2022 at 10:31:34AM -0700, Vagrant Cascadian wrote: >> >>> From: Vagrant Cascadian >>> >>> The KBUILD_CFLAGS and KBUILD_AFLAGS variables are adjusted to us

Re: [PATCH] Makefile: Use relative paths for debugging symbols.

2022-08-28 Thread Vagrant Cascadian
On 2022-08-28, Vagrant Cascadian wrote: > On 2022-08-28, Rasmus Villemoes wrote: >> On 26/08/2022 22.59, Tom Rini wrote: >>> On Thu, Aug 18, 2022 at 10:31:34AM -0700, Vagrant Cascadian wrote: >>>> From: Vagrant Cascadian >>>> >>>> The KBUILD_

Re: Bug#1033301: linux: arm64 kernel size increased from 31 to 39 MB, causing u-boot-rpi to fail

2023-03-24 Thread Vagrant Cascadian
Adding u-boot maintainers for rpi (Matthias Brugger, Peter Robinson) platforms and u-boot list to CC. On 2023-03-22, Salvatore Bonaccorso wrote: > Thanks for tracking this down. I would like to loop in Masahiro and > upstream to see if something can/should be done on upstream side. > > Masahiro, i

Re: [v4 5/7] rockchip: Disable DISTRO_DEFAULTS for rk3399 boards

2023-03-24 Thread Vagrant Cascadian
d measure double-checked that it did not introduce regressions on rock64-rk3328, because it readily available to test. :) Looks good to me, thanks! live well, vagrant > Signed-off-by: Simon Glass > Tested-by: Vagrant Cascadian > --- > Changes in v4: > None. > --- > arch/ar

Re: [PATCH v8] board: mntre: imx8mq: Add MNT Reform 2 board support

2023-04-28 Thread Vagrant Cascadian
On 2023-02-05, Vagrant Cascadian wrote: > On 2023-02-06, Patrick Wildt wrote: >> The MNT Reform 2 is a modular DIY laptop. In its initial version it >> is based on the BoundaryDevices i.MX8MQ SoM. Some parts have been >> lifted from BoundaryDevices official U-Bo

Re: [PATCH v8] board: mntre: imx8mq: Add MNT Reform 2 board support

2023-04-28 Thread Vagrant Cascadian
On 2023-04-28, Vagrant Cascadian wrote: > On 2023-02-05, Vagrant Cascadian wrote: >> On 2023-02-06, Patrick Wildt wrote: >>> The MNT Reform 2 is a modular DIY laptop. In its initial version it >>> is based on the BoundaryDevices i.MX8MQ SoM. Some parts have been >

Re: [PATCH u-boot] powerpc/mpc85xx: Pass correct cpu compiler flags

2022-12-18 Thread Vagrant Cascadian
On 2022-12-13, Pali Rohár wrote: > Vagrant and Aurelien, could you test if this change fully fixes your > Debian issue? Well, apparently the issue has been fixed some other way, as u-boot 2022.03-rc3 builds the qemu-ppce500 target fine in Debian with binutils 2.39.50.20221208-5 even without the ol

Re: Bug#1012269: u-boot-exynos on Odroid XU4 searches for exynos5422-smdk5420xu4.dtb instead of exynos5422-odroidxu4.dtb

2022-12-28 Thread Vagrant Cascadian
On 2022-12-25, Jochen Sprickerhof wrote: > * Vagrant Cascadian [2022-11-04 14:22]: >>On 2022-06-02, Jochen Sprickerhof wrote: >>> with the latest u-boot-exynos in unstable it tries to load >>> exynos5422-smdk5420xu4.dtb whereas linux-image-5.17.0-3-armmp only >>&g

Re: [PATCH v2 2/3] efi_loader: carve out efi_get_memory_map_alloc()

2023-01-06 Thread Vagrant Cascadian
Tested-by: Vagrant Cascadian live well, vagrant > --- > v2: > new patch > --- > cmd/efidebug.c | 18 -- > include/efi_loader.h| 3 +++ > lib/efi_loader/efi_memory.c | 34 ++ > 3 files changed, 41 insert

Re: [PATCH v2 3/3] lmb: consider EFI memory map

2023-01-06 Thread Vagrant Cascadian
ell. Thanks! Tested-by: Vagrant Cascadian live well, vagrant > --- > v2: > use efi_get_memory_map_alloc() > --- > lib/lmb.c | 36 > 1 file changed, 36 insertions(+) > > diff --git a/lib/lmb.c b/lib/lmb.c > index c599608f

Re: v2023.01: u-boot-tools build failure

2023-01-13 Thread Vagrant Cascadian
On 2023-01-13, Tom Rini wrote: > On Fri, Jan 13, 2023 at 06:26:00PM -0300, Fabio Estevam wrote: >> I am trying to upgrade U-Boot to 2023.01 in OpenEmbedded, but I see >> the following error when trying to build u-boot-tools: >> >> | /bin/sh: line 1: tools/bmp_logo: No such file or directory >> >>

Re: [PATCH v2] vbe: Allow probing the VBE bootmeth to fail in OS fixup

2023-01-14 Thread Vagrant Cascadian
; Suggested-by: Heinrich Schuchardt > Fixes: a56f663f0707 ("vbe: Add info about the VBE device to the fwupd node") I was able to reproduce the issue using the qemu-riscv64 instructions Karsten provided, and applying the patch fixes it, thanks! Tested-by: Vagrant Cascadian live wel

Re: [PATCH] mx53loco: Select CONFIG_CMD_EXT4

2023-01-16 Thread Vagrant Cascadian
On 2023-01-16, Fabio Estevam wrote: > Select the CONFIG_CMD_EXT4 option so that files can be loaded > from an ext4 partition. > > Signed-off-by: Fabio Estevam Debian has been carrying this patch since 2014; thanks for submitting upstream! Unfortunately, I do not know if anyone is actively using

Licensing discrepancies or ambiguities

2023-11-21 Thread Vagrant Cascadian
I've been reviewing the copyright and license information for Das U-Boot in preparation for uploading to Debian, and found a few surprises. tools/libfdt/fdt_rw.c: /* SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause */ I *think* according to the SPDX spec this needs an OR or an AND. I also see no c

Re: Licensing discrepancies or ambiguities

2023-11-25 Thread Vagrant Cascadian
On 2023-11-21, Tom Rini wrote: > On Tue, Nov 21, 2023 at 11:10:57AM -0800, Vagrant Cascadian wrote: > >> I've been reviewing the copyright and license information for Das U-Boot >> in preparation for uploading to Debian, and found a few surprises. >> >> too

Boot failure triggered by USB on rockpro64-rk3399 and pinebook-pro-rk3399

2021-01-20 Thread Vagrant Cascadian
It seems rockpro64-rk3399 and pinebook-pro-rk3399 fail to boot when usb is started. It hangs indefinitely at: ## Flattened Device Tree blob at 01f0 Booting using the fdt blob at 0x1f0 I have observed this also using 2020.10 on rockpro64-rk3399, though on pinebook-pro-rk3399 usb doe

Re: [PATCH] ARM: Distro boot: document the need for fdtfile variable to be set

2020-09-03 Thread Vagrant Cascadian
enting what is needed. >> >> Signed-off-by: Dennis Gilmore >> >> Cc: Atish Patra >> Cc: Lukas Auer >> Cc: Tom Rini >> Cc: Masahiro Yamada >> Cc: Vagrant Cascadian >> Cc: Stephen Warren >> Cc: Karsten Merker >> --- >>

flash-kernel: Add vendor path for some arm64 machines

2020-09-03 Thread Vagrant Cascadian
he u-boot CC on follow-ups. On 2020-09-03, Andre Heider wrote: > On 03/09/2020 20:59, Vagrant Cascadian wrote: >> On 2020-09-03, Andre Heider wrote: >>> On 03/09/2020 18:40, Dennis Gilmore wrote: >>> If so, adding fdtfile like that would break booting debian using its >

Re: [U-Boot] [PATCH] rockchip: rk3399: Add Pinebook Pro laptop support

2020-03-28 Thread Vagrant Cascadian
On 2019-12-18, Vagrant Cascadian wrote: > On 2019-11-14, Peter Robinson wrote: >> Add initial support for Pinebook Pro laptop. Now that the device-tree is in linux-next (should land in linux 5.7), anyone have a chance to take a stab at a v2 of this patch series? I did a quick-and-dirt

Re: Bug#955310: u-boot-tools: update list of architectures in mkimage

2020-03-29 Thread Vagrant Cascadian
On 2020-03-29, Chris Dumont wrote: >* What led up to the situation? > read the manpage for mkimage and then used 'mkimage -T -h' ... >* What was the outcome of this action? > The output (ellipsized) > > $ mkimage -T -h > > Invalid image type, supported are: > Unknown image t

Re: [PATCH 14/25] arm: Remove sheevaplug board

2021-02-10 Thread Vagrant Cascadian
On 2021-02-10, Rick Thomas wrote: > On Wed, Feb 10, 2021, at 5:55 PM, Tom Rini wrote: >> On Wed, Feb 10, 2021 at 05:01:47PM -0800, Rick Thomas wrote: >> > On Wed, Feb 10, 2021, at 12:15 PM, Tom Rini wrote: >> > > I assume that however you're building U-Boot the warnings that get >> > > printed abou

test/image/test-imagetools.sh: Broken by 3f04db89

2021-03-06 Thread Vagrant Cascadian
It seems like commit: 3f04db891a353f4b127ed57279279f851c6b4917 image: Check for unit addresses in FIT Broke test/image/test-imagetools.sh. I get the impression test-imagetools.sh is more-or-less unmaintained and deprecated. Does test-imagetools.sh perform tests that are not covered elsewhere? If

Re: [PATCH] configs: add PineTab defconfig

2021-03-07 Thread Vagrant Cascadian
On 2021-03-07, Nicolas Boulenguez wrote: > From: Arnaud Ferraris > > The PineTab device-tree is already in u-boot, this commit adds the > corresponding > defconfig, based on pinephone_defconfig. > > Signed-off-by: Arnaud Ferraris ... > --- /dev/null > +++ b/configs/pinetab_defconfig ... > +CONFI

Reproducibility regression with mx6cuboxi

2020-07-19 Thread Vagrant Cascadian
The mx6cuboxi target no longer builds reproducibility on Debian. I've bisected it down to: eb9124f5748c96ffd548e50fd6989c3b5395b353 mx6cuboxi: enable OF_CONTROL with DM_MMC and DM_USB Based on the diffoscope output, it *might* have something to do with the changes to how board detection uses

Re: AXP813 configuration for BananaPi M3

2020-03-08 Thread Vagrant Cascadian
On 2020-03-08, Bernhard wrote: > I had an additional look for the possible problem with the AXP813 for > BananaPi M3 in U-Boot. > With help of Google, i found a patchset for U-Boot from 2016: > > https://lists.denx.de/pipermail/u-boot/2016-January/240259.html > >> +++ b/configs/Bananapi_m3_defconf

Re: Support for Pinebook Pro v2

2020-04-20 Thread Vagrant Cascadian
On 2020-04-20, Peter Robinson wrote: > It took a little longer than I planned, took me a little bit to get it > working with the upstream device tree that landed in 5.7-rc1 but it's > there now. > > Tested with Fedora 32. I was unable to build applied against 2020.04 on Debian or GNU Guix, ending

Re: [PATCH] drivers: video: rockchip: fix building eDP and LVDS drivers

2020-04-20 Thread Vagrant Cascadian
iewed-by: Anatolij Gustschin This fixed the build I was having with the pinebook pro patches when applied to v2020.04, built on both Debian and GNU Guix. Thanks! Tested-by: Vagrant Cascadian > --- > drivers/video/rockchip/rk_edp.c | 1 + > drivers/video/rockchip/rk_lvds.c | 3 ++- >

Re: [PATCH 5/5] Add initial support for the Pinebook Pro laptop from Pine64.

2020-04-20 Thread Vagrant Cascadian
t and boot tested on Debian and GNU Guix on a Pinebook Pro, so (for the whole series): Tested-by: Vagrant Cascadian live well, vagrant > --- > arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi | 43 ++ > arch/arm/mach-rockchip/rk3399/Kconfig | 8 ++ > board/pine64/p

Re: [PATCH 1/5] video: simple_panel: add boe,nv140fhmn49 display

2020-04-20 Thread Vagrant Cascadian
On 2020-04-20, Peter Robinson wrote: > add "boe,nv140fhmn49" display to compatible node. I didn't see u-boot output on the eDP panel; not sure if that's expected. Once linux booted it did work just fine. live well, vagrant > Signed-off-by: Peter Robinson > Cc: Anatolij Gustschin > --- > dri

Re: [PATCH v2 2/2] Makefile: Only build dtc if needed

2020-04-27 Thread Vagrant Cascadian
On 2020-04-27, Simon Glass wrote: > On Sun, 26 Apr 2020 at 18:58, Heinrich Schuchardt wrote: >> >> Am April 27, 2020 12:29:29 AM UTC schrieb Simon Glass : >> >At present U-Boot always builds dtc if CONFIG_OF_CONTROL is defined. >> >This >> >is wasteful when the system already has a suitable versio

[U-Boot] [PATCH] Enable building of u-boot.itb on Rockchip RK3328 platforms.

2019-10-17 Thread Vagrant Cascadian
The instructions in doc/README.rockchip for installing rock64-rk3328 make use of u-boot.itb, but it is not built by default. Add u-boot.itb to BUILD_TARGET for RK3328 platforms. Signed-off-by: Vagrant Cascadian --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: Reproducibility regression with mx6cuboxi

2020-07-21 Thread Vagrant Cascadian
On 2020-07-21, Tom Rini wrote: > On Sun, Jul 19, 2020 at 11:23:05AM -0700, Vagrant Cascadian wrote: > >> The mx6cuboxi target no longer builds reproducibility on Debian. I've >> bisected it down to: >> >> eb9124f5748c96ffd548e50fd6989c3b5395b353 mx6cuboxi: en

Re: Reproducibility regression with mx6cuboxi

2020-07-26 Thread Vagrant Cascadian
On 2020-07-26, Fabio Estevam wrote: > On Sun, Jul 26, 2020 at 2:16 PM Tom Rini wrote: > >> I mean just literally changing the malloc(...) to calloc(1, ...), audit any >> other malloc(...) calls in the file and change nothing else. Thanks! > > Thanks for the clarification, Tom > > Vagrant, > > Doe

Re: [PATCH v2] fit_image: Use calloc() to fix reproducibility issue

2020-07-28 Thread Vagrant Cascadian
On 2020-07-27, Fabio Estevam wrote: > Vagrant Cascadian reported that mx6cuboxi target no longer builds > reproducibility on Debian. > > One example of builds mismatches: > > 00096680: 696e 6700 736f 756e 642d 6461 6900 6465 ing.sound-dai.de > -00096690: 7465 637

[PATCH] arm: Enable VIDEO_BPP32 on pinebook.

2020-01-18 Thread Vagrant Cascadian
Video output on the pinebook LCD screen was broken by: commit 2cc393f32fd9 ("video: make BPP and ANSI configs optional"). Enable VIDEO_BPP32 which was previously enabled by default when DM_VIDEO was set. Signed-off-by: Vagrant Cascadian --- configs/pinebook_defconfig | 1 + 1 file

Re: [PATCH] arm: Enable VIDEO_BPP32 on pinebook.

2020-01-18 Thread Vagrant Cascadian
On 2020-01-18, Maxime Ripard wrote: > On Sat, Jan 18, 2020 at 03:15:15AM -0800, Vagrant Cascadian wrote: >> Video output on the pinebook LCD screen was broken by: >> >> commit 2cc393f32fd9 ("video: make BPP and ANSI configs optional"). >> >> Enable

Re: [PATCH] distro_bootcmd: Always check for custom boot scripts first

2022-10-12 Thread Vagrant Cascadian
On 2022-10-12, Tom Rini wrote: > On Fri, Sep 02, 2022 at 01:06:16AM +0300, Andrey Skvortsov wrote: >> If extlinux.conf is used, then it's not possible to customize boot >> environment, because scripts are not loaded. >> Usually it's possible to make some changes manually using command line >> and s

[PATCH] Fix spelling of "followed" in kwboot.1

2022-04-16 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- doc/kwboot.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kwboot.1 b/doc/kwboot.1 index f555ff26a2..d663bf1f77 100644 --- a/doc/kwboot.1 +++ b/doc/kwboot.1 @@ -74,7 +74,7 @@ BootROM's standard input and BootROM's termina

[PATCH] tools: kwboot: Fix spelling of "followed" in kwboot.1

2022-04-19 Thread Vagrant Cascadian
Fix spelling of "followed" in kwboot.1 manpage. Series: 2 Signed-off-by: Vagrant Cascadian --- Changes in v2: Use "tools: kwboot:" prefix. Add full commit message. doc/kwboot.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kwboot.1 b/doc/kwboo

[PATCH 0/2] Enable booting from SCSI on rockpro64-rk3399.

2022-04-06 Thread Vagrant Cascadian
This patch series adds SCSI booting to rockchip-common.h to enable scsi boot options from distro boot, and enables SCSI options in the rockpro64-rk3399 configuration. Vagrant Cascadian (2): rockchip: Enable SCSI in distro bootcmd for rk3399. rockchip: Enable AHCI/SCSI/SATA on rockpro64

[PATCH 1/2] rockchip: Enable SCSI in distro bootcmd for rk3399.

2022-04-06 Thread Vagrant Cascadian
Include SCSI in the list of boot targets if CONFIG_CMD_SCSI is enabled. Signed-off-by: Vagrant Cascadian --- include/configs/rockchip-common.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index ba7061a287

[PATCH 2/2] rockchip: Enable AHCI/SCSI/SATA on rockpro64-rk3399.

2022-04-06 Thread Vagrant Cascadian
Add options to enable AHCI, SCSI and SATA. Signed-off-by: Vagrant Cascadian --- configs/rockpro64-rk3399_defconfig | 7 +++ 1 file changed, 7 insertions(+) diff --git a/configs/rockpro64-rk3399_defconfig b/configs/rockpro64-rk3399_defconfig index d5e98a4f73..858410e8f7 100644 --- a

Re: [PATCH v6] board: mntre: imx8mq: Add MNT Reform 2 board support

2023-02-05 Thread Vagrant Cascadian
On 2023-01-19, Patrick Wildt wrote: > The MNT Reform 2 is a modular DIY laptop. In its initial version it > is based on the BoundaryDevices i.MX8MQ SoM. Some parts have been > lifted from BoundaryDevices official U-Boot downstream project. > > Signed-off-by: Patrick Wildt > --- > Changes since v

Re: [PATCH v8] board: mntre: imx8mq: Add MNT Reform 2 board support

2023-02-05 Thread Vagrant Cascadian
booting Debian with a 6.1.x linux kernel on a mnt/reform2 using nvme rootfs and microsd /boot. Some oddities with video and wifi that do not occur with the vendor u-boot, but seems like huge progress. Thanks! Tested-by: Vagrant Cascadian > --- > Changes since v7: > - Re-added lost r

rk3399 boards broken, only partially converted to standard boot? (was Re: [PATCH 71/71] rockchip: Convert rockpro64-rk3399 to use standard boot)

2023-02-18 Thread Vagrant Cascadian
On 2022-12-07, Simon Glass wrote: > Drop the use of scripts and rely on standard boot for all operation. This patch, applied as 3891c68ef50eda38d78c95ecd03aed030aa6bb53 broke booting on pinebook-pro-rk3399, which still tries to "run distro_bootcmd" but distro_bootcmd is no longer defined... probab

Reproducibility issue due to use of uname

2022-06-09 Thread Vagrant Cascadian
It looks like u-boot 2022.07-rc1 introduced a reproducibility issue that is dependent on the running kernel. I believe the commit that triggered this issue is: f7691a6d736bec7915c227ac14076f9993a27367 sandbox: allow cross-compiling sandbox While the use of uname in the Makefile goes back well

Re: [PATCH 0/4] sunxi: TOC0 image type support

2021-08-22 Thread Vagrant Cascadian
On 2021-08-22, Tom Rini wrote: > On Sat, Aug 21, 2021 at 09:19:56PM -0500, Samuel Holland wrote: >> On 6/21/21 6:56 PM, Andre Przywara wrote: >> > On Mon, 21 Jun 2021 16:35:37 -0400 >> > Tom Rini wrote: >> >> On Mon, Jun 21, 2021 at 04:43:00PM +0100, Andre Przywara wrote: >> >>> On Sun, 20 Jun 202

Re: [U-Boot] [PATCH v3] arm: mx5: Add support for USB armory board

2015-03-25 Thread Vagrant Cascadian
On 2015-03-25, Stefano Babic wrote: >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig >> index b9ebee1..a490084 100644 >> --- a/arch/arm/Kconfig >> +++ b/arch/arm/Kconfig >> @@ -462,6 +462,10 @@ config TARGET_MX53SMD >> bool "Support mx53smd" >> select CPU_V7 >> >> +config TARGET_USBA

Re: [U-Boot] [PATCH v4 2/2] ARM: mx5: add support for USB armory board

2015-03-26 Thread Vagrant Cascadian
On 2015-03-26, and...@inversepath.com wrote: > From: Andrej Rosano > > Add support for Inverse Path USB armory board, an open source > flash-drive sized computer based on Freescale i.MX53 SoC. > > http://inversepath.com/usbarmory Tested-By: Vagrant Cascadian li

[U-Boot] [PATCH] arm: imx: Switch Wandboard to use config_distro_bootcmd.h.

2015-03-28 Thread Vagrant Cascadian
This allows for more flexible and standardized boot across multiple platforms. Remove most redundant legacy boot environment. Cc: Otavio Salvador Signed-off-by: Vagrant Cascadian --- include/configs/wandboard.h | 139 ++-- 1 file changed, 17 insertions

Re: [U-Boot] u-boot: OpenRD Ultimate fails to build

2015-04-03 Thread Vagrant Cascadian
On 2015-03-25, drEagle wrote: > Le 21/03/2015 15:53, Vagrant Cascadian a écrit : >> It seems that OpenRD Ultimate with u-boot 2015.04-rc3 and newer no >> longer builds from source, both in Debian and with mainline git. It >> appears to have overgrown the size limits set for i

Re: [U-Boot] [PATCH v4 0/2] ARM: mx5: add support for USB armory board

2015-04-08 Thread Vagrant Cascadian
On 2015-04-08, Stefano Babic wrote: > On 01/04/2015 13:32, Stefano Babic wrote: >> On 01/04/2015 04:46, Chris Kuethe wrote: >>> Any chance of this being accepted into 2015.04? > > checpatch reports some issues by patch 2/2. Can you please fix them and > resubmit ? Thanks ! Applying the patch below

Re: [U-Boot] [PATCH v5 2/2] ARM: mx5: add support for USB armory board

2015-04-08 Thread Vagrant Cascadian
Stefano Babic > Cc: Chris Kuethe > Cc: Fabio Estevam > Cc: Vagrant Cascadian Works for me. Tested-By: Vagrant Cascadian live well, vagrant > --- > arch/arm/cpu/armv7/mx5/Kconfig | 11 + > board/inversepath/usbarmory/Kconfig | 15 ++ > board/inve

Re: [U-Boot] [U-Boot, 5/5] mx6cuboxi: Load the correct 'fdt_file' variable

2015-04-23 Thread Vagrant Cascadian
On 2015-04-22, Fabio Estevam wrote: > Instead of hardcoding the 'fdt_file' variable, let's introduce a new > function - build_dts_name(), that can build the dtb filename on the fly. > diff --git a/board/solidrun/mx6cuboxi/mx6cuboxi.c > b/board/solidrun/mx6cuboxi/mx6cuboxi.c > index 83410b2..1c24a5

Re: [U-Boot] [U-Boot, v3, 5/5] mx6cuboxi: Load the correct 'fdt_file' variable

2015-04-24 Thread Vagrant Cascadian
On 2015-04-24, Fabio Estevam wrote: > Instead of hardcoding the 'fdt_file' variable, let's detect the SoC and > board variant on the fly and change the dtb name. ... > diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h > index 5d58b16..c3cf633 100644 > --- a/include/configs/mx6c

Re: [U-Boot] [U-Boot, v3, 5/5] mx6cuboxi: Load the correct 'fdt_file' variable

2015-04-25 Thread Vagrant Cascadian
On 2015-04-24, Stefano Babic wrote: > On 25/04/2015 01:47, Vagrant Cascadian wrote: >> On 2015-04-24, Fabio Estevam wrote: >>> Instead of hardcoding the 'fdt_file' variable, let's detect the SoC and >>> board variant on the fly and change the dtb nam

Re: [U-Boot] [U-Boot, v3, 5/5] mx6cuboxi: Load the correct 'fdt_file' variable

2015-04-25 Thread Vagrant Cascadian
On 2015-04-25, Fabio Estevam wrote: > On Sat, Apr 25, 2015 at 3:05 AM, Stefano Babic wrote: > >> Are you sure ? I think Fabio's intention is to have setenv fdt_file as >> part of check_suffix, and it is not if you add a trailing \0 > > That's correct. Yes, I understood that intention, but there's

Re: [U-Boot] [PATCH v4 5/6] mx6cuboxi: Use more standard namings for fdt variables

2015-04-25 Thread Vagrant Cascadian
On 2015-04-25, Fabio Estevam wrote: > From: Fabio Estevam > > Use the more standard fdtfile and fdtaddr variable names. I think you want to change fdtaddr to fdt_addr_r, as it's the location in ram, as opposed to the location on the flash media (which would use fdt_addr), according to README. But

Re: [U-Boot] [PATCH v5 6/6] mx6cuboxi: Load the correct 'fdtfile' variable

2015-04-25 Thread Vagrant Cascadian
On 2015-04-25, Fabio Estevam wrote: > From: Fabio Estevam > > Instead of hardcoding the 'fdtfile' variable, let's detect the SoC and > board variant on the fly and change the dtb name. > > Based on the scheme done on am335x board. > > Signed-off-by: Fabio

Re: [U-Boot] [PATCH 1/4] mx6cuboxi: Add HDMI output support

2015-04-29 Thread Vagrant Cascadian
On 2015-04-27, Fabio Estevam wrote: > Add HDMI output using PLL5 as the source for the IPU DI clocks, > and accurate VESA timings. > > These settings are based on the patch from Soeren Moch > submitted for the tbs2910 mx6 based board. > > It allows the display to work properly at 1024x768@60. > >

Re: [U-Boot] [PATCH 1/4] mx6cuboxi: Add HDMI output support

2015-04-30 Thread Vagrant Cascadian
On 2015-04-29, Fabio Estevam wrote: > On Wed, Apr 29, 2015 at 5:02 PM, Vagrant Cascadian > wrote: > >> I wasn't able to test this as the HDMI TV I'm using doesn't support this >> resolution (it is admittedly ~9 years old, the closest resolution it >> doe

Re: [U-Boot] [PATCH v2 2/4] mx6cuboxi: Add USB host support

2015-04-30 Thread Vagrant Cascadian
On 2015-04-29, Fabio Estevam wrote: > Enable USB Host1 port. > > Signed-off-by: Rabeeh Khoury > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Remove USB ether options as suggested by Tom Removing those options broke network boot. With this patch, u-boot reports: Net: Phy 0 not

Re: [U-Boot] [PATCH v2 3/4] mx6cuboxi: Allow HDMI and USB keyboard to be stdout/stdin

2015-04-30 Thread Vagrant Cascadian
gt; > The serial console still also works as stdin/stdout. > > Signed-off-by: Rabeeh Khoury > Signed-off-by: Fabio Estevam > Reviewed-by: Tom Rini Tested-by: Vagrant Cascadian > --- > Changes since v1: > - None > > include/configs/mx6cuboxi.h | 7 +++ >

Re: [U-Boot] [PATCH v2 1/4] mx6cuboxi: Add HDMI output support

2015-04-30 Thread Vagrant Cascadian
allows the display to work properly at 1024x768@60. > > This should make the hdmi output signal compatible with most if not all > modern displays. > > Signed-off-by: Jon Nettleton > Signed-off-by: Fabio Estevam > Reviewed-by: Tom Rini > Tested-by: Tom Rini Tested-by: Vag

[U-Boot] converting BeagleBone Black to use config_distro_bootcmd

2014-10-01 Thread Vagrant Cascadian
I've been working on standardizing the u-boot builds in Debian, and one platform I've been working on moving over to config_distro_defaults is the BeagleBone Black... In doing so, it took some moderate modification of config_distro_defaults to allow changing some hard-coded values, and implementin

[U-Boot] [RFC PATCH 1/7] Allow checking in multiple partitions for scan_dev_for_boot.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- include/config_distro_bootcmd.h | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index be616e8..5e5e5e3 100644 --- a/include/config_distro_bootcmd.h +++ b

[U-Boot] [RFC PATCH 4/7] Add BOOTENV_POST_COMMAND, which is appended to the end of bootcmd.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- include/config_distro_bootcmd.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 515a2f9..2503431 100644 --- a/include/config_distro_bootcmd.h +++ b/include

[U-Boot] [RFC PATCH 6/7] Add support for loading environment from uEnv.txt in config_distro_bootcmd.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- include/config_distro_bootcmd.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 2503431..aaa010e 100644 --- a/include/config_distro_bootcmd.h +++ b/include

[U-Boot] [RFC PATCH 3/7] Add BOOTENV_INIT_COMMAND for commands that may be needed to run before bootcmd, such as setting the fdt file variables for platfroms that detect on boot.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- include/config_distro_bootcmd.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index a93354a..515a2f9 100644 --- a/include/config_distro_bootcmd.h +++ b/include

[U-Boot] [RFC PATCH 0/7] Switch am335x_evm.h based boards to use config_distro_bootcmd.

2014-10-04 Thread Vagrant Cascadian
d.h | 53 ++--- include/config_distro_defaults.h | 2 ++ include/configs/am335x_evm.h | 26 +- include/configs/ti_armv7_common.h | 1 + 4 files changed, 66 insertions(+), 16 deletions(-) Vagrant Cascadian (7): Allow checking in multiple part

[U-Boot] [RFC PATCH 7/7] Switch am335x_evm.h to use config_distro_defaults and config_distro_bootcmd. Add scriptaddr to DEFAULT_LINUX_BOOT_ENV, as scriptaddr is used for boot scripts in config_distro_

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- include/configs/am335x_evm.h | 26 +- include/configs/ti_armv7_common.h | 1 + 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index e2f7ead..b25d990

[U-Boot] [RFC PATCH 5/7] Only set CONFIG_BOOTDELAY if not already set.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- include/config_distro_defaults.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index 5d18a4b..fc67c42 100644 --- a/include/config_distro_defaults.h +++ b/include

[U-Boot] [RFC PATCH 2/7] Allow overriding boot_partitions default value by setting BOOTENV_BOOT_PARTITIONS before including config_distro_bootcmd.

2014-10-04 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- include/config_distro_bootcmd.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 5e5e5e3..a93354a 100644 --- a/include/config_distro_bootcmd.h +++ b/include

Re: [U-Boot] [RFC PATCH 1/7] Allow checking in multiple partitions for scan_dev_for_boot.

2014-10-06 Thread Vagrant Cascadian
Thanks for the review! On 2014-10-06, Stephen Warren wrote: > On 10/03/2014 03:08 PM, Vagrant Cascadian wrote: > > Some standalone description of this change, and justification for it, > should really be present in the commit message. Patch 0/7 doesn't get > applied anywhe

Re: [U-Boot] [RFC PATCH 6/7] Add support for loading environment from uEnv.txt in config_distro_bootcmd.

2014-10-06 Thread Vagrant Cascadian
On 2014-10-06, Stephen Warren wrote: > On 10/03/2014 03:08 PM, Vagrant Cascadian wrote: > >> diff --git a/include/config_distro_bootcmd.h >> b/include/config_distro_bootcmd.h > >> "for prefix in ${boot_prefixes}; do " \

Re: [U-Boot] generic-board: make compile-time noise for non-generic boards

2014-10-19 Thread Vagrant Cascadian
On 2014-10-19, Masahiro Yamada wrote: > Commit 0f605c1501f6 (Start the deprecation process for generic board) > added a run-time warning message. Let's be noisier for non-generic > boards to inform the dead line of the conversion. ... > diff --git a/Makefile b/Makefile > index 99097e1..f439d82 100

[U-Boot] [PATCH] Fix cosmetic issues in mkimage manpage

2014-11-01 Thread Vagrant Cascadian
* Escape use of - in description of -F. * Fix line continuations in examples so that the continued lines are also bold. Signed-off-by: Vagrant Cascadian --- doc/mkimage.1 | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/mkimage.1 b/doc/mkimage.1 index 14374da

Re: [U-Boot] [Reproducible-builds] [U-Boot, v2] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH

2015-08-25 Thread Vagrant Cascadian
On 2015-08-25, Andreas Bießmann wrote: > On 07/28/2015 05:00 PM, Tom Rini wrote: >> On Sun, Jul 26, 2015 at 06:48:15PM +0200, Paul Kocialkowski wrote: >>> In order to achieve reproducible builds in U-Boot, timestamps that are >>> defined >>> at build-time have to be somewhat eliminated. The SOURCE

Re: [U-Boot] [PATCH] arm: novena: Switch novena to config_distro_bootcmd

2015-11-11 Thread Vagrant Cascadian
On 2015-11-10, Marek Vasut wrote: > Switch Novena to distro bootcmd, so it can be used with debian easily. ... > diff --git a/include/configs/novena.h b/include/configs/novena.h > index 718989f..b0f4c02 100644 > --- a/include/configs/novena.h > +++ b/include/configs/novena.h > @@ -199,6 +201,11 @@

Re: [U-Boot] [PATCH] arm: imx: Switch mx6cuboxi to use config_distro_bootcmd.h.

2015-11-12 Thread Vagrant Cascadian
On 2015-11-12, Stefano Babic wrote: > On 27/10/2015 21:18, Vagrant Cascadian wrote: >> This allows for more flexible and standardized boot across multiple >> platforms. >> >> Remove redundant legacy boot environment. >> > > I have applied it. Thanks! &

Re: [U-Boot] [PATCH] imx6: fix warnings due to switch to distro environment

2015-11-14 Thread Vagrant Cascadian
On 2015-11-13, Stefano Babic wrote: > wandboard and mx6cuboxi have warnings because BOOT_DELAY > is defined twice. > > Signed-off-by: Stefano Babic > CC: Vagrant Cascadian > CC: Otavio Salvador > CC: Fabio Estevam > --- > include/configs/mx6cuboxi.h | 2 +- > i

Re: [U-Boot] [PATCH V2] arm: novena: Switch novena to config_distro_bootcmd

2015-11-23 Thread Vagrant Cascadian
On 2015-11-10, Marek Vasut wrote: > Switch Novena to distro bootcmd, so it can be used with debian easily. > diff --git a/include/configs/novena.h b/include/configs/novena.h > index 718989f..3bb406d 100644 > --- a/include/configs/novena.h > +++ b/include/configs/novena.h > @@ -58,7 +59,7 @@ > /*

Re: [U-Boot] [PATCH V2] arm: novena: Switch novena to config_distro_bootcmd

2015-11-23 Thread Vagrant Cascadian
On 2015-11-10, Marek Vasut wrote: > Switch Novena to distro bootcmd, so it can be used with debian easily. ... > diff --git a/include/configs/novena.h b/include/configs/novena.h > index 718989f..3bb406d 100644 > --- a/include/configs/novena.h > +++ b/include/configs/novena.h > @@ -199,6 +201,10 @@

[U-Boot] [PATCH] Fix typo: commmand -> command.

2015-11-24 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- doc/README.nand | 2 +- doc/README.update| 2 +- drivers/block/ahci.c | 4 ++-- drivers/block/fsl_sata.c | 2 +- include/configs/astro_mcf5373l.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions

[U-Boot] [PATCH] Fix typo: firstly -> first.

2015-11-24 Thread Vagrant Cascadian
Signed-off-by: Vagrant Cascadian --- drivers/block/ahci.c | 4 ++-- drivers/mtd/nand/pxa3xx_nand.c | 2 +- drivers/serial/serial.c| 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c index 734fdcc..5efa821 100644

Re: [U-Boot] [PATCH V2] arm: novena: Switch novena to config_distro_bootcmd

2015-11-25 Thread Vagrant Cascadian
On 2015-11-24, Marek Vasut wrote: > From: Vagrant Cascadian > > Switch Novena to distro bootcmd, so it can be used with debian easily. > > Signed-off-by: Vagrant Cascadian > Signed-off-by: Marek Vasut > Cc: Sean Cross > Cc: Stefano Babic > --- >

Re: [U-Boot] [PATCH] pmic: Fix pfuze100 bit definitions

2015-11-25 Thread Vagrant Cascadian
; Author: Peng Fan > Date: Fri Aug 7 16:43:45 2015 +0800 > > power: regulator: add pfuze100 support > > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Peng Fan > Cc: Przemyslaw Marczak > Cc: Tim Harvey > Cc: Vagrant Cascadian > --- > include/p

Re: [U-Boot] [PATCH v2] arm: socfpga: Enable load zImage and Linux DTB from USB

2015-11-27 Thread Vagrant Cascadian
On 2015-11-27, Marek Vasut wrote: > On Friday, November 27, 2015 at 01:23:34 PM, Chin Liang See wrote: >> On Fri, 2015-11-27 at 11:36 +0100, Marek Vasut wrote: >> > On Friday, November 27, 2015 at 03:36:42 AM, Chin Liang See wrote: >> > > Adding new environment usbload which will load zImage and >>

Re: [U-Boot] [PATCH] arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitions

2015-11-27 Thread Vagrant Cascadian
On 2015-11-26, Marek Vasut wrote: > The following patch changed the PFUZE100 swbst register bit definitions > and broke PMIC configuration on multiple boards, at least on the novena > and gw_ventana. This patch fixes it. Works on novena. Tested-by: Vagrant Cascadian live well,

Re: [U-Boot] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH

2015-09-24 Thread Vagrant Cascadian
On 2015-07-26, Paul Kocialkowski wrote: > In order to achieve reproducible builds in U-Boot, timestamps that are defined > at build-time have to be somewhat eliminated. The SOURCE_DATE_EPOCH > environment > variable allows setting a fixed value for those timestamps. ... > However, some other devic

Re: [U-Boot] [Reproducible-builds] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH

2015-09-30 Thread Vagrant Cascadian
On 2015-09-28, Paul Kocialkowski wrote: > Le jeudi 24 septembre 2015 à 09:05 -0700, Vagrant Cascadian a écrit : >> I think the use of "time = mktime(time_universal);" is where the problem >> lies: > > […] > >> According to the mktime manpage: >> >&

[U-Boot] [PATCH] Fix variation in timestamps caused by timezone differences.

2015-10-02 Thread Vagrant Cascadian
When building with SOURCE_DATE_EPOCH set, avoid use of mktime in default_image.c, which converts the timestamp into localtime. This causes variation based on timezone when building u-boot.img and u-boot-sunxi-with-spl.bin targets. Signed-off-by: Vagrant Cascadian --- tools/default_image.c | 6

Re: [U-Boot] [PATCH V2] arm: novena: Switch novena to config_distro_bootcmd

2015-12-12 Thread Vagrant Cascadian
On 2015-11-24, Marek Vasut wrote: > From: Vagrant Cascadian > > Switch Novena to distro bootcmd Anything remaining on this? Can we hope to see it in 2016.01? > so it can be used with debian easily. I suspect other distros would appreciate this too. :) live well, vagrant >

  1   2   3   4   >