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 comman

[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
I am curious about your use cases for this. as ideally all systems use the generic distro boot paths and it is not needed for them. Dennis On Fri, Feb 2, 2024 at 9:13 AM Josua Mayer wrote: > Update the helios4 defconfig to enable the 'setexpr' command, which is a > defaul

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 10

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
art USB 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 &

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 BW=16

bug in SPI on rk3399 devices

2021-07-21 Thread Dennis Gilmore
found and the boot hangs. I am looking into it but would appreciate more eyes on it. Dennis

[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
-dgilm...@redhat.com/ Dennis On Fri, Jun 25, 2021 at 4:32 AM Florian Klink wrote: > > >It boots fine with current Fedora IoT 34 nightlies, but kernel crashes are > >very regular (sometimes recoverable, sometimes not), which looks to me like > >the same problem that Armbian b

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 Adity

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
x27;t default to building an image for use in the SPI flash since the system has it available. Dennis On Thu, Feb 25, 2021 at 3:14 PM Uwe Kleine-König wrote: > > This is a stripped down version of the vendor U-Boot patch by Aditya > Prayoga found in the armbian repository. This patc

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 Bo

Re: [PATCH] drivers: mmc: support secure erase.

2021-01-01 Thread dennis laplacian1
mmc_berase and print an error message only in this function. What do you think? ‫בתאריך יום ב׳, 28 בדצמ׳ 2020 ב-0:39 מאת ‪Jaehoon Chung‬‏ <‪ jh80.ch...@samsung.com‬‏>:‬ > Hi Dennis, > > On 12/26/20 5:44 PM, dennis laplacian1 wrote: > > Hi Jaehoon Chung, > > for your comment:

Re: [PATCH] drivers: mmc: support secure erase.

2020-12-26 Thread dennis laplacian1
Hi Jaehoon Chung, for your comment: "ditto. if (IS_ENABLED()) instead of #if. And i don't know why doesn't check this in mmc_erase_t(). Then it doesn't need to pass arg as argument." I check the support of secure erase in the mmc_berase and not in mmc_erase_t because mmc_erase_t is called multiple

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

2020-12-18 Thread Dennis Gilmore
I would consider it to be a legacy thing that possibly should be considered for deprecation. grub, extlinux, or boot.scr should all be provided by the distro. u-boot just nees to load whats provided. Dennis On Fri, Dec 18, 2020 at 5:11 AM Alice Guo (OSS) wrote: > > > > > -O

[PATCH] drivers: mmc: support secure erase.

2020-12-18 Thread dennis
According to the JEDEC Standard, eMMC v4.4 cards can supoort secure erase. the first bit in ext_csd[EXT_CSD_SEC_FEATURE_SUPPORT] - EXT_CSD_SEC_ER_EN is used to check if secure erase supoort by the device. Signed-off-by: dennis --- drivers/mmc/Kconfig | 8 drivers/mmc/mmc.c

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
On Wed, Dec 9, 2020 at 7:57 AM Stefan Roese wrote: > > Hi Dennis, > > On 09.12.20 04:07, dgilm...@redhat.com wrote: > > In an effort to build SPI images for clearfog and helios4 I needed to make > > some > > minor changes to the dts and Kconfig for the helios4 a

U-Boot 2020.07 seems confused by valid GPT partition tables

2020-11-04 Thread Dennis Clarke
d 9968 (-bash) deimos_rv64gc$ deimos_rv64gc$ Is there an update to u-boot that recognizes the valid GPT partition labels ? -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken GreyBeard and suspenders optional

cannot build uboot for Coral board. Missing spl/u-boot-spl-ddr.bin

2020-10-07 Thread Dennis C
Hi everyone, I am new to this group, and I am reaching out to see if anyone can help me with building the uboot for the Google Coral board. Here is what I did on my Ubuntu 20.04: $ git clone https://coral.googlesource.com/uboot-imx $ make ARCH=arm64 mx8mq_phanbell_defconfig $ make CROSS_COMPILE=

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 i

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 wr

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
I could have hardware running supported operating systems. Dennis On Sun, Aug 2, 2020 at 10:00 PM Simon Glass wrote: > > Hi Matthew, > > On Sun, 2 Aug 2020 at 20:17, Matthew Grochowalski wrote: > > > > Hello, > > > > Reading > > https://chromium

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
}; > }; > }; > + > +&w25q32 { > + status = "okay"; > + u-boot,dm-spl; > +}; same as above the u-boot bit should go in a armada-388-helios4-u- boot.dts file and the generic bits in the upstream kernel dts file. Dennis > diff --git a/configs/he

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

2018-11-28 Thread Dennis Gilmore
rch/arm/dts/armada-388-helios4.dts > @@ -24,6 +24,8 @@ > aliases { > /* So that mvebu u-boot can update the MAC addresses */ > ethernet1 = ð0; > + i2c0 = &i2c0; > + i2c1 = &i2c1; have you sent the dts changes t

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-b

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

2018-11-19 Thread Dennis Gilmore
R_DDRCLK133_SECURE > > T1024RDB_SECURE_BOOT P5040DS_NAND_SECURE_BOOT P1010RDB- > > PA_36BIT_NAND_SECBOOT > > T1042RDB_PI_NAND_SECURE_BOOT T1040RDB_SECURE_BOOT > > T1040D4RDB_SECURE_BOOT > > BSC9132QDS_NAND_DDRCLK100_SECURE P1010RDB-PB_NOR_SECBOOT &

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

2018-11-05 Thread Dennis Gilmore
es!): > > https://github.com/ARM-Software/arm-trusted-firmware.git > > > > You might need the latest DT in U-Boot (patches are queued, AFAIK) > > to > > let ATF know about your PMIC requirements. > > Thanks, I just tested it - and my patches work fine w

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

2018-11-03 Thread Dennis Gilmore
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
ndling of include files. It assumes > we're using > 451 * pxe, and does a tftp download of a file listed as an include > file in the > 452 * middle of the parsing operation. That could be handled by > refactoring it to > 453 * take a 'include file getter' function.

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

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 JEDEC i

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 strin

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 dts th

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

[U-Boot] u-boot linker problem

2018-05-14 Thread Dennis Jacobs
another possible solution? Great thanks for all help of the u-boot mailing list Kind regards, Dennis Jacobs ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] u-boot problem - Unknown commands

2018-05-03 Thread Dennis Jacobs
if 199 200 /* Pre eXecution Environment (PXE) support*/ 201 #define CONFIG_CMD_PXE 202 #define CONFIG_BOOTP_PXE 203 #define CONFIG_MENU 204 #define CONFIG_BOOTP_PXE_CLIENTARCH 0x100 205 #define CONFIG_BOOTP_VCI_STRING "U-boot.armv7.armada_xp" Kind regards, Dennis Jacobs Designer

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

2017-10-25 Thread Dennis Gilmore
e environment onto a FAT partition would > surely cause problems when upgrading an existing system to a > newer u-boot version. > > uEnv.txt is AFAICS not used by mainline u-boot at all, at least > on sunxi-based systems. Fedora does not use or support

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
env > > > default -a; saveenv' all the time ? > > > > > > I know I don't. > > > > Well, I never use the saved environment and always expected some > > user or > > board specific environment to come from some file (boot.scr or > > something > > loaded via TFTP). But that's just my personal use, hence I was > > asking. > > Well, even if you want to boot to tftp, you'll need to have some > setup > to do, even just to use a different server IP, and that will be in > the > environment. I personally just use pxe boot dhcp pxe get pxe boot and pick the right option. nothing needed on the client side. Dennis ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

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

2017-10-20 Thread Dennis Gilmore
n) > > All of them, I guess. In your U-boot upgrade script, do you do a 'env > default -a; saveenv' all the time ? > > I know I don't. I personally do not do anything to the environment ever if I can help it. I rely on u-boot having the smarts to just do the right thing and boot my system for me. if the environment moves, as I use the defaults it will just continue to work. Dennis ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

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 > wrote: > > > "findfdt="\ > > + "if test $board_name = HUMMINGB

[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 --- board/solidrun/mx6cuboxi/mx6cuboxi.c | 35 +-- include/configs/mx6cuboxi.h | 4 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/board/solidrun/mx6cuboxi/mx6cuboxi.c b/board

[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 --- board/solidrun/mx6cuboxi/mx6cuboxi.c | 33 - include/configs/mx6cuboxi.h | 4 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/board/solidrun/mx6cuboxi/mx6cuboxi.c b/board

[U-Boot] [U-BOOT] [ERROR] Trouble Building uboot for A10s Allwinner red-brick

2016-07-29 Thread Dennis Eberstein
ve the time to do the update yet. So now I am on it, because I want to run my favourite distro on it. And that would need a halfway actual Kernel. More something like 4.x not 3.x what the have. Best regards Dennis# # Automatically generated file; DO NOT EDIT. # U-Boot 2016.07 Configuration #

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

2016-04-21 Thread Dennis Gilmore
> - writel(0x, &ccm->CCGR3); > > - writel(0x, &ccm->CCGR4); > > - writel(0x, &ccm->CCGR5); > > - writel(0x, &ccm->CCGR6); > > - writel(0x, &ccm->CCGR7); > > -} > > - > > -static void spl_dram_init(void) > > -{ > > - mx6ul_dram_iocfg(mem_ddr.width, &mx6_ddr_ioregs, &mx6_grp_ioregs); > > - mx6_dram_cfg(&ddr_sysinfo, &mx6_mmcd_calib, &mem_ddr); > > -} > > - > > -void board_init_f(ulong dummy) > > -{ > > - /* setup AIPS and disable watchdog */ > > - arch_cpu_init(); > > - > > - ccgr_init(); > > - > > - /* iomux and setup of i2c */ > > - board_early_init_f(); > > - > > - /* setup GP timer */ > > - timer_init(); > > - > > - /* UART clocks enabled and gd valid - init serial console */ > > - preloader_console_init(); > > - > > - /* DDR initialization */ > > - spl_dram_init(); > > - > > - /* Clear the BSS. */ > > - memset(__bss_start, 0, __bss_end - __bss_start); > > - > > - /* load/boot image from boot device */ > > - board_init_r(NULL, 0); > > -} > > -#endif > > diff --git a/configs/mx6ul_14x14_evk_defconfig > > b/configs/mx6ul_14x14_evk_defconfig index 77d78e7..cdd8446 100644 > > --- a/configs/mx6ul_14x14_evk_defconfig > > +++ b/configs/mx6ul_14x14_evk_defconfig > > @@ -1,8 +1,7 @@ > > > > CONFIG_ARM=y > > CONFIG_ARCH_MX6=y > > CONFIG_TARGET_MX6UL_14X14_EVK=y > > > > -CONFIG_SPL=y > > -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg" > > +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ul_14x14_evk/imxi > > mage.cfg"> > > CONFIG_CMD_GPIO=y > > CONFIG_CMD_DHCP=y > > CONFIG_CMD_PING=y > > I disagree on this - SPL should be fixed, not removed. > > Best regards, > Stefano Babic ack, I agree that SPL should be fixed Dennis ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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, SAT

[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 --- include/configs/clearfog.h | 5 --- include/configs/mv-common.h | 86

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

2016-01-04 Thread Dennis Gilmore
k off GRUB2) needs to fit in with the framework that > other distros have already adapted to. Or heck, maybe you can convince > them to switch over to this instead? Hans or Dennis, what do you think? not opposed to it, but it is not something that we have evaluated, I know debian h

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

2015-12-13 Thread Dennis Gilmore
so not labeled correctly. Any clues as to which patch sets this depends on are appreciated. Dennis On Friday, November 27, 2015 04:15:17 PM Stefan Roese wrote: > This patch adds basic support for the SolidRun ClearFog Armada 38x based > board to mainline U-Boot. Supported interfaces / d

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

2015-11-04 Thread Dennis Gilmore
ot carry it around in > > decaying state. ;) > > So as Wolfgang brought up, FreeBSD uses CONFIG_API so some care must be > taken here, but we need to cover things a lot better than we do today. the reason we did not look at grub was that it needed hard coded values, so you would need different grub builds for different boards. and a whole world of extra pain, and no one was actively working on the arm port of grub. u-boot had the extlinux support built in. though I need to find time to extend it a bit. Dennis ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[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 --- 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 --- 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/configs

[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 --- 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

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

2015-06-28 Thread Dennis Gilmore
. The answer may well be to make a virt specific u-boot that can set the amount of ram, cpu, etc based on what qemu tells it is there. Regards Dennis ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2015-06-27 Thread Dennis Gilmore
me. Trying to test this out and I think I am missing something in how to get it installed so it just works. is there some docs somewhere on how to get it installed? Dennis ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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
n Warren Acked-by : Dennis Gilmore > --- > > 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/include/con

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

2015-01-12 Thread Dennis Gilmore
reator which is the tool we use to make disk images writes out correct extlinux.conf files for both x86 and arm from a end user perspective the experience is similar but not quite exactly the same. longer term id like to use u-boots menu code to offer up a menu to select the kernel and add edi

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 wrote: > On 01/10/2015 11:27 AM, Dennis Gilmore wrote: > > On Tue, 06 Jan 2015 17:43:19 -0700 > > Stephen Warren wrote: > > > >> (CCing Dennis so he can comment from a distro perspective re: > >> partition

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

2015-01-10 Thread Dennis Gilmore
lable. > > So, I'll need to reword that a little to make that clear. going forward Scenario 3 is not a supportable option. board files are being removed from the kernel and dtb files are needed to boot machines. at least for Fedora we do not support any systems that do not support devicet

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 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, St

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

2015-01-10 Thread Dennis Gilmore
ink we should follow how x86 works and default to external media first, then internal media followed by network. All with the user being able to override the settings either permanently or in a one off fashion. Dennis ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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 wrote: > 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/

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
On Wed, 13 Aug 2014 15:33:43 -0300 Fabio Estevam wrote: > On Wed, Aug 13, 2014 at 3:30 PM, Dennis Gilmore > 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 > >

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
On Wed, 13 Aug 2014 15:00:43 -0300 Fabio Estevam wrote: > On Wed, Aug 13, 2014 at 2:55 PM, Dennis Gilmore > 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

[U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
forever. Dennis [1] https://bugzilla.redhat.com/show_bug.cgi?id=1044778 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2014-08-12 Thread Dennis Gilmore
aders > > presumably can't process boot.scr. However, if all bootloaders end > > up supporting extlinux.conf, the distro won't care what bootloader > > is on the HW. > > We will see if this works, I am bit skeptical, but it is at least a > whole lot > better

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 wrote: > On 07/30/2014 04:37 PM, Stephen Warren wrote: > > From: Dennis Gilmore > > > > This generic $bootcmd, and associated support macros, automatically > > searches a defined set of storage devices (or network pro

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

2014-08-04 Thread Dennis Gilmore
On Mon, 4 Aug 2014 04:13:41 -0600 Simon Glass wrote: > Hi Stephen, > > On 31 July 2014 17:00, Stephen Warren wrote: > > On 07/31/2014 04:03 PM, Simon Glass wrote: > >> > >> Hi Stephen, > >> > >> On 30 July 2014 23:37, Stephen W

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 wrote: > On 08/01/2014 02:05 PM, Dennis Gilmore wrote: > > On Fri, 01 Aug 2014 12:57:31 -0600 > > Stephen Warren wrote: > > > >> On 08/01/2014 01:46 AM, Hans de Goede wrote: > >>> Automatic booting us

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

2014-08-01 Thread Dennis Gilmore
s what I had in the docs I had written earlier in the year. Dennis ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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 wrote: > On 2014-04-26 15:24, Dennis Gilmore wrote: > > On Sat, 26 Apr 2014 13:17:01 +0100 > > Marc Zyngier wrote: > > > >> PSCI is an ARM standard that provides a generic interface that > >> supervisory

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

2014-04-26 Thread Dennis Gilmore
armv7/virt-v7.c: In function ‘armv7_init_nonsec’: arch/arm/cpu/armv7/virt-v7.c:128:41: error: ‘_smp_pen’ undeclared (first use in this function) smp_set_core_boot_addr((unsigned long)secure_ram_addr(_smp_pen), -1); ^ arch/arm/cpu/armv7/virt-v7.c:128:41: not

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 wrote: > Hi Dennis, > > On 19 April 2014 08:42, Dennis Gilmore wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On Sat, 19 Apr 2014 15:01:40 +0100 > > Ian Campbell wrote: > >

[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 --- include/configs/wandboard.h | 92 +++-- 1 file changed, 14 insertions(+), 78

[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 --- include/configs/am335x_evm.h | 62 +-- include/configs/ti_armv7_common.h | 32

[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 --- include/config_distro_bootcmd.h | 208

[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 --- common/cmd_pxe.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/common

[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 --- include/configs/omap4_panda.h | 2 -- include/configs/ti_omap4_common.h | 37

[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 --- doc/README.distro | 76

  1   2   3   >