Re: [U-Boot] [PATCH] disk: part_dos: Use the original allocation scheme for the SPL case

2017-10-04 Thread Jonathan Gray
On Wed, Oct 04, 2017 at 01:12:48PM -0400, Rob Clark wrote: > On Wed, Oct 4, 2017 at 12:29 PM, Fabio Estevam wrote: > > Since commit ff98cb90514d ("part: extract MBR signature from partitions") > > SPL boot on i.MX6 starts to fail: > > > > U-Boot SPL 2017.09-00221-g0d6ab32

Re: [U-Boot] [PATCH v2 0/8] Sync and consolidate Linux-derived printk, BUILD_BUG, BUG, WARN, etc.

2017-10-04 Thread Masahiro Yamada
Hi Tom, 2017-10-05 12:06 GMT+09:00 Tom Rini : > On Wed, Oct 04, 2017 at 02:15:19PM +0900, Masahiro Yamada wrote: >> 2017-09-16 14:10 GMT+09:00 Masahiro Yamada : >> > >> > I tested this series with buildman. >> > >> > >> > >> > Masahiro Yamada

Re: [U-Boot] [PATCH v2 0/8] Sync and consolidate Linux-derived printk, BUILD_BUG, BUG, WARN, etc.

2017-10-04 Thread Tom Rini
On Wed, Oct 04, 2017 at 02:15:19PM +0900, Masahiro Yamada wrote: > 2017-09-16 14:10 GMT+09:00 Masahiro Yamada : > > > > I tested this series with buildman. > > > > > > > > Masahiro Yamada (8): > > stdio.h: move printf() stuff from to > > printk: collect printk

Re: [U-Boot] [PATCH v1 08/12] efi_loader: console support for color attributes

2017-10-04 Thread Heinrich Schuchardt
On 10/05/2017 02:12 AM, Rob Clark wrote: > On Wed, Oct 4, 2017 at 8:00 PM, Rob Clark wrote: >> On Wed, Oct 4, 2017 at 7:53 PM, Heinrich Schuchardt >> wrote: >>> On 10/05/2017 01:19 AM, Rob Clark wrote: On Wed, Oct 4, 2017 at 6:01 PM, Heinrich

Re: [U-Boot] [PATCH v1 08/12] efi_loader: console support for color attributes

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 8:00 PM, Rob Clark wrote: > On Wed, Oct 4, 2017 at 7:53 PM, Heinrich Schuchardt > wrote: >> On 10/05/2017 01:19 AM, Rob Clark wrote: >>> On Wed, Oct 4, 2017 at 6:01 PM, Heinrich Schuchardt >>> wrote: On

Re: [U-Boot] [PATCH v1 08/12] efi_loader: console support for color attributes

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 7:53 PM, Heinrich Schuchardt wrote: > On 10/05/2017 01:19 AM, Rob Clark wrote: >> On Wed, Oct 4, 2017 at 6:01 PM, Heinrich Schuchardt >> wrote: >>> On 10/04/2017 10:54 PM, Rob Clark wrote: On Wed, Oct 4, 2017 at 2:53 PM,

Re: [U-Boot] [PATCH v1 08/12] efi_loader: console support for color attributes

2017-10-04 Thread Heinrich Schuchardt
On 10/05/2017 01:19 AM, Rob Clark wrote: > On Wed, Oct 4, 2017 at 6:01 PM, Heinrich Schuchardt > wrote: >> On 10/04/2017 10:54 PM, Rob Clark wrote: >>> On Wed, Oct 4, 2017 at 2:53 PM, Heinrich Schuchardt >>> wrote: On 09/10/2017 03:22 PM, Rob Clark

[U-Boot] [PATCH] tools/mkimage: Fix DTC run command to handle file names with space

2017-10-04 Thread Mirza, Taimoor
From: "Mirza, Taimoor" fit_handle_file function does not quote input and output files while preparing command to run DTC to convert .its to .itb. This results in a failure if input or output files contain spaces in their names. Quote input and output files in DTC

[U-Boot] [PATCH] tools/mkimage: Fix DTC run command to handle file names with space

2017-10-04 Thread Mirza, Taimoor
From: "Mirza, Taimoor" fit_handle_file function does not quote input and output files while preparing command to run DTC to convert .its to .itb. This results in a failure if input or output files contain spaces in their names. Quote input and output files in DTC

[U-Boot] [PATCH] SPL: SPI: select SPL_SPI_FLASH_SUPPORT on SPL_SPI_SUNXI

2017-10-04 Thread Andre Przywara
The Allwinner SPI flash SPL boot support is guarded by the SPL_SPI_SUNXI symbol. But despite its generic name, the actual only use case for this is to provide SPI flash support to the SPL, which requires CONFIG_SPL_SPI_FLASH_SUPPORT to be defined. Select this symbol from the SPL_SPI_SUNXI Kconfig

[U-Boot] [PATCH] ARM: SPL: FIT: fix DTC warnings on FIT generation

2017-10-04 Thread Andre Przywara
Newer versions of the device tree compiler (rightfully) complain about mismatches between attributed node names (name@) and a missing reg property in that node. Adjust the FIT build script for 64-bit Allwinner boards to remove the bogus addresses from the node names and avoid the warnings.

Re: [U-Boot] [PATCH v1 08/12] efi_loader: console support for color attributes

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 6:01 PM, Heinrich Schuchardt wrote: > On 10/04/2017 10:54 PM, Rob Clark wrote: >> On Wed, Oct 4, 2017 at 2:53 PM, Heinrich Schuchardt >> wrote: >>> On 09/10/2017 03:22 PM, Rob Clark wrote: Shell.efi uses this, and supporting

Re: [U-Boot] [PATCH v1 08/12] efi_loader: console support for color attributes

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 10:54 PM, Rob Clark wrote: > On Wed, Oct 4, 2017 at 2:53 PM, Heinrich Schuchardt > wrote: >> On 09/10/2017 03:22 PM, Rob Clark wrote: >>> Shell.efi uses this, and supporting color attributes makes things look >>> nicer. Map the EFI fg/bg color attributes to

Re: [U-Boot] [PATCH v1 08/12] efi_loader: console support for color attributes

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 2:53 PM, Heinrich Schuchardt wrote: > On 09/10/2017 03:22 PM, Rob Clark wrote: >> Shell.efi uses this, and supporting color attributes makes things look >> nicer. Map the EFI fg/bg color attributes to ANSI escape sequences. >> Not all colors have a

[U-Boot] [PATCH] distro: load FDT from any partition on boot device

2017-10-04 Thread Rob Clark
In the EFI_LOADER boot path, we were only checking the FAT partition containing the EFI payload for dtb files. But this is somewhat of a fiction. In reality there will be one small (V)FAT partition containing grub (or whatever the payload may be), and a second boot partition containing

Re: [U-Boot] [PATCH v1 09/12] dm: video: Fix cache flushes

2017-10-04 Thread Heinrich Schuchardt
On 09/10/2017 03:22 PM, Rob Clark wrote: > Content can come to screen via putc() and we cannot always rely on > updates ending with a puts(). The commit message does not explain why you are modifying videconsole_puts. Probably you wanted to refer to a newline character '\n' which leads to

Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 08:57 PM, Heinrich Schuchardt wrote: > On 10/04/2017 08:35 PM, Rob Clark wrote: >> On Wed, Oct 4, 2017 at 1:57 PM, Heinrich Schuchardt >> wrote: >>> On 09/10/2017 03:22 PM, Rob Clark wrote: From: Leif Lindholm >>> >>> The commit

Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Peter Jones
On Wed, Oct 04, 2017 at 06:35:46PM +, Rob Clark wrote: > > Add the missing EFIAPI. > > I was talking to Peter Jones about this, and he suggested something > that makes *way* more sense.. just build u-boot with '-mabi=ms_abi' on > x86_64 (at least conditionally if EFI_LOADER is enabled). That

Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 08:35 PM, Rob Clark wrote: > On Wed, Oct 4, 2017 at 1:57 PM, Heinrich Schuchardt > wrote: >> On 09/10/2017 03:22 PM, Rob Clark wrote: >>> From: Leif Lindholm >> >> The commit message is missing. >> >> Fix all issues reported by

Re: [U-Boot] [PATCH v1 08/12] efi_loader: console support for color attributes

2017-10-04 Thread Heinrich Schuchardt
On 09/10/2017 03:22 PM, Rob Clark wrote: > Shell.efi uses this, and supporting color attributes makes things look > nicer. Map the EFI fg/bg color attributes to ANSI escape sequences. > Not all colors have a perfect match, but spec just says "Devices > supporting a different number of text colors

[U-Boot] Fwd: INTEL E3900 Apollo Lake I (APL-I) with U-Boot?

2017-10-04 Thread Zoran Stojsavljevic
Repeating, since I am not sure that this email reached the community! Zoran -- Forwarded message -- From: Zoran Stojsavljevic Date: Wed, Oct 4, 2017 at 7:52 AM Subject: INTEL E3900 Apollo Lake I (APL-I) with U-Boot? To: u-boot@lists.denx.de Hello

Re: [U-Boot] [PATCH 1/3] armv8: fsl-layerscape: SPL size reduction

2017-10-04 Thread York Sun
On 10/03/2017 03:51 AM, Sumit Garg wrote: >> -Original Message- >> From: York Sun >> Sent: Friday, September 15, 2017 2:08 AM >> To: Sumit Garg ; u-boot@lists.denx.de >> Cc: Ruchika Gupta ; Prabhakar Kushwaha >> >>

Re: [U-Boot] [PATCH v3 1/2] armv8: fsl-lsch3: Add SD boot support for LS1088ARDB

2017-10-04 Thread York Sun
On 08/31/2017 04:14 AM, Ashish Kumar wrote: > Add SD boot support for LS1088ARDB > > Signed-off-by: Prabhakar Kushwaha > Signed-off-by: Ashish Kumar > Signed-off-by: Raghav Dogra > --- > v3: > Depends upon >

Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 1:57 PM, Heinrich Schuchardt wrote: > On 09/10/2017 03:22 PM, Rob Clark wrote: >> From: Leif Lindholm > > The commit message is missing. > > Fix all issues reported by checkpatch. > >> >> Signed-off-by: Leif Lindholm

Re: [U-Boot] [PATCH v1 01/12] efi_loader: add stub EFI_DEVICE_PATH_UTILITIES_PROTOCOL

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 07:13 PM, Heinrich Schuchardt wrote: > On 09/10/2017 03:22 PM, Rob Clark wrote: >> From: Leif Lindholm >> >> Signed-off-by: Leif Lindholm >> --- >> include/efi_api.h | 30 +++ >>

Re: [U-Boot] [PATCH v1 02/12] efi_loader: add stub HII protocols

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 07:45 PM, Heinrich Schuchardt wrote: > On 09/10/2017 03:22 PM, Rob Clark wrote: >> From: Leif Lindholm >> >> EfiHiiConfigRoutingProtocolGuid >> EfiHiiDatabaseProtocol >> EfiHiiStringProtocol > > Please, provide a proper commit message. > > Resolve all

Re: [U-Boot] [PATCH v1 03/12] efi_loader: add EFI_UNICODE_COLLATION_PROTOCOL stub

2017-10-04 Thread Heinrich Schuchardt
On 09/10/2017 03:22 PM, Rob Clark wrote: > From: Leif Lindholm The commit message is missing. Fix all issues reported by checkpatch. > > Signed-off-by: Leif Lindholm > --- > include/efi_api.h | 33 +++ >

Re: [U-Boot] [PATCH v1 02/12] efi_loader: add stub HII protocols

2017-10-04 Thread Heinrich Schuchardt
On 09/10/2017 03:22 PM, Rob Clark wrote: > From: Leif Lindholm > > EfiHiiConfigRoutingProtocolGuid > EfiHiiDatabaseProtocol > EfiHiiStringProtocol Please, provide a proper commit message. Resolve all issues reported by checkpatch. > > Signed-off-by: Leif Lindholm

Re: [U-Boot] [PATCH v1 01/12] efi_loader: add stub EFI_DEVICE_PATH_UTILITIES_PROTOCOL

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 07:13 PM, Heinrich Schuchardt wrote: > On 09/10/2017 03:22 PM, Rob Clark wrote: >> From: Leif Lindholm >> >> Signed-off-by: Leif Lindholm >> --- >> include/efi_api.h | 30 +++ >>

Re: [U-Boot] [PATCH] armv8: ls1088a: Update MC boot sequence

2017-10-04 Thread York Sun
On 10/04/2017 02:10 AM, Bogdan Purcareata wrote: > This patch follows the work of previous commits: > 5707dfb02e drivers: net: fsl-mc: Fixup MAC addresses in DPC > 33a8991a87 drivers: net: fsl-mc: Link MC boot to PHY_RESET_R > 1161dbcc0a drivers: net: fsl-mc: Include MAC addr fixup to DPL These

Re: [U-Boot] [PATCH v1 01/12] efi_loader: add stub EFI_DEVICE_PATH_UTILITIES_PROTOCOL

2017-10-04 Thread Heinrich Schuchardt
On 09/10/2017 03:22 PM, Rob Clark wrote: > From: Leif Lindholm > > Signed-off-by: Leif Lindholm > --- > include/efi_api.h | 30 +++ > include/efi_loader.h | 2 + >

Re: [U-Boot] [PATCH] disk: part_dos: Use the original allocation scheme for the SPL case

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 12:29 PM, Fabio Estevam wrote: > Since commit ff98cb90514d ("part: extract MBR signature from partitions") > SPL boot on i.MX6 starts to fail: > > U-Boot SPL 2017.09-00221-g0d6ab32 (Oct 02 2017 - 15:13:19) > Trying to boot from MMC1 > (keep in loop) >

Re: [U-Boot] [PATCH 1/1] efi_loader: use type bool for event states

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 12:29 PM, Heinrich Schuchardt wrote: > On 10/04/2017 05:25 PM, Alexander Graf wrote: >> >> >> On 04.10.17 16:57, Rob Clark wrote: >>> On Wed, Oct 4, 2017 at 10:46 AM, Heinrich Schuchardt >>> wrote: On 10/04/2017 04:14 PM, Rob

Re: [U-Boot] [PATCH 1/1] efi_loader: use type bool for event states

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 12:02 PM, Heinrich Schuchardt wrote: > On 10/04/2017 04:57 PM, Rob Clark wrote: >> On Wed, Oct 4, 2017 at 10:46 AM, Heinrich Schuchardt >> wrote: >>> On 10/04/2017 04:14 PM, Rob Clark wrote: On Wed, Oct 4, 2017 at 9:03 AM,

[U-Boot] [PATCH] disk: part_dos: Use the original allocation scheme for the SPL case

2017-10-04 Thread Fabio Estevam
Since commit ff98cb90514d ("part: extract MBR signature from partitions") SPL boot on i.MX6 starts to fail: U-Boot SPL 2017.09-00221-g0d6ab32 (Oct 02 2017 - 15:13:19) Trying to boot from MMC1 (keep in loop) Use the original allocation scheme for the SPL case, so that MX6 boards can boot again.

Re: [U-Boot] [PATCH 1/1] efi_loader: use type bool for event states

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 05:25 PM, Alexander Graf wrote: > > > On 04.10.17 16:57, Rob Clark wrote: >> On Wed, Oct 4, 2017 at 10:46 AM, Heinrich Schuchardt >> wrote: >>> On 10/04/2017 04:14 PM, Rob Clark wrote: On Wed, Oct 4, 2017 at 9:03 AM, Heinrich Schuchardt

Re: [U-Boot] [PATCH] disk: Don't assume blksz > legacy_mbr

2017-10-04 Thread Fabio Estevam
On Wed, Oct 4, 2017 at 11:51 AM, Rob Clark wrote: > Not sure Tom's opinion, but I'd be ok with applying this patch, even > if just a temporary fix, to unblock folks trying to test latest u-boot > on these devices Yes, sounds like an option given we are at -rc1 now. Will

Re: [U-Boot] [PATCH 1/1] efi_loader: use type bool for event states

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 04:57 PM, Rob Clark wrote: > On Wed, Oct 4, 2017 at 10:46 AM, Heinrich Schuchardt > wrote: >> On 10/04/2017 04:14 PM, Rob Clark wrote: >>> On Wed, Oct 4, 2017 at 9:03 AM, Heinrich Schuchardt >>> wrote: Queued and signaled describe

Re: [U-Boot] [PATCH 1/1] efi_loader: use type bool for event states

2017-10-04 Thread Alexander Graf
On 04.10.17 16:57, Rob Clark wrote: On Wed, Oct 4, 2017 at 10:46 AM, Heinrich Schuchardt wrote: On 10/04/2017 04:14 PM, Rob Clark wrote: On Wed, Oct 4, 2017 at 9:03 AM, Heinrich Schuchardt wrote: Queued and signaled describe boolean states of

Re: [U-Boot] [PATCH 1/1] efi_loader: use type bool for event states

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 10:46 AM, Heinrich Schuchardt wrote: > On 10/04/2017 04:14 PM, Rob Clark wrote: >> On Wed, Oct 4, 2017 at 9:03 AM, Heinrich Schuchardt >> wrote: >>> Queued and signaled describe boolean states of events. >>> So let's use type bool

Re: [U-Boot] [PATCH] disk: Don't assume blksz > legacy_mbr

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 10:27 AM, Fabio Estevam wrote: > Hi Rob, > > On Wed, Oct 4, 2017 at 11:11 AM, Rob Clark wrote: > >> btw, I'm still hoping someone can get me some logs so I can see what >> blksz is, etc, on these boards.. > > Sorry, I haven't been

Re: [U-Boot] [PATCH 1/1] efi_loader: use type bool for event states

2017-10-04 Thread Heinrich Schuchardt
On 10/04/2017 04:14 PM, Rob Clark wrote: > On Wed, Oct 4, 2017 at 9:03 AM, Heinrich Schuchardt > wrote: >> Queued and signaled describe boolean states of events. >> So let's use type bool and rename the structure members to is_queued >> and is_signaled. >> >> Update the

Re: [U-Boot] [GIT PULL v3] u-boot-sunxi/master

2017-10-04 Thread Maxime Ripard
On Wed, Oct 04, 2017 at 02:20:53PM +, Maxime Ripard wrote: > Hi Tom, > > Hopefully it's going to be the final version of that PR. > > It passed on travis-ci, so we should be all set. > > Thanks! > Maxime > > The following changes since commit 39dd65a059e503883dbf16d4c00ac083d15837da: > >

Re: [U-Boot] Antwort: Re: QSPI "sf probe ...", "sf read ..." on Altera SoC FPGA

2017-10-04 Thread Clément Péron
Hi, My issue is with the eMMC after the boot from linux 3.12 and a warm reboot. The eMMC is stuck in an infinite loop after CMD8 small trace of the eMMC cmds sent: Sending CMD0 Sending CMD8 dwmci_send_cmd: Response Timeout. Sending CMD55 dwmci_send_cmd: Response Timeout. Sending CMD0 Sending

Re: [U-Boot] [PATCH] disk: Don't assume blksz > legacy_mbr

2017-10-04 Thread Fabio Estevam
Hi Rob, On Wed, Oct 4, 2017 at 11:11 AM, Rob Clark wrote: > btw, I'm still hoping someone can get me some logs so I can see what > blksz is, etc, on these boards.. Sorry, I haven't been able to get you the logs yet. I will probably be able to work on this next week only,

[U-Boot] [GIT PULL v3] u-boot-sunxi/master

2017-10-04 Thread Maxime Ripard
Hi Tom, Hopefully it's going to be the final version of that PR. It passed on travis-ci, so we should be all set. Thanks! Maxime The following changes since commit 39dd65a059e503883dbf16d4c00ac083d15837da: sandbox: Enable btrfs support (2017-10-03 08:44:55 -0400) are available in the git

Re: [U-Boot] [PATCH 1/1] efi_loader: use type bool for event states

2017-10-04 Thread Rob Clark
On Wed, Oct 4, 2017 at 9:03 AM, Heinrich Schuchardt wrote: > Queued and signaled describe boolean states of events. > So let's use type bool and rename the structure members to is_queued > and is_signaled. > > Update the comments for is_queued and is_signaled. Reviewed-by:

Re: [U-Boot] [PATCH] disk: Don't assume blksz > legacy_mbr

2017-10-04 Thread Rob Clark
On Tue, Oct 3, 2017 at 12:32 PM, Rob Clark wrote: > On Tue, Oct 3, 2017 at 12:04 PM, Fabio Estevam wrote: >> On Tue, Oct 3, 2017 at 12:30 PM, Rob Clark wrote: >>> On some devices, this does not appear to be a valid assumption. So

[U-Boot] [PATCH v2 1/1] efi_selftest: make tests easier to read

2017-10-04 Thread Heinrich Schuchardt
Rename counter to more illustrative names. Update notification function description. Simplify notification function. Add comment for arbitrary non-zero value. Document @return. Use constants for return values of setup, execute, teardown. Reported-by: Simon Glass Signed-off-by:

Re: [U-Boot] [PATCH] dwc: ep0: Allocate and flush dwc->ep0_trb in a cache aligned manner

2017-10-04 Thread Faiz Abbas
Hi, On Wednesday 04 October 2017 06:01 PM, Marek Vasut wrote: > On 10/04/2017 12:51 PM, Faiz Abbas wrote: >> Hi, >> On Tuesday 03 October 2017 06:48 PM, Marek Vasut wrote: >>> On 10/03/2017 03:17 PM, Faiz Abbas wrote: Hi, On Tuesday 03 October 2017 05:34 PM, Marek Vasut wrote: > On

[U-Boot] [PATCH 1/1] efi_selftest: make tests easier to read

2017-10-04 Thread Heinrich Schuchardt
Rename counter to more illustrative names. Update notification function description. Simplify notification function. Add comment for arbitrary non-zero value. Document @return. Use constants for return values of setup, execute, teardown. Reported-by: Simon Glass Signed-off-by:

[U-Boot] [PATCH 1/1] efi_loader: use type bool for event states

2017-10-04 Thread Heinrich Schuchardt
Queued and signaled describe boolean states of events. So let's use type bool and rename the structure members to is_queued and is_signaled. Update the comments for is_queued and is_signaled. Reported-by: Simon Glass Signed-off-by: Heinrich Schuchardt ---

[U-Boot] [PATCH v2] fdt: update bcm283x device tree sources to Linux 4.14 state

2017-10-04 Thread Alexander Graf
Upstream Linux has received a few device tree updates to the RPi which we should propagate into the builtin U-Boot one as well to gain hardware support. This patch bumps the dts files to their 4.14 Linux counterparts with the exception of sdhost on 32bit RPi versions. There we stay with iproc as

Re: [U-Boot] [PATCH v4 2/2] wandboard: Add support for the MX6QP variant

2017-10-04 Thread Fabio Estevam
Hi Stefano, On Wed, Oct 4, 2017 at 6:34 AM, Stefano Babic wrote: > mmhhh...it looks to me we are diverging with this SOC. I understand that > current funtions are not suitable for the new SOC. However, we were able > to manage up now to write tables (mx6dq_iomux_ddr_regs) and

Re: [U-Boot] [PATCH] dwc: ep0: Allocate and flush dwc->ep0_trb in a cache aligned manner

2017-10-04 Thread Marek Vasut
On 10/04/2017 12:51 PM, Faiz Abbas wrote: > Hi, > > On Tuesday 03 October 2017 06:48 PM, Marek Vasut wrote: >> On 10/03/2017 03:17 PM, Faiz Abbas wrote: >>> Hi, >>> >>> On Tuesday 03 October 2017 05:34 PM, Marek Vasut wrote: On 09/19/2017 01:15 PM, Faiz Abbas wrote: > A flush of the

Re: [U-Boot] u-boot hangs after reboot

2017-10-04 Thread Zoran Stojsavljevic
Hello Mike, It could be that newer versions of U-Boot include ECC testing/checking for Olimex-olinuxino-micro-emmc. and this might influence your tests/reboots. Please, check for ECC and try not to use/to exclude ECC checking algorithm... Just to simplify use case?! Hint out of desperation. ;-)

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-04 Thread Guillaume Gardet
Le 04/10/2017 à 13:46, Tom Rini a écrit : On Wed, Oct 04, 2017 at 09:39:52AM +0200, Guillaume Gardet wrote: Le 02/10/2017 à 18:14, Guillaume Gardet a écrit : Le 02/10/2017 à 17:58, Tom Rini a écrit : On Mon, Oct 02, 2017 at 05:55:27PM +0200, Guillaume Gardet wrote: Le 02/10/2017 à 15:53,

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-04 Thread Tom Rini
On Wed, Oct 04, 2017 at 09:39:52AM +0200, Guillaume Gardet wrote: > > > Le 02/10/2017 à 18:14, Guillaume Gardet a écrit : > > > > > >Le 02/10/2017 à 17:58, Tom Rini a écrit : > >>On Mon, Oct 02, 2017 at 05:55:27PM +0200, Guillaume Gardet wrote: > >>> > >>>Le 02/10/2017 à 15:53, Tom Rini a écrit 

Re: [U-Boot] [PATCH] fdt: update bcm283x device tree sources to Linux 4.14 state

2017-10-04 Thread Alexander Graf
On 04.10.17 08:59, Fabian Vogt wrote: On Monday, October 4 2017, 06:33:37 CEST Alexander Graf wrote: Upstream Linux has received a few device tree updates to the RPi which we should propagate into the builtin U-Boot one as well to gain hardware support. This patch bumps the dts files to

[U-Boot] INTEL E3900 Apollo Lake I (APL-I) with U-Boot?

2017-10-04 Thread Zoran Stojsavljevic
Hello to the U-Boot Community, I am curious about the following HW/FW configuration with regards to the U-Boot? Did anybody managed to run the following: INTEL Atom E3900 APL-I with U-Boot? E3900 -> IFWI -> MBR -> U-Boot -> eLinux/YOCTO ?! Here are some explanations regarding the

[U-Boot] u-boot hangs after reboot

2017-10-04 Thread Mike Mildner
Hi all, i'm new to this list... I have a strange problem with my Olimex-olinuxino-micro-emmc (Allwinner A20): I've tested u-boot-v2016.07/09/11 2017.03/05/09 - all this version hangs after reboot. Only reseting or repowering helps. On Display i get this: U-Boot SPL 2016.09 (Oct 04 2017 -

Re: [U-Boot] [PATCH] dwc: ep0: Allocate and flush dwc->ep0_trb in a cache aligned manner

2017-10-04 Thread Faiz Abbas
Hi, On Tuesday 03 October 2017 06:48 PM, Marek Vasut wrote: > On 10/03/2017 03:17 PM, Faiz Abbas wrote: >> Hi, >> >> On Tuesday 03 October 2017 05:34 PM, Marek Vasut wrote: >>> On 09/19/2017 01:15 PM, Faiz Abbas wrote: A flush of the cache is required before any DMA access can take place.

[U-Boot] [PATCH 1/1] efi_selftest: use efi_st_error for all error messages

2017-10-04 Thread Heinrich Schuchardt
All error messages in the selftests should use efi_st_error. efi_st_error will print the file name and line number of the error. Splitting message texts due to lines being over 80 characters is avoided. This resolves the issue reported by Simon Glass in

Re: [U-Boot] [PATCH v4 2/2] wandboard: Add support for the MX6QP variant

2017-10-04 Thread Stefano Babic
Hi Fabio, On 02/10/2017 20:47, Fabio Estevam wrote: > From: Fabio Estevam > > Add support for the latest MX6QP wandboard variant. > > Based on Richard Hu's work from Technexion's U-Boot tree. > > Signed-off-by: Fabio Estevam > --- > Changes since

Re: [U-Boot] [PATCH v4 1/2] wandboard: Add support for the latest revd1 revision

2017-10-04 Thread Stefano Babic
On 02/10/2017 20:47, Fabio Estevam wrote: > From: Fabio Estevam > > Latest wandboard hardware revision is revd1, which brings the following > new features: > > - PFUZE100 PMIC > - AR8035 Ethernet PHY > - Upgrade Wifi/BT chip to BCM4339/BCM43430. > > The detection

Re: [U-Boot] [PATCH v1] doc: update imx_usb_loader URL

2017-10-04 Thread Stefano Babic
On 03/10/2017 16:43, Stefan Agner wrote: > From: Stefan Agner > > The changes required to use U-Boot's Serial Download Protocol > implementation are now available in upstream imx_usb_loader > repository. Update the URL accordingly. > > Signed-off-by: Stefan Agner

[U-Boot] [PATCH] armv8: ls1088a: Update MC boot sequence

2017-10-04 Thread Bogdan Purcareata
This patch follows the work of previous commits: 5707dfb02e drivers: net: fsl-mc: Fixup MAC addresses in DPC 33a8991a87 drivers: net: fsl-mc: Link MC boot to PHY_RESET_R 1161dbcc0a drivers: net: fsl-mc: Include MAC addr fixup to DPL Add support for LS1088 platforms, to make sure u-boot env MAC

Re: [U-Boot] [PATCH] imx: serial: Wait for ongoing transmission to finish before serial reset

2017-10-04 Thread Łukasz Majewski
HI Lothar, Hi, On Tue, 3 Oct 2017 11:16:45 +0200 Lukasz Majewski wrote: It may happen that the MXC serial IP block is performing some ongoing transmission (started at e.g. board_init()) when the "initr_serial" is called. As a result the serial port IP block is reset, so transmitted data is

Re: [U-Boot] Beagleboard xM boot broken due to FIT enable

2017-10-04 Thread Guillaume Gardet
Le 02/10/2017 à 18:14, Guillaume Gardet a écrit : Le 02/10/2017 à 17:58, Tom Rini a écrit : On Mon, Oct 02, 2017 at 05:55:27PM +0200, Guillaume Gardet wrote: Le 02/10/2017 à 15:53, Tom Rini a écrit : On Mon, Oct 02, 2017 at 03:24:01PM +0200, Guillaume Gardet wrote: Hi, commit

Re: [U-Boot] [PATCH] imx: serial: Wait for ongoing transmission to finish before serial reset

2017-10-04 Thread Lothar Waßmann
Hi, On Tue, 3 Oct 2017 11:16:45 +0200 Lukasz Majewski wrote: > It may happen that the MXC serial IP block is performing some ongoing > transmission (started at e.g. board_init()) when the "initr_serial" is > called. > > As a result the serial port IP block is reset, so transmitted data is >

Re: [U-Boot] [PATCH] fdt: update bcm283x device tree sources to Linux 4.14 state

2017-10-04 Thread Fabian Vogt
On Monday, October 4 2017, 06:33:37 CEST Alexander Graf wrote: > Upstream Linux has received a few device tree updates to the RPi > which we should propagate into the builtin U-Boot one as well to > gain hardware support. > > This patch bumps the dts files to their 4.14 Linux counterparts. Looks

Re: [U-Boot] [PATCH 052/080] cfi_flash: Reduce the scope of some variables

2017-10-04 Thread Mario Six
Hi Masahiro, On Fri, Sep 29, 2017 at 7:10 PM, Masahiro Yamada wrote: > 2017-09-29 21:52 GMT+09:00 Mario Six : >> Signed-off-by: Mario Six >> --- >> drivers/mtd/cfi_flash.c | 26 ++ >> 1 file changed,

Re: [U-Boot] [PATCH 002/080] mpc83xx: spd_sdram: Fix whitespace style violations

2017-10-04 Thread Mario Six
Hi Wolfgang, On Fri, Sep 29, 2017 at 4:03 PM, Wolfgang Denk wrote: > Dear Mario, > > In message <20170929125238.26226-2-mario@gdsys.cc> you wrote: >> Fix whitespace style violations in the MPC83xx SPD-SDRAM code. > ... > >> - ddr->csbnds[1].csbnds = (