Re: [PATCH] mvebu: Enable preboot start for pci/usb/scsi/nvme

2024-04-01 Thread Dennis Gilmore
Does anyone have an alternate email for Konstantin Porotchkin? he is listed as the maintainer for theESPRESSOBin BOARD. and his email is bouncing because his inbox is full. Dennis On Mon, Apr 1, 2024 at 8:40 PM Dennis Gilmore wrote: > > While preboot was enabled, it did not work as co

[PATCH] mvebu: Enable preboot start for pci/usb/scsi/nvme

2024-04-01 Thread Dennis Gilmore
-off-by: Dennis Gilmore --- configs/mvebu_espressobin-88f3720_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index 7ecf5ab0d64..f4f7a809609 100644 --- a/configs/mvebu_espressobin

Re: [PATCH v2 2/3] arm: mvebu: helios4_defconfig: enable setexpr command

2024-02-12 Thread Dennis Gilmore
helios4_defconfig > +++ b/configs/helios4_defconfig > @@ -44,7 +44,6 @@ CONFIG_CMD_MMC=y > CONFIG_CMD_PCI=y > CONFIG_CMD_SPI=y > CONFIG_CMD_USB=y > -# CONFIG_CMD_SETEXPR is not set > CONFIG_CMD_TFTPPUT=y > CONFIG_CMD_CACHE=y > CONFIG_CMD_TIME=y > > -- > 2.35.

Re: [PATCH 00/21] Qualcomm generic board support

2023-11-29 Thread Dennis Gilmore
A big benefit of using the full dtb in u-boot means it can be used to boot the system without the need to load a replacement file from disk or elsewhere, which, AFAIK is required for the System Ready standards and it definitely helps in cases like EFI booting. Dennis On Wed, Nov 29, 2023 at

Re: [PATCH v1 2/2] doc: board: starfive: Add more info about supported driver

2023-09-04 Thread Dennis Gilmore
On Tue, Aug 22, 2023 at 9:34 AM Shengyu Qu wrote: > Since PLDA PCIE driver is added and VL805 support is enabled in > defconfig for Starfive Visionfive 2, modify the document to keep > consistent. > > Signed-off-by: Shengyu Qu > Tested-by: Dennis Gilmore > ---

Re: [PATCH v1 1/2] configs: starfive: Enable PCIE auto enum and NVME/USB stuff for Starfive Visionfive 2

2023-09-04 Thread Dennis Gilmore
SB subsystem and scan nvme drive on boot. > > Signed-off-by: Shengyu Qu > Tested-by: Dennis Gilmore > --- > configs/starfive_visionfive2_defconfig | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/configs/starfive_visionfive2_defconfig > b

Re: [PATCH] Revert "spi: spi-uclass: Add support to manually relocate spi memory ops"

2021-07-24 Thread Dennis Gilmore
On Sat, Jul 24, 2021 at 11:03 AM Tom Rini wrote: > > On Fri, Jul 23, 2021 at 10:49:39PM -0500, Dennis Gilmore wrote: > > On Fri, Jul 23, 2021 at 10:25 PM Tom Rini wrote: > > > > > > On Fri, Jul 23, 2021 at 09:46:44PM -0500, Dennis Gilmore wrote: >

Re: [PATCH] Revert "spi: spi-uclass: Add support to manually relocate spi memory ops"

2021-07-23 Thread Dennis Gilmore
On Fri, Jul 23, 2021 at 10:25 PM Tom Rini wrote: > > On Fri, Jul 23, 2021 at 09:46:44PM -0500, Dennis Gilmore wrote: > > > removing the header is not sufficient to have the boards booting from SPI. > > > > U-Boot TPL 2021.07-00768-g49373a3334-dirty (Jul 23 2021 - 20:4

Re: [PATCH] Revert "spi: spi-uclass: Add support to manually relocate spi memory ops"

2021-07-23 Thread Dennis Gilmore
removing the header is not sufficient to have the boards booting from SPI. U-Boot TPL 2021.07-00768-g49373a3334-dirty (Jul 23 2021 - 20:42:57) Channel 0: LPDDR4, 50MHz BW=32 Col=10 Bk=8 CS0 Row=16/15 CS=1 Die BW=16 Size=2048MB Channel 1: LPDDR4, 50MHz BW=32 Col=10 Bk=8 CS0 Row=16/15 CS=1 Die

bug in SPI on rk3399 devices

2021-07-21 Thread Dennis Gilmore
I am not sure if it impacts non rk3399 devices or not, but on at least rk3399 devices after https://source.denx.de/u-boot/u-boot/-/commit/346df7d4fa62afc578d820b3a18815eec765074f was applied installing u-boot into SPI flash results in an unbootable system. SPL loads and runs, u-boot.itb is not

[PATCH] rk3399: Add basic support for helios64

2021-07-21 Thread Dennis Gilmore
From: Dennis Gilmore This is a stripped down version of the vendor U-Boot patch by Aditya Prayoga found in the armbian repository. This patch is enough to have the 1G ethernet port, the micro SD card, eMMC, PCIe and UART. It sets uart2 as the default outiput device. the defconfig file has been

Re: [PATCH] rk3399: Add basic support for helios64

2021-07-06 Thread Dennis Gilmore
I have been working on an updated version, I have cleaned up the config a lot as well as done some work to make the -u-boot.dtsi file smaller https://pagure.io/u-boot/c/2472db2eff8ba0fb262a0d0264aa9d9c7b3eca32?branch=helios64 is my current WIP patch, I have built it on top of updating the base

Re: [PATCH] rk3399: Add basic support for helios64

2021-03-05 Thread Dennis Gilmore
Hi Uwe, Not all of the new files have SPDX headers as well. There was a second submission of this patch set this week. Perhaps you can work with Christian on the support? Dennis On Sat, Feb 27, 2021 at 9:32 PM Dennis Gilmore wrote: > > On Fri, Feb 26, 2021 at 12:57 AM Uwe Kleine

Re: [PATCH v2] arm: Add support for Kobol Helios64 board

2021-03-02 Thread Dennis Gilmore
Uwe submitted this board last Thursday Dennis On Tue, Mar 2, 2021 at 10:46 AM Christian Glombek wrote: > > The hardware is described in detail on Kobol's wiki at > https://wiki.kobol.io/helios64/intro/. > > This commit is based on downstream work in Armbian by Aditya Prayoga [1]. > The

Re: [PATCH] rk3399: Add basic support for helios64

2021-02-27 Thread Dennis Gilmore
On Fri, Feb 26, 2021 at 12:57 AM Uwe Kleine-König wrote: > > Hi Dennis, > > thanks for your feedback. > > On 2/26/21 12:23 AM, Dennis Gilmore wrote: > > Thanks for submitting, I have been meaning to do so myself, I have > > been meaning to go through and try

Re: [PATCH] rk3399: Add basic support for helios64

2021-02-25 Thread Dennis Gilmore
Thanks for submitting, I have been meaning to do so myself, I have been meaning to go through and try get the dts files in a decent shape. I think that most of what is in arch/arm/dts/rk3399-kobol-helios64-u-boot.dtsi belongs in arch/arm/dts/rk3399-kobol-helios64.dts I also wonder if we shouldn't

Re: [V2 2/3] ARM: mvebu: helios4 dts changes to enable SPI

2021-02-10 Thread Dennis Gilmore
could I please get someone to review this patch Dennis On Tue, Dec 8, 2020 at 9:07 PM wrote: > > From: Dennis Gilmore > > Move all aliases defintions into the main dts file > Add u-boot definiton to i2c0 based on clearfog > set spi1 status to okay > > Signe

Re: [PATCH v2 2/2] board: imx8mp: add boot.cmd for distro boot on iMX8MP

2021-02-10 Thread Dennis Gilmore
Hi Stefano, I really do not think that this patch should have been merged. It is not the preferred way to boot distros and is left in for legacy support only. We probably should make it as such. Dennis On Sat, Jan 23, 2021 at 9:53 AM wrote: > > > From: Alice Guo > > Distro Boot requires a

Re: [EXT] Re: [PATCH v2 2/2] board: imx8mp: add boot.cmd for distro boot on iMX8MP

2020-12-18 Thread Dennis Gilmore
boot.scr is only in distro boot because prior to standardising in extlinux.conf or grub vie efi, distros provided boot.scr files that were tailored for each board with detailed staps and memory locations to load the kernel, dtb, and initramfs. the scripts were wrapped by mkimage and at this point

Re: [PATCH] arm: mvebu: armada-xp-gp.dts: Add spi0 alias

2020-12-11 Thread Dennis Gilmore
Tested-by: Dennis Gilmore On Fri, 2020-12-11 at 05:47 +0100, Stefan Roese wrote: > For correct spi bus detection the spi0 alias is needed in the DT. > Otherwise this error will ocurr in U-Boot: > > Invalid bus 0 (err=-19) > Failed to initialize SPI flash at 0:0 (error -19)

Re: [PATCH] arm: mvebu: Add armada-xp-gp-u-boot.dtsi for U-Boot properties

2020-12-11 Thread Dennis Gilmore
Tested-by: Dennis Gilmore On Thu, 2020-12-10 at 06:40 +0100, Stefan Roese wrote: > Add some missing "u-boot,dm-pre-reloc;" properties to UART0, SPI > controller and SPI NOR flash node to enable usage in SPL. Otherwise > these devices will not be available. > > Signed-o

Re: ARM: mvebu: enable SPI for helios4 and sata and uart images for clearfog

2020-12-09 Thread Dennis Gilmore
okay"; > + u-boot,dm-pre-reloc; with this dts change the serial port is registered correctly Dennis > }; > serial@12100 { > status = "okay"; > > > Thanks, > Stefan > -- Dennis Gilmore Multiple Architecture Portfolio Enablement T: +1-312-660-3523

Re: Boot Over Ehternet- Linux Server to Raspberry Pis- Using U-boot

2020-09-16 Thread Dennis Gilmore
u-boot also supports pxe booting using a syslinux config file https://github.com/u-boot/u-boot/blob/master/doc/README.pxe Dennis On Tue, Sep 15, 2020 at 5:43 PM Heinrich Schuchardt wrote: > > On 9/1/20 2:49 PM, Ahsan Zia (TAU) wrote: > > Hi All, > > > > I need some ideas regarding Boot Over

Re: [PATCH] defconfig: espressobin: enable NET_RANDOM_ETHADDR

2020-09-11 Thread Dennis Gilmore
I agree with Tom here, I have a few different systems that use this feature, it is useful. I think most if not all of the systems I have using it have Marvell SoC's Dennis On Fri, Sep 11, 2020 at 12:11 PM Tom Rini wrote: > > On Fri, Sep 11, 2020 at 06:47:02PM +0200, Andre Heider wrote: > > On

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

2020-09-03 Thread Dennis Gilmore
On Thu, Sep 3, 2020 at 3:24 PM Stephen Warren wrote: > > On 9/3/20 2:14 PM, Dennis Gilmore wrote: > > On Thu, Sep 3, 2020 at 2:15 PM Stephen Warren wrote: > >> > >> On 9/3/20 10:40 AM, Dennis Gilmore wrote: > >>> When testing builds provided in > >

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

2020-09-03 Thread Dennis Gilmore
On Thu, Sep 3, 2020 at 2:15 PM Stephen Warren wrote: > > On 9/3/20 10:40 AM, Dennis Gilmore wrote: > > When testing builds provided in https://github.com/openwrt/openwrt/pull/3360 > > I discovered that fdtfile was not set and as a result the firmware was not > > functio

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

2020-09-03 Thread Dennis Gilmore
When testing builds provided in https://github.com/openwrt/openwrt/pull/3360 I discovered that fdtfile was not set and as a result the firmware was not functional. So I am documenting what is needed. Signed-off-by: Dennis Gilmore Cc: Atish Patra Cc: Lukas Auer Cc: Tom Rini Cc: Masahiro

Re: U-Boot as ARM Coreboot Payload (for Chromebook Duet)

2020-08-03 Thread Dennis Gilmore
Simon, Is there a way to replace the firmware on those boards with u-boot? I have a Tegra, a rockchip, and a pair of Samsung Exynos based Chromebooks that are end of life for ChromeOS but are still quite useful hardware platforms if there was a way to replace entirely the bootloader with u-boot

Re: [PATCH v1 1/2] arm: mvebu: correct SPL boot configs for SPI/MMC

2020-04-18 Thread Dennis Gilmore
resending from a different email address as Gmail rejected my first attempt to send On Sat, Apr 18, 2020 at 9:18 AM Dennis Gilmore wrote: > > On Fri, Apr 17, 2020 at 2:19 AM Joel Johnson wrote: > > > > Update mvebu SPL boot selection mechanism for the move to driver model >

Re: [U-Boot] [PATCH] arm: mvebu: helios4: Enable CONFIG_BLK and CONFIG_DM_MMC

2019-05-29 Thread Dennis Gilmore
Reviewed-by: Dennis Gilmore Tested-by: Dennis Gilmore On Mon, May 20, 2019 at 2:53 AM Stefan Roese wrote: > > This patch enables CONFIG_BLK and CONFIG_DM_MMC on helios4 to remove > these compile warnings: > > = WARNING == > This

Re: [U-Boot] [PATCH v3 0/6] Update support for Helios4 board

2018-12-04 Thread Dennis Gilmore
Series Tested-By: Dennis Gilmore Reviewed-By: Dennis Gilmore El mié, 05-12-2018 a las 00:57 +0800, Aditya Prayoga escribió: > Hi everyone, > > This series add some missing peripheral support and fixed that was > implemented on U-Boot 2013.01 Marvell version: 2015_T1.0p16 > - hel

Re: [U-Boot] [PATCH 1/1] net: mvneta: Add GPIO configuration support

2018-12-04 Thread Dennis Gilmore
Tested-By: Dennis Gilmore El mié, 05-12-2018 a las 00:39 +0800, Aditya Prayoga escribió: > This patch add GPIO configuration support in mvneta driver. > Driver will handle PHY reset. GPIO pins should be set in device tree. > > Ported from mvpp2x > [https://patchwork.ozlabs.o

Re: [U-Boot] [PATCH 3/7] arm: mvebu: helios4: Enable I2C

2018-11-28 Thread Dennis Gilmore
El jue, 29-11-2018 a las 00:42 +0700, Aditya Prayoga escribió: > On Wed, Nov 28, 2018 at 8:44 PM Dennis Gilmore > wrote: > > On Wed, 2018-11-28 at 16:59 +0800, Aditya Prayoga wrote: > > > Enable Marvell I2C driver and set default bus to external I2C > > > bus. >

Re: [U-Boot] [PATCH 6/7] arm: mvebu: helios4: Enable SPI flash support

2018-11-28 Thread Dennis Gilmore
On Wed, 2018-11-28 at 17:00 +0800, Aditya Prayoga wrote: > Enable SPI flash support under U-Boot and SPL. The ENV size and > offset, > ported from U-Boot 2013.01 Marvell version: 2015_T1.0p16 > > To create U-Boot image for SPI flash, user would need to replace > * CONFIG_MVEBU_SPL_BOOT_DEVICE_MMC

Re: [U-Boot] [PATCH 3/7] arm: mvebu: helios4: Enable I2C

2018-11-28 Thread Dennis Gilmore
On Wed, 2018-11-28 at 16:59 +0800, Aditya Prayoga wrote: > Enable Marvell I2C driver and set default bus to external I2C bus. > Define I2C aliases in device tree so it can be recognized by the > driver. > > Signed-off-by: Aditya Prayoga > --- > arch/arm/dts/armada-388-helios4.dts | 2 ++ >

Re: [U-Boot] [PATCH 1/7] arm: mvebu: helios4: Update Load address

2018-11-28 Thread Dennis Gilmore
I would strongly prefer to keep the addresses consistent across platforms in u-boot. Is there bugs you are seeing as a result of this? Dennis On Wed, 2018-11-28 at 16:59 +0800, Aditya Prayoga wrote: > Use the values from U-Boot 2013.01 Marvell version: 2015_T1.0p16 > > Signed-off-by: Aditya

Re: [U-Boot] [PATCH 0/2] dm: Complete CONFIG_BLK migration

2018-11-19 Thread Dennis Gilmore
El mié, 27-06-2018 a las 17:40 -0400, Tom Rini escribió: > On Sat, Jun 23, 2018 at 07:59:30AM -0600, Simon Glass wrote: > > The time has come to migrate all boards to use CONFIG_BLK. This > > series > > is just a test to see what boards would have to be removed if we > > required > > CONFIG_BLK,

Re: [U-Boot] [PATCH v4 0/5] Add support for Pinebook

2018-11-05 Thread Dennis Gilmore
El sáb, 03-11-2018 a las 17:12 -0700, Vasily Khoruzhick escribió: > On Sat, Nov 3, 2018 at 2:15 PM André Przywara > wrote: > > On 11/3/18 8:19 PM, Vasily Khoruzhick wrote: > > > You need "allwinner" branch from this repo. > > > > I deliberately switched the standard branch away, since everything

Re: [U-Boot] [PATCH v4 0/5] Add support for Pinebook

2018-11-03 Thread Dennis Gilmore
is able to boot and the correct dtb is loaded. Tested-by: Dennis Gilmore El mar, 30-10-2018 a las 14:36 -0700, Vagrant Cascadian escribió: > Tested series applied to u-boot 2018.11-rc3 on pinebook, both with > reboot and cold boot. > > Thanks for all the work on it! > > Tested-by:

Re: [U-Boot] U-Boot and The Boot Loader Specification

2018-10-25 Thread Dennis Gilmore
El vie, 19-10-2018 a las 12:12 +0200, Wolfgang Denk escribió: > Dear Alexander, > > In message <118460556.a0Y5euKZZ7@ada> you wrote: > > > 864 /* > > > 865 * Keywords recognized. > > > 866 */ > > > 867 static const struct token keywords[] = { > > > 868 {"menu", T_MENU}, > > > 869

Re: [U-Boot] [PATCH 4/6] mvebu: select boot device at SoC level

2018-08-06 Thread Dennis Gilmore
te: >> Hi Dennis, >> >> Thanks for taking the time to look into this series. >> >> Dennis Gilmore writes: >>> this patch needs to be rebased on git master as it does not apply. >> >> The conflict is trivial for git to handle automatically on reba

Re: [U-Boot] [PATCH 4/6] mvebu: select boot device at SoC level

2018-07-31 Thread Dennis Gilmore
Hi Baruch, this patch needs to be rebased on git master as it does not apply. Thanks Dennis El lun, 18-06-2018 a las 21:56 +0300, Baruch Siach escribió: > Move the gdsys Controlcenter DC specific build time kwbimage.cfg > generation code into the mach-mvebu/ directory to be shared by all >

Re: [U-Boot] [PATCH 1/4] arm: mvebu: solidrun-microsom: update SPI flash compatible

2018-07-01 Thread Dennis Gilmore
El vie, 15-06-2018 a las 19:01 +0300, Baruch Siach escribió: > Hi Dennis, > > On Fri, Jun 15, 2018 at 10:40:20AM -0500, Dennis Gilmore wrote: > > On Thu, 2018-06-14 at 22:23 +0300, Baruch Siach wrote: > > > On Thu, Jun 14, 2018 at 02:10:31PM -0500, Dennis Gilmore wrote:

Re: [U-Boot] [PATCH 1/4] arm: mvebu: solidrun-microsom: update SPI flash compatible

2018-06-15 Thread Dennis Gilmore
On Thu, 2018-06-14 at 22:23 +0300, Baruch Siach wrote: > Hi Dennis, > > On Thu, Jun 14, 2018 at 02:10:31PM -0500, Dennis Gilmore wrote: > > running sf probe on one of my clearfogs with this set of patches > > applied I got > > > > SF: unrecognized JEDE

Re: [U-Boot] [PATCH 1/4] arm: mvebu: solidrun-microsom: update SPI flash compatible

2018-06-14 Thread Dennis Gilmore
running sf probe on one of my clearfogs with this set of patches applied I got SF: unrecognized JEDEC id bytes: ff, ff, ff Failed to initialize SPI flash at 1:0 (error -2) Dennis On Thu, 2018-06-14 at 18:17 +0300, Baruch Siach wrote: > Add the "spi-flash" compatible string so that the

Re: [U-Boot] [PATCH 2/4] arm: mvebu: clearfog: use the microsom .dtsi

2018-06-14 Thread Dennis Gilmore
Reviewed-by: Dennis Gilmore Tested-by: Dennis Gilmore On Thu, 2018-06-14 at 18:17 +0300, Baruch Siach wrote: > Use hardware description from the recently introduced microsom .dtsi > file to reduce duplication. > > Signed-off-by: Baruch Siach > --- > arch/arm/dts/armada-388

Re: [U-Boot] [PATCH 3/4] arm: mvebu: Better align Clearfog dts file with Linux kernel

2018-06-14 Thread Dennis Gilmore
Reviewed-by: Dennis Gilmore Tested-by: Dennis Gilmore On Thu, 2018-06-14 at 18:17 +0300, Baruch Siach wrote: > From: Jon Nettleton > > This makes changes so the u-boot dts file is structured more > similar to the mainline linux dtsi file. It provides a minimal > common dt

Re: [U-Boot] [PATCH 4/4] arm: mvebu: helios4: remove duplicate sdhci pins node

2018-06-14 Thread Dennis Gilmore
Reviewed-by: Dennis Gilmore Tested-by: Dennis Gilmore On Thu, 2018-06-14 at 18:17 +0300, Baruch Siach wrote: > The same pinctrl node appears in the solidrun-microsom dtsi. Use that > instead. > > Cc: Dennis Gilmore > Signed-off-by: Baruch Siach > --- > arch/arm/dts/a

Re: [U-Boot] [RFC] arm: mvebu: Add Helios4 Armada 38x initial support

2018-05-29 Thread Dennis Gilmore
El mar, 29-05-2018 a las 08:41 +0200, Stefan Roese escribió: > Hi Dennis, > > On 26.05.2018 22:02, dgilm...@redhat.com wrote: > > From: Dennis Gilmore > > > > The helios4 is built on the SolidRun Armada 38x SOM. > > Which specific SoM? https://www.solid-run

Re: [U-Boot] [PATCH 0/3] sunxi: Fix boot of Cubietruk and al.

2017-10-25 Thread Dennis Gilmore
El mié, 25-10-2017 a las 20:41 +0200, Karsten Merker escribió: > [CCing Vagrant Cascadian, the Debian U-Boot maintainer] > > On Wed, Oct 25, 2017 at 02:42:50PM +0100, Andre Przywara wrote: > > On 25/10/17 12:58, Siarhei Siamashka wrote: > > > On Tue, 24 Oct 2017 18:21:43 +0100 > > > Andre

Re: [U-Boot] [PATCH 0/3] sunxi: Fix boot of Cubietruk and al.

2017-10-24 Thread Dennis Gilmore
El lun, 23-10-2017 a las 09:35 +0200, Maxime Ripard escribió: > On Fri, Oct 20, 2017 at 04:33:57PM -0500, Dennis Gilmore wrote: > > El jue, 19-10-2017 a las 16:58 +0200, Maxime Ripard escribió: > > > On Thu, Oct 19, 2017 at 03:42:11PM +0100, Andre Przywara wrote: > > > &

Re: [U-Boot] [PATCH 0/3] sunxi: Fix boot of Cubietruk and al.

2017-10-20 Thread Dennis Gilmore
El jue, 19-10-2017 a las 16:58 +0200, Maxime Ripard escribió: > On Thu, Oct 19, 2017 at 03:42:11PM +0100, Andre Przywara wrote: > > Hi, > > > > On 19/10/17 14:24, Maxime Ripard wrote: > > > On Thu, Oct 19, 2017 at 02:03:55PM +0100, Andre Przywara wrote: > > > > Hi, > > > > > > > > On 19/10/17

Re: [U-Boot] [PATCH 0/3] sunxi: Fix boot of Cubietruk and al.

2017-10-20 Thread Dennis Gilmore
El jue, 19-10-2017 a las 15:24 +0200, Maxime Ripard escribió: > On Thu, Oct 19, 2017 at 02:03:55PM +0100, Andre Przywara wrote: > > Hi, > > > > On 19/10/17 09:26, Maxime Ripard wrote: > > > Hi, > > > > > > Most featureful boards, such as the Cubietruck, have been broken > > > since > > > the

Re: [U-Boot] [PATCH] detect and setup solidrun hummingboard2

2017-08-24 Thread Dennis Gilmore
El jue, 24-08-2017 a las 12:45 -0300, Fabio Estevam escribió: > Hi Dennis, > > On Thu, Aug 24, 2017 at 12:34 PM, Dennis Gilmore <den...@ausil.us> > wrote: > > > "findfdt="\ > > + "if test $board_na

[U-Boot] [PATCH] detect and setup solidrun hummingboard2

2017-08-24 Thread Dennis Gilmore
imx6 solo and 512mb of ram. Signed-off-by: Dennis Gilmore <dgilm...@redhat.com> --- board/solidrun/mx6cuboxi/mx6cuboxi.c | 35 +-- include/configs/mx6cuboxi.h | 4 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/board/solidrun/mx6

[U-Boot] [PATCH] detect and setup solidrun hummingboard2

2017-08-24 Thread Dennis Gilmore
imx6 solo and 512mb of ram. Signed-off-by: Dennis Gilmore <dgilm...@redhat.com> --- board/solidrun/mx6cuboxi/mx6cuboxi.c | 33 - include/configs/mx6cuboxi.h | 4 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/board/solidrun/mx6

Re: [U-Boot] [PATCH] mx6ul_evk: Remove SPL support

2016-04-21 Thread Dennis Gilmore
On Tuesday, April 19, 2016 10:11:37 PM CDT Stefano Babic wrote: > Hi Fabio, > > On 19/04/2016 17:19, Fabio Estevam wrote: > > Currently mx6ul evk fails to boot with some SD cards such as > > SanDisk microSD HC - 8GB: > > > > U-Boot SPL 2016.05-rc1-28384-g108f841 (Apr 19 2016 - 11:19:11) > >

Re: [U-Boot] [PATCH] sunxi: Add support for Cubietruck Plus

2016-03-19 Thread Dennis Gilmore
On Saturday, March 19, 2016 5:43:52 PM CDT Dennis Gilmore wrote: > Hans, > > What is the status of this patch? > > Dennis With the patch applied building for Cubietruck_plus fails with ld.bfd -pie --gc-sections -Bstatic -Ttext 0x4a00 -o u-boot -T u- boot.lds arc

Re: [U-Boot] [PATCH] sunxi: Add support for Cubietruck Plus

2016-03-19 Thread Dennis Gilmore
Hans, What is the status of this patch? Dennis On Wednesday, January 27, 2016 4:34:44 PM CDT Chen-Yu Tsai wrote: > Cubietruck Plus is a A83T/H8 based development board. The board has > standard DDR3 SDRAM, AXP818 PMIC/codec, SD/MMC, eMMC, USB 2.0 host > via HSIC USB Hub, USB OTG, SATA via USB

[U-Boot] [PATCH] arm: mvebu: enable generic distro boot config

2016-01-14 Thread Dennis Gilmore
Switch all of the mvebu boards to support disto generic booting This will enable Fedora, Debian and other distros to support mvebu systems easier. Tested on SolidRun ClearFog Signed-off-by: Dennis Gilmore <dgilm...@redhat.com> --- include/configs/clearfog.h | 5 --- include/configs/mv-co

Re: [U-Boot] [PATCH 0/9] EFI payload / application support

2016-01-04 Thread Dennis Gilmore
On Monday, January 04, 2016 02:54:40 PM Tom Rini wrote: > On Mon, Jan 04, 2016 at 07:41:42PM +0100, Andreas Färber wrote: > > Am 04.01.2016 um 19:03 schrieb Andreas Färber: > > > Am 04.01.2016 um 17:56 schrieb Tom Rini: > > >> Please note that with the generic distro framework U-Boot will grok > >

Re: [U-Boot] [PATCH] arm: mvebu: Add SolidRun ClearFog Armada 38x initial support

2015-12-13 Thread Dennis Gilmore
Trying to test this I have hit an error with CONFIG_PHY_ADDR not defined. I am guessing that I am missing some other sets of patches. digging through patchwork I am not able to figure it out. there is a bunch of patches in patchwork that say they are in NEW state however they are in the tree

Re: [U-Boot] [ANN] U-Boot v2015.10-rc5 released

2015-11-04 Thread Dennis Gilmore
On Thursday, October 15, 2015 04:55:55 PM Tom Rini wrote: > On Thu, Oct 15, 2015 at 03:52:08AM +0200, Andreas Färber wrote: > > Am 15.10.2015 um 02:40 schrieb Tom Rini: > > > On Thu, Oct 15, 2015 at 02:28:34AM +0200, Andreas Färber wrote: > > >> Am 12.10.2015 um 17:18 schrieb Tom Rini: > > >>> If

[U-Boot] [PATCH 3/3] port vexpress to use distro boot commands

2015-06-28 Thread Dennis Gilmore
remove options defined in the distro defaults add distro bot commands set scriptaddr value Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/vexpress_common.h | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/include/configs

[U-Boot] [PATCH 2/3] Move setting CONFIG_BOOTP_VCI_STRING to before including the vexpress-common header

2015-06-28 Thread Dennis Gilmore
Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/vexpress_ca15_tc2.h | 2 +- include/configs/vexpress_ca5x2.h| 2 +- include/configs/vexpress_ca9x4.h| 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/vexpress_ca15_tc2.h b/include

[U-Boot] Setting up vexpress u-boot for distro configs and use in virt

2015-06-28 Thread Dennis Gilmore
Hi all, The attached patches fix up a minor noise issue if a board defines its own value for CONFIG_BOOTP_VCI_STRING, makes sure we do not hit any noise on vexpress and port to the distro boot configs while maintaining the existing boot setup. I have built and tested for vexpress_ca15_tc2 using

[U-Boot] [PATCH 1/3] PXE: if a board has set its own value for CONFIG_BOOTP_VCI_STRING do not set the default one. Use the board set value instead

2015-06-28 Thread Dennis Gilmore
Signed-off-by: Dennis Gilmore den...@ausil.us --- include/config_distro_defaults.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index bd8fbca..d8165cc 100644 --- a/include/config_distro_defaults.h +++ b/include

Re: [U-Boot] [PATCH v2 00/16] tegra: Expand Nyan-big support

2015-06-27 Thread Dennis Gilmore
On Sunday, June 07, 2015 06:55:36 PM Simon Glass wrote: Hi Tom, On 5 June 2015 at 16:27, Tom Warren twar...@nvidia.com wrote: Simon, Applied to u-boot-tegra/master, then I rebased against u-boot/master and uploaded it back to denx.de/u-boot-tegra/master. ./MAKEALL -s tegra works

Re: [U-Boot] [PATCH v4 6/9] config_distro_bootcmd.h: Add shared block definition for the host interface

2015-04-13 Thread Dennis Gilmore
Acked-by: Stephen Warren swar...@nvidia.com Acked-by : Dennis Gilmore den...@ausil.us --- Changes in v4: None Changes in v3: None Changes in v2: None include/config_distro_bootcmd.h | 13 + 1 file changed, 13 insertions(+) diff --git a/include/config_distro_bootcmd.h b

Re: [U-Boot] [PATCH V2] add README.distro file

2015-01-12 Thread Dennis Gilmore
On Mon, 12 Jan 2015 20:57:29 +0100 Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: On Mon, 2015-01-12 at 17:57 +, Ian Campbell wrote: On Mon, 2015-01-12 at 10:34 -0700, Stephen Warren wrote: * boot.scr must be generated (to boot.scr.uimg) using bootloader-specific tools, rather

Re: [U-Boot] [PATCH 3/4] config_distro_bootcmd: Scan all partitions for boot files

2015-01-12 Thread Dennis Gilmore
On Mon, 12 Jan 2015 10:42:27 -0700 Stephen Warren swar...@wwwdotorg.org wrote: On 01/10/2015 11:27 AM, Dennis Gilmore wrote: On Tue, 06 Jan 2015 17:43:19 -0700 Stephen Warren swar...@wwwdotorg.org wrote: (CCing Dennis so he can comment from a distro perspective re: partition table

Re: [U-Boot] [PATCH 3/4] config_distro_bootcmd: Scan all partitions for boot files

2015-01-10 Thread Dennis Gilmore
On Wed, 07 Jan 2015 12:46:20 +0100 Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: This is about the default setup though, it would be really nice to get consistent behaviour. I would be inclined to say that the defaults should conservatively try the internal/main storage first

Re: [U-Boot] [PATCH 3/4] config_distro_bootcmd: Scan all partitions for boot files

2015-01-10 Thread Dennis Gilmore
On Tue, 06 Jan 2015 17:43:19 -0700 Stephen Warren swar...@wwwdotorg.org wrote: (CCing Dennis so he can comment from a distro perspective re: partition table bootable flags v.s. scanning all partitions) On 01/06/2015 10:07 AM, Sjoerd Simons wrote: On Mon, 2015-01-05 at 13:24 -0700, Stephen

Re: [U-Boot] [PATCH V2] add README.distro file

2015-01-10 Thread Dennis Gilmore
On Mon, 05 Jan 2015 12:55:46 -0700 Stephen Warren swar...@wwwdotorg.org wrote: On 12/28/2014 03:09 AM, Ian Campbell wrote: On Mon, 2014-12-22 at 13:46 -0700, Stephen Warren wrote: [...] + +The U-Boot syslinux and pxe boot commands require a number of environment +variables be set.

Re: [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_dis

2014-10-26 Thread Dennis Gilmore
On Fri, 3 Oct 2014 15:08:43 -0700 Vagrant Cascadian vagr...@debian.org wrote: Signed-off-by: Vagrant Cascadian vagr...@debian.org --- include/configs/am335x_evm.h | 26 +- include/configs/ti_armv7_common.h | 1 + 2 files changed, 18 insertions(+), 9

[U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
Hi all, The default environment for the wandboard does not specify the speed for the console. I have an open bug in Fedora[1] I am curious if there was a particular reason why the speed is not set, or if i should just send in a patch to change it? I really do not want to carry a patch around

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
On Wed, 13 Aug 2014 15:00:43 -0300 Fabio Estevam feste...@gmail.com wrote: On Wed, Aug 13, 2014 at 2:55 PM, Dennis Gilmore den...@ausil.us wrote: Hi all, The default environment for the wandboard does not specify the speed for the console. I have an open bug in Fedora[1] I am curious

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
On Wed, 13 Aug 2014 15:33:43 -0300 Fabio Estevam feste...@gmail.com wrote: On Wed, Aug 13, 2014 at 3:30 PM, Dennis Gilmore den...@ausil.us wrote: must have changed recentlyish we are using 2014.04 and it's console=ttymxc0 im in the process of updating to 2014.10 so i guess its a non

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-12 Thread Dennis Gilmore
On Tue, 12 Aug 2014 19:29:02 +0200 Jeroen Hofstee jer...@myspectrum.nl wrote: Hello Stephan, On 11-08-14 20:55, Stephen Warren wrote: snip No, Linux distros need to be able to install a single bootloader configuration file to tell the bootloader how to boot. Don't understand

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-10 Thread Dennis Gilmore
On Wed, 06 Aug 2014 10:01:09 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 07/30/2014 04:37 PM, Stephen Warren wrote: From: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network

Re: [U-Boot] [PATCH 1/3] config: introduce a generic $bootcmd

2014-08-04 Thread Dennis Gilmore
: Dennis Gilmore den...@ausil.us This generic $bootcmd, and associated support macros, automatically searches a defined set of storage devices (or network protocols) for an extlinux configuration file or U-Boot boot script in various standardized locations. Distros that install

Re: [U-Boot] [PATCH 7/7] sunxi: Add environment settings to make extlinux.conf booting work

2014-08-01 Thread Dennis Gilmore
On Fri, 01 Aug 2014 12:57:31 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 08/01/2014 01:46 AM, Hans de Goede wrote: Automatic booting using an extlinux.conf file requires various environment variables to be set. Acked-by: Stephen Warren swar...@nvidia.com I'd personally be

Re: [U-Boot] [PATCH 7/7] sunxi: Add environment settings to make extlinux.conf booting work

2014-08-01 Thread Dennis Gilmore
On Fri, 01 Aug 2014 14:22:40 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 08/01/2014 02:05 PM, Dennis Gilmore wrote: On Fri, 01 Aug 2014 12:57:31 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 08/01/2014 01:46 AM, Hans de Goede wrote: Automatic booting using

Re: [U-Boot] [PATCH v4 00/10] ARMv7: add PSCI support to U-Boot

2014-04-26 Thread Dennis Gilmore
On Sat, 26 Apr 2014 13:17:01 +0100 Marc Zyngier marc.zyng...@arm.com wrote: PSCI is an ARM standard that provides a generic interface that supervisory software can use to manage power in the following situations: - Core idle management - CPU hotplug - big.LITTLE migration models - System

Re: [U-Boot] [PATCH v4 00/10] ARMv7: add PSCI support to U-Boot

2014-04-26 Thread Dennis Gilmore
On Sat, 26 Apr 2014 17:31:03 +0100 Marc Zyngier marc.zyng...@arm.com wrote: On 2014-04-26 15:24, Dennis Gilmore wrote: On Sat, 26 Apr 2014 13:17:01 +0100 Marc Zyngier marc.zyng...@arm.com wrote: PSCI is an ARM standard that provides a generic interface that supervisory software can use

Re: [U-Boot] config: enable CONFIG_API in distro config

2014-04-21 Thread Dennis Gilmore
On Sun, 20 Apr 2014 09:55:53 -0700 Simon Glass s...@chromium.org wrote: Hi Dennis, On 19 April 2014 08:42, Dennis Gilmore den...@ausil.us wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 19 Apr 2014 15:01:40 +0100 Ian Campbell i...@hellion.org.uk wrote: On Fri

Re: [U-Boot] [PATCH 1/3] TI: Add, use a DEFAULT_LINUX_BOOT_ENV environment string

2014-03-20 Thread Dennis Gilmore
...@ti.com Tested-by: Dennis Gilmore dgilm...@redhat.com Reviewed-By: Dennis Gilmore dgilm...@redhat.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/3] am335x_evm: Update the ramdisk args, we pass things in just fine via DT

2014-03-20 Thread Dennis Gilmore
=/dev/ram0 rw\0 \ ramrootfstype=ext2\0 \ mmcargs=setenv bootargs console=${console} \ ${optargs} \ Reviewed-By: Dennis Gilmore dgilm...@redhat.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PATCH 3/3] am43xx_evm: Update the ramdisk args, we pass things in just fine via DT

2014-03-20 Thread Dennis Gilmore
\ ramrootfstype=ext2\0 \ mmcargs=setenv bootargs console=${console} \ ${optargs} \ Reviewed-By: Dennis Gilmore dgilm...@redhat.com ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 0/6] unified boot environment

2014-03-20 Thread Dennis Gilmore
Hi All, The attached patches build on the work for generic distro config, as well as Stephen Warrens implementation for tegra. They depend on Toms Patches to move ti to using DEFAULT_LINUX_BOOT_ENV on TI systems. There is a README file to describe how to convert a system. I have added a header

[U-Boot] [PATCH 1/6] add README.distro file

2014-03-20 Thread Dennis Gilmore
Add documentation on how to setup a system to use the generic distro configs and boot commands. This spells out what is needed to make a system conformant, but does not limit the board to only the defaults. Signed-off-by: Dennis Gilmore den...@ausil.us --- doc/README.distro | 76

[U-Boot] [PATCH 5/6] move pandaboard over to use the generic distro configuation and environment

2014-03-20 Thread Dennis Gilmore
port pandaboard to use the generic distro configuation. remove duplicated config options, clean up the environment, include new environment. Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/omap4_panda.h | 2 -- include/configs/ti_omap4_common.h | 37

[U-Boot] [PATCH 2/6] add header with a generic set of boot commands defined.

2014-03-20 Thread Dennis Gilmore
type of storage that comes along. An ideal future enhancement will be to allow the user to dynamically reorder the boot devices, and allow one off boots. for example simply be able to pxe boot to reinstall Signed-off-by: Dennis Gilmore den...@ausil.us --- include/config_distro_bootcmd.h | 208

[U-Boot] [PATCH 4/6] move beagleboard over to use the generic distro configuation and environment

2014-03-20 Thread Dennis Gilmore
port beagleboard to use the generic distro configuation. remove duplicated config options, clean up the environment, include new environment. Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/am335x_evm.h | 62 +-- include/configs

[U-Boot] [PATCH 6/6] pxe: additionaly check for fdt_file env variable

2014-03-20 Thread Dennis Gilmore
some boards have used fdt_file while others have used fdtfile to define the name of the fdt file. If we do notget a fdtfile environment variable, additionally check for fdt_file. Signed-off-by: Dennis Gilmore den...@ausil.us --- common/cmd_pxe.c | 7 +++ 1 file changed, 7 insertions(+) diff

[U-Boot] [PATCH 3/6] move wandboard over to use the generic distro configuation and environment

2014-03-20 Thread Dennis Gilmore
port wandboard to use the generic distro configuation. remove duplicated config options, clean up the environment, include new environment. Signed-off-by: Dennis Gilmore den...@ausil.us --- include/configs/wandboard.h | 92 +++-- 1 file changed, 14

Re: [U-Boot] [PATCH v1 0/9] sunxi: initial upstreamining effort

2014-03-14 Thread Dennis Gilmore
On Fri, 14 Mar 2014 10:16:42 -0400 Tom Rini tr...@ti.com wrote: On Fri, Mar 14, 2014 at 10:33:32AM +, Ian Campbell wrote: Hi, This is my first cut at an upstreamable series based upon the https://github.com/linux-sunxi/u-boot-sunxi.git#sunxi tree. The intention is to present a

[U-Boot] unable to build tools with 2014.04-rc2 for x86

2014-03-12 Thread Dennis Gilmore
Hi, to date I have been doing a make tools on x86 builds without doing any configuration to build mkimage for use on x86 hosts. with 2014.04-rc2 the build fails with make tools Makefile:485: *** System not configured - see README. Stop. As there is no x86 configs I can not select one, and if I

Re: [U-Boot] unable to build tools with 2014.04-rc2 for x86

2014-03-12 Thread Dennis Gilmore
On Thu, 13 Mar 2014 12:47:16 +0900 Masahiro Yamada yamad...@jp.panasonic.com wrote: Hello Dennis, So the question is how am I supposed to build mkimage for x86? I think make CROSS_COMPILE=arm-linxu-gnu- sheevaplug_config tools will work for you. tools/ is built for host

Re: [U-Boot] [RFC PATCH 1/3] add file with a default boot environment based heavily on Stephen Warrens recent tegra work.

2014-02-22 Thread Dennis Gilmore
On Wed, 19 Feb 2014 10:40:15 -0700 Stephen Warren swar...@wwwdotorg.org wrote: On 02/17/2014 10:56 AM, Dennis Gilmore wrote: Signed-off-by: Dennis Gilmore den...@ausil.us Patch description? I failed in my rush to get it out for feedback. diff --git a/include/config_distro_bootcmd.h b

  1   2   >