The MC boot sequence is contained in mc_env_boot. Update LS1088A boards
to use this function, and hook it to reset_phy so that it's called late
enough, after the ports have been initialized, for proper DPC / DPL
fixup.
Signed-off-by: Bogdan Purcareata
---
This patch follows the work of previous c
Hello York,
> -Original Message-
> From: York Sun
> Sent: Wednesday, October 04, 2017 8:22 PM
> To: Bogdan Purcareata ; Prabhakar Kushwaha
> ; Ashish Kumar ; u-
> b...@lists.denx.de
> Subject: Re: [PATCH] armv8: ls1088a: Update MC boot sequence
>
> On 10/04/2017 02:10 AM, Bogdan Purcareat
> -Original Message-
> From: York Sun
> Sent: Tuesday, October 03, 2017 9:21 PM
> To: Rajesh Bhagat ; u-boot@lists.denx.de
> Cc: Bhaskar Upadhaya
> Subject: Re: [PATCH v3] arm64: ls1012ardb: Add distro boot support
>
> On 09/07/2017 02:54 AM, Rajesh Bhagat wrote:
> > Include common conf
> -Original Message-
> From: York Sun
> Sent: Tuesday, October 03, 2017 9:16 PM
> To: Rajesh Bhagat ; u-boot@lists.denx.de
> Cc: Bhaskar Upadhaya
> Subject: Re: [PATCH] arm64: ls1012afrdm: Add distro boot support
>
> On 09/07/2017 10:10 PM, Rajesh Bhagat wrote:
> > Include common config
From: Suniel Mahesh
priv pointer should be freed before returning with an error value
from exynos_dwmci_get_config().
Signed-off-by: Suniel Mahesh
Signed-off-by: Raghu Bharadwaj
---
Changes for v2:
- rebased on latest u-boot tree (2017.11.rc1)
- patch was accepted long time ago, but not applie
From: Suniel Mahesh
__be32_to_cpu() accepts argument of type __be32. This patch changes
type of the buffer in ALLOC_CACHE_ALIGN_BUFFER macro to __be32, which
is then passed to __be32_to_cpu().
This prevents sparse build warnings.
drivers/mmc/mmc.c: warning: cast to restricted __be32
Signed-off-b
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 (Oct 02 2017 - 15:13:19)
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 (8):
>> > stdio.h: move printf() stuff from to
>>
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 stuff into with loglevel
> >
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 Schuchardt
wrote:
> On 10/04/2017 10:
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 10/04/2017 10:54 PM, Rob Clark wrote:
> On Wed, Oct 4, 2017
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, Heinrich Schuchardt
wrote:
> On 09/1
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 wrote:
> Shell.efi uses this, and sup
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 command to avoid this failure.
S
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 command to avoid this failure.
S
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 d
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.
Signed-
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 color attributes makes things look
nic
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 ANSI escape sequences.
>
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 perfect match, but spec j
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 kernel/ini
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
calling
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 message is missing.
>>>
>>> Fix all issues repor
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
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 checkpatch.
>>
>>>
>>> Signed-off-by: Leif Lindholm
>
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
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 to the U-Boot Community,
I am
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
>>
>> Subject: Re: [PATCH 1/3] armv8: fsl-layerscape: SPL size reduction
>>
>> On
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
> https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatchwork.ozlabs.org%
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
>> ---
>> include/efi_api.h | 33 ++
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 +++
>> include/efi_loader.h | 2 +
>> lib/efi_loader/M
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 issues reported by checkpatch.
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 +++
> include/efi_loader.h | 2 ++
> lib/efi_loader/Make
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
> ---
> include/efi_api.h
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 +++
>> include/efi_loader.h | 2 +
>> lib/efi_loader/M
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 ar
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 +
> lib/efi_loader/Makefile| 1 +
> lib/efi_loader/efi_boo
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)
>
> Use the original allo
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 Clark wrote:
> On Wed, Oct 4, 2017 at 9
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, Heinrich Schuchardt
wrote:
> Queue
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.
T
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
wrote:
> Queued and signaled d
On Wed, Oct 4, 2017 at 11:25 AM, 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
wrote:
>
>
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 submit it and let's see
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 boolean states of events.
So let's use t
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 events.
So let's use type bool and rename the s
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 and rename the structure members to is_que
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 able to get you the logs yet.
>
> I will pr
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 comments for is_queued and
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:
>
>
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 CMD1
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, unfortunately.
I am a
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
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: Rob Clark
It would be
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
>>> figure out the number of blocks we actually need to read.
>>>
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: Heinrich Schuchardt
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 0
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: 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
---
include/efi_loader.h | 8 +++
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 t
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 use
> functions to
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 cache
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. ;-)
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,
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 :
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 their
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 terms/context:
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 - 08:12
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.
>>>
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
https://lists.denx.de/pipermail/u-boot/2017-
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 v3:
> - Rebased against latest u-boot-imx
>
>
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 mechanism is to probe the PMIC
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
> ---
>
> doc/README.sdp | 2
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 add
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
c
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 46f9ef1846
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
> corr
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
78 matches
Mail list logo