Hi Simon,
On Sat, May 26, 2018 at 04:18:57PM -0600, Simon Glass wrote:
> Hi Angelo,
>
> On 3 May 2018 at 16:01, Angelo Dureghello wrote:
> > To be able to build spi driver with DM support, a new config
> > option has been introduced (DM_NO_OF) since m68k architecture
> > does not support fdt.
>
On Sun, May 27, 2018 at 1:18 AM, Simon Glass wrote:
> Hi Ramon,
>
> On 26 May 2018 at 00:05, Ramon Fried wrote:
>> On Sat, May 26, 2018 at 5:07 AM, Simon Glass wrote:
>>> Hi Ramon,
>>>
>>> On 25 May 2018 at 04:41, Ramon Fried wrote:
When the buffer is full, there supposed to be no more
>>>
On Sun, 27 May 2018, 12:53 PM Simon Glass, wrote:
> Hi Chris,
>
> On 26 May 2018 at 17:10, Chris Packham wrote:
> > Many mailing-lists consider a long Cc list a sign of spam and will
> > either drop the message or mark it for moderation. Because patman
> > automatically invokes get_maintainer.pl
Many mailing-lists consider a long Cc list a sign of spam and will
either drop the message or mark it for moderation. Because patman
automatically invokes get_maintainer.pl the Cc list can expand
unexpectedly. Allow the user to specify a limit for the Cc list.
This limit is applied after removing
Ramon, Tom,
On Sat, May 26, 2018 at 7:58 AM, Ramon Fried wrote:
> On Sat, May 26, 2018 at 5:18 AM, Tom Rini wrote:
> > On Fri, May 25, 2018 at 05:41:31PM +0300, Ramon Fried wrote:
> >> On Fri, May 25, 2018 at 3:11 PM, Tom Rini wrote:
> >> > On Thu, May 17, 2018 at 07:48:45PM +0300, Ramon Fried
efi_mem_carve_out() is used to remove memory pages from a mapping.
As the number of pages to be removed is a 64bit type the return type
should be 64bit too.
Signed-off-by: Heinrich Schuchardt
---
lib/efi_loader/efi_memory.c | 32 ++--
1 file changed, 18 insertions(+),
Handles are not used at runtime. They are freed by the firmware when the
last protocol interface is uninstalled. So there is no reason to use EFI
memory when creating handles.
Signed-off-by: Heinrich Schuchardt
---
lib/efi_loader/efi_boottime.c | 13 ++---
1 file changed, 6 insertions(+)
The hidden i2c slave that interferes the i2c bus is not board specific.
All Armada 38x SoCs are affected. Move the code disabling this slave to
generic code to make it work on all affected hardware.
Cc: Marek Behún
Cc: Rabeeh Khoury
Signed-off-by: Baruch Siach
---
arch/arm/mach-mvebu/spl.c
From: Rabeeh Khoury
Some QCA988x based modules presence is not detected by the SERDES lanes,
so force this detection which will trigger the LTSSM state machine to
negotiate link.
An example of such a card is WLE900VX.
Signed-off-by: Rabeeh Khoury
Signed-off-by: Baruch Siach
---
arch/arm/mach
Running the UEFI Self-Certifcation Test (SCT) will require to support
writing to a FAT file system.
Writing to the FAT root directory from EFI fails because the leading
slash of the file path is interpreted as part of the filename.
With the 1st patch we can write to the root directory.
A unit te
efi_selftest_block_device accesses a FAT file system.
Signed-off-by: Heinrich Schuchardt
---
lib/efi_selftest/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/efi_selftest/Kconfig b/lib/efi_selftest/Kconfig
index 3b5f3a1230b..59f9f36801c 100644
--- a/lib/efi_selftest/Kconfig
+++
fs_fat_write() is not able to write to subdirectories.
Currently if a filepath with a leading slash is passed, the slash is
treated as part of the filename to be created in the root directory.
Strip leading (back-)slashes.
Check that the remaining filename does not contain any illegal characters
Provide a unit test for writing to a FAT file system.
Add some additional comments in block device unit test.
Signed-off-by: Heinrich Schuchardt
---
v2
Avoid use after free due to calling root->close(root) too often.
---
lib/efi_selftest/efi_selftest_block_device.c | 66 +
On 11/07/2017 04:57 PM, Tuomas Tynkkynen wrote:
> Hi,
>
> Every now and then I see parallel builds failing, e.g. with
> Linksprite_pcDuino3_Nano_defconfig:
>
> CC lib/efi_loader/efi_bootmgr.o
> CC lib/efi_loader/efi_disk.o
> CC lib/efi_loader/efi_net.o
> make[2]: *** No rule
The file is not referenced anywhere.
To display a change log we have the 'git log' command.
Signed-off-by: Heinrich Schuchardt
---
snapshot.commit | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 snapshot.commit
diff --git a/snapshot.commit b/snapshot.commit
deleted file mode 100644
ind
Hi Heinrich,
Thanks for taking a look.
On 05/27/2018 08:11 PM, Heinrich Schuchardt wrote:
On 11/07/2017 04:57 PM, Tuomas Tynkkynen wrote:
Hi,
Every now and then I see parallel builds failing, e.g. with
Linksprite_pcDuino3_Nano_defconfig:
CC lib/efi_loader/efi_bootmgr.o
CC lib
Hi,
I have costume board based on Beagle Bone Black board except the networking -
instead of Ethernet PHY, we put a Marvell switch 88e6341 (The CPU port
connected with MII).
So, I need the u-boot source modification for it
If someone can point me to a reference or send me the files, I will re
On Mon, May 14, 2018 at 8:57 PM, Vasily Khoruzhick wrote:
> That is necessary for using automatic calibration on A64 eMMC.
>
> Signed-off-by: Vasily khoruzhick
> ---
> arch/arm/mach-sunxi/Kconfig | 1 +
> drivers/mmc/sunxi_mmc.c | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> d
On 2018-05-25, Klaus Goger wrote:
> Currently the fdtfile environment variable is set to
> CONFIG_DEFAULT_DEVICE_TREE which is іnternally used as U-Boot devicetree
> source. The OS can use a different filename and Kconfig gives us the
> ability to select a default devicetree via CONFIG_DEFAULT_FDT_
> On 27.05.2018, at 21:16, Vagrant Cascadian wrote:
>
> On 2018-05-25, Klaus Goger wrote:
>> Currently the fdtfile environment variable is set to
>> CONFIG_DEFAULT_DEVICE_TREE which is іnternally used as U-Boot devicetree
>> source. The OS can use a different filename and Kconfig gives us the
>
When building .efi targets a race condition was observed:
If %_efi.so is not yet built before trying to build %.efi and error
*** No rule to make target '%.efi'
occurs. By explicitly adding %_efi.so to the targets this is avoided.
Reported-by: Tuomas Tynkkynen
Signed-off-by: Heinrich Schuchardt
On Thu, May 17, 2018 at 01:19:41PM +0530, Vipul Kumar wrote:
> From: Gary Mussar
>
> When doing a u-boot saveenv with the environment in FAT we see the
> following warning:
>
> ZynqMP> saveenv
> Saving Environment to FAT...
> writing uboot.env
> FAT: Misaligned buffer address (7deb9b60)
Hi Tom,
On Sat, 26 May 2018 11:54:29 -0400, Tom Rini wrote:
> On Tue, May 15, 2018 at 11:57:05AM +0200, Miquel Raynal wrote:
>
> > Because both major revisions are not compatible at all, let's make them
> > mutually exclusive in Kconfig. This way we will be sure, when using a
> > command or a l
On 03/12/2018 11:48 AM, Alexander Graf wrote:
> On 03/09/2018 05:35 PM, Heinrich Schuchardt wrote:
>> On 03/09/2018 05:19 PM, Alexander Graf wrote:
>>> On 03/09/2018 04:58 PM, Heinrich Schuchardt wrote:
On 03/09/2018 01:48 PM, Alexander Graf wrote:
> On 03/03/2018 03:48 PM, Heinrich Schuch
Hi Ramon,
On 27 May 2018 at 02:35, Ramon Fried wrote:
> On Sun, May 27, 2018 at 1:18 AM, Simon Glass wrote:
>> Hi Ramon,
>>
>> On 26 May 2018 at 00:05, Ramon Fried wrote:
>>> On Sat, May 26, 2018 at 5:07 AM, Simon Glass wrote:
Hi Ramon,
On 25 May 2018 at 04:41, Ramon Fried wrot
On 27 May 2018 at 03:52, Chris Packham wrote:
> Many mailing-lists consider a long Cc list a sign of spam and will
> either drop the message or mark it for moderation. Because patman
> automatically invokes get_maintainer.pl the Cc list can expand
> unexpectedly. Allow the user to specify a limit
+Tom
Hi Angelo,
On 27 May 2018 at 01:22, Angelo Dureghello wrote:
> Hi Simon,
>
> On Sat, May 26, 2018 at 04:18:57PM -0600, Simon Glass wrote:
>> Hi Angelo,
>>
>> On 3 May 2018 at 16:01, Angelo Dureghello wrote:
>> > To be able to build spi driver with DM support, a new config
>> > option has b
This patch adds cpu hotplug support, previous
imx_cpu_off implementation is NOT safe, a CPU
can NOT power down itself in runtime, it will cause
system bus hang due to pending transaction. So
need to use other online CPU to kill it when
it is ready for killed.
Here use SRC parameter register and a
It is necessary to implement psci_features callback
to report supported features for linux kernel to
decide whether to proceed psci calls, for example,
linux deep sleep mode is ONLY entered when psci_features
returns TRUE when linux kernel checks whether
system suspend is supported by calling psci_
Add i.MX7D GPC initialization for low power mode
support like system suspend/resume from linux kernel:
- Pending IOMUXC IRQ to workaround GPC state machine issue;
- Mask all GPC interrupts for M4/C0/C1;
- Configure SCU timing;
- Configure time slot ack;
- Configure C0/C1 power up/down timing;
This patch adds system suspend/resume support,
when linux kernel enters deep sleep mode, SoC will go
into below mode:
- CA7 platform goes into STOP mode;
- SoC goes into DSM mode;
- DDR goes into self-refresh mode;
- CPU0/SCU will be powered down.
When wake up event arrives:
- SoC DSM mdoe
Since I added system suspend/resume based on this patch, so I send out the
patch set of system suspend resume including this patch, so you can ignore this
thread and just review the patch set (4 patches), thanks.
Sent [PATCH 1/4] mx7: psci: add cpu hotplug support
Sent [PATCH 2/4] imx: mx7: add
From: Jon Nettleton
Both ping_receive and arp_receive would transmit a received packet
back out using its original point. This causes problems with
certain network cards that add a custom header to the packet.
Specifically the mvneta driver for the Armada series boards has
a 2 byte Marvell heade
From: Jon Nettleton
This makes sure the DMA buffers are properly aligned for the
hardware.
Signed-off-by: Jon Nettleton
Signed-off-by: Baruch Siach
---
drivers/net/mvneta.c | 20 ++--
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/drivers/net/mvneta.c b/drivers
2018-05-14 19:16 GMT+08:00 Tom Rini :
> On Mon, May 14, 2018 at 04:31:27PM +0800, Rick Chen wrote:
>> >> > > > > Related, is there a QEMU target for nds32 that we could leverage
>> >> > > > > so that once the toolchain issue is resolved we can update
>> >> > > > > .travis.yml to run
>> >> > > tests
35 matches
Mail list logo