Hi Mario,
On Tue, Sep 25, 2018 at 2:24 PM Mario Six wrote:
>
> Hi Bin,
>
> On Tue, Sep 25, 2018 at 7:48 AM Bin Meng wrote:
> >
> > On Sat, Sep 22, 2018 at 3:55 AM Simon Glass wrote:
> > >
> > > Hi Mario,
> > >
> > > On 21 September 2018 at 01:02, Mario Six wrote:
> > > >
> > > > Hi Simon,
> >
This enables the folowing to Kconfig:
CONFIG_BLK
CONFIG_DM_MMC
Signed-off-by: Yinbo Zhu
---
Change in v9:
fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors
configs/ls1021atwr_nor_SECURE_BOOT_defconfig |2 ++
configs/ls1021atwr_nor_defconfig
This patch is to add eSDHC node for ls1043a.
Signed-off-by: Yinbo Zhu
---
Change in v9:
fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors
arch/arm/dts/fsl-ls1043a.dtsi |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/fsl
This patch is to enable eSDHC for ls1021a.
Signed-off-by: Yinbo Zhu
---
Change in v9:
fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors
arch/arm/dts/ls1021a.dtsi |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/dts/ls1021a.dtsi b/a
This patch is to add eSDHC node for ls1088a.
Signed-off-by: Yinbo Zhu
---
Change in v9:
fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors
arch/arm/dts/fsl-ls1088a.dtsi |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/fs
This patch is to add eSDHC node for ls1046a.
Signed-off-by: Yinbo Zhu
---
Change in v9:
fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors
arch/arm/dts/fsl-ls1046a.dtsi |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/fsl
This patch is to add eSDHC node for ls2088a.
Signed-off-by: Yinbo Zhu
---
Change in v9:
fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling errors
arch/arm/dts/fsl-ls2080a.dtsi |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/fsl
This patch adds esdhc clock support for ls1088a and ls2088a.
Signed-off-by: Yinbo Zhu
---
Change in v9:
fix ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig compiling
errors
.../arm/cpu/armv8/fsl-layerscape/fsl_lsch3_speed.c | 14 ++
1 files changed, 14 insertions(+),
At present the MMC subsystem maintains its own list
of MMC devices. This cannot work with driver model
when CONFIG_BLK is enabled, use blk_dread to
replace previous mmc read interface,
use mmc_get_blk_desc to get the mmc device property
Signed-off-by: Yinbo Zhu
---
Change in v9:
f
Because it has been moved to drivers/qe/Kconfig instead.
Following platforms are involved:
T102xQDS, T102xRDB, T1040QDS, ls1021aqds, ls1021atwr, ls1043ardb
Signed-off-by: Ran Wang
---
Change in v2:
Remove CONFIG_U_QE from more platforms besides ls1021a
include/configs/T102xQDS.h | 1 -
Otherwise system will hang after executing wfi.
Signed-off-by: Ran Wang
---
Change in v2:
None
arch/arm/cpu/armv7/ls102xa/ls102xa_psci.c | 4
arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 2 ++
2 files changed, 6 insertions(+)
diff --git a/arch/arm/cpu/armv7/ls10
add Kconfig option for U QUICC Engine.
Signed-off-by: Ran Wang
---
Change in v2:
Add more conditional define to support more platforms.
drivers/Kconfig| 2 ++
drivers/qe/Kconfig | 12
2 files changed, 14 insertions(+)
create mode 100644 drivers/qe/Kconfig
diff --git
On 21.9.2018 14:38, Nicolas Ferre wrote:
> Michal,
>
> On 20/09/2018 at 08:23, Michal Simek wrote:
>> On 19.9.2018 20:08, Edgar E. Iglesias wrote:
>>> On Wed, Sep 19, 2018 at 06:08:18PM +0200, Michal Simek wrote:
Clear ADDR64 dma bit in DMACFG register in case that HW_DMA_CAP_64B
is not
Hi Bin,
On Tue, Sep 25, 2018 at 7:48 AM Bin Meng wrote:
>
> On Sat, Sep 22, 2018 at 3:55 AM Simon Glass wrote:
> >
> > Hi Mario,
> >
> > On 21 September 2018 at 01:02, Mario Six wrote:
> > >
> > > Hi Simon,
> > >
> > > On Fri, Aug 17, 2018 at 2:52 PM Simon Glass wrote:
> > > >
> > > > Hi Mario
ping..
schrieb am Do., 20. Sep. 2018, 17:05:
> ping
>
> Am Mo., 10. Sep. 2018 um 12:43 Uhr schrieb Christian Gmeiner
> :
> >
> > This converts the following to Kconfig:
> >CONFIG_DISABLE_CONSOLE
> >
> > Signed-off-by: Christian Gmeiner
> > ---
> > common/Kconfig | 5 +
> >
Hi Simon,
On Fri, Sep 14, 2018 at 12:53 PM, Simon Glass wrote:
> Hi Jens,
>
> On 3 September 2018 at 16:46, Jens Wiklander
> wrote:
>> Adds mmc_rpmb_route_frames() to route RPMB data frames from/to an
>> external entity.
>>
>> Tested-by: Igor Opaniuk
>> Signed-off-by: Jens Wiklander
>> ---
>>
Hi Simon,
On Fri, Sep 21, 2018 at 9:56 PM Simon Glass wrote:
>
> Hi Mario,
>
> On 21 September 2018 at 01:02, Mario Six wrote:
> >
> > Hi Simon,
> >
> > On Fri, Aug 17, 2018 at 2:52 PM Simon Glass wrote:
> > >
> > > Hi Mario,
> > >
> > > On 13 August 2018 at 00:09, Mario Six wrote:
> > > > The
Hi Simon,
On Tue, Sep 18, 2018 at 4:05 AM, Simon Glass wrote:
> Hi Jen,
>
> On 17 August 2018 at 14:48, Simon Glass wrote:
>>
>> On 10 August 2018 at 06:54, Jens Wiklander wrote:
>> > Converts fdtdec_setup_memory_banksize() to use ofnode functions instead.
>> >
>> > Signed-off-by: Jens Wiklande
On 09/25/2018 02:21 AM, Joel Stanley wrote:
> On Fri, 21 Sep 2018 at 16:09, Cédric Le Goater wrote:
>>
>> This is a large update of the AST2500 Soc DTS file bringing it to the
>> level of commit 927c2fc2db19 :
>>
>> Author: Joel Stanley
>> Date:Sat Jun 2 01:18:53 2018 -0700
>>
>>
On Sat, Sep 22, 2018 at 3:55 AM Simon Glass wrote:
>
> Hi Mario,
>
> On 21 September 2018 at 01:02, Mario Six wrote:
> >
> > Hi Simon,
> >
> > On Fri, Aug 17, 2018 at 2:52 PM Simon Glass wrote:
> > >
> > > Hi Mario,
> > >
> > > On 13 August 2018 at 00:09, Mario Six wrote:
> > > > The regmap fun
On Sun, Sep 23, 2018 at 04:42:17PM +0200, Alexander Graf wrote:
>
>
> On 12.09.18 08:55, Akashi, Takahiro wrote:
> > From: AKASHI Takahiro
> >
> > The whole content of include/fat.h should be guarded with CONFIG_FS_FAT.
> >
> > This is necessary specifically because fs/fs.c unconditionally inc
Simon,
Sorry for not responding soon.
On Fri, Sep 14, 2018 at 12:54:57PM +0200, Simon Glass wrote:
> Hi Akashi,
>
> On 4 September 2018 at 09:49, AKASHI Takahiro
> wrote:
> > In this commit, the same set of test cases as in test/fs/fs-test.sh
> > is provided using pytest framework.
> > Actually
Hello Liviu,
Am 18.09.2018 um 06:21 schrieb Heiko Schocher:
Hello Liviu,
Am 17.09.2018 um 18:51 schrieb Liviu Dudau:
The Arm Versatile Express I2C controller is a simple register-based
controller that uses a register to control the state of the SCL and
SDA lines. Add support for it.
Signed-of
Hi Andy,
On Sat, Sep 22, 2018 at 9:05 PM Andy Shevchenko
wrote:
>
> TBD
>
> Signed-off-by: Andy Shevchenko
> ---
> arch/x86/include/asm/acpi_table.h | 25 ++
> arch/x86/lib/acpi_table.c | 82 +++
> 2 files changed, 107 insertions(+)
>
> diff --git a/a
Hi Andy,
On Sat, Sep 22, 2018 at 9:05 PM Andy Shevchenko
wrote:
>
> TBD
>
> Signed-off-by: Andy Shevchenko
> ---
> drivers/serial/ns16550.c | 14 ++
> drivers/serial/serial-uclass.c | 21 +
> include/common.h | 3 +++
> include/serial.h
Hi York,
> -Original Message-
> From: York Sun
> Sent: Saturday, September 22, 2018 02:50
> To: Ran Wang ; Alison Wang
> ; Sumit Garg
> Cc: Qiang Zhao ; u-boot@lists.denx.de
> Subject: Re: [PATCH 1/3] qe: kconfig: U QE kconfig
>
> On 08/09/2018 02:56 AM, Ran Wang wrote:
> > add Kconfig o
Hi Eugeniu,
On Sun, Sep 23, 2018 at 7:10 AM Eugeniu Rosca wrote:
>
> Hi Bin,
>
> jFYI, I've created https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87392
> ("UBSAN behavior on left-shifting 1 into the sign bit is dependent on C
> standard"), to get some recommendation from GCC guys how to handle
> t
On Fri, 21 Sep 2018 at 16:09, Cédric Le Goater wrote:
>
> This is a large update of the AST2500 Soc DTS file bringing it to the
> level of commit 927c2fc2db19 :
>
> Author: Joel Stanley
> Date:Sat Jun 2 01:18:53 2018 -0700
>
> ARM: dts: aspeed: Fix hwrng register address
>
>
On Fri, 21 Sep 2018 at 16:09, Cédric Le Goater wrote:
>
> Signed-off-by: Cédric Le Goater
> Reviewed-by: Jagan Teki
Reviewed-by: Joel Stanley
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
The UEFI spec defines that a line feed moves the cursor to the next line
and (only) a carriage return moves the cursor to the beginning of the line.
So we should issue CR LF when we want to get to the start of the next line.
Add some comments.
Signed-off-by: Heinrich Schuchardt
---
v2
c
The UEFI spec defines that a line feed moves the cursor to the next line
and (only) a carriage return moves the cursor to the beginning of the line.
So we should issue CR LF when we want to get to the start of the next line.
Add some comments.
Signed-off-by: Heinrich Schuchardt
---
lib/efi_loa
On 24.09.2018 19:55, Max Filippov wrote:
> On Sun, Sep 23, 2018 at 1:02 PM, Daniel Schwierzeck
> wrote:
>> Create a new Kconfig menu called 'Standalone programs' with
>> 'Program load address' as menu entry. It's possible now to build without
>> the standalone example. Anyway the default value f
Hello
neither the helloworld.efi of qemu-x86_64_defconfig nor the
u-boot-payload.efi of efi-x86_payload64_defconfig can be started from
the firmware of my Thinkpad 585 while grubx64.efi works fine.
Looking at the generated PE header I found the following abnormality:
coff.PointerToSymbolTable !=
All our handles point to a struct efi_object. So let's define the
efi_handle_t accordingly. This helps us to discover coding errors much
more easily. This becomes evident by the corrections to the usage of
handles in this patch.
Signed-off-by: Heinrich Schuchardt
---
cmd/bootefi.c
Up to now we have treated handles as separate objects to EFI objects. This
confusion has lead to hidden bugs like those corrected by the first patch.
By changing the efi_handle_t typedef we can avoid this problem in future.
As handles are pointers to EFI objects there is no need for a handle membe
A pointer to a struct efi_object is a handle. We do not need any handle
member in this structure. Let's eliminate it.
Signed-off-by: Heinrich Schuchardt
---
include/efi_loader.h | 26 +-
lib/efi_loader/efi_boottime.c| 59
lib/efi_loade
On 23 September 2018 at 07:24, Alexander Graf wrote:
>
> The EFI selftest does not succeed on Sandbox yet. The network support
> seems to need some love to actually make our current tests succeed.
>
> So let's disable running the selftest on sandbox for now until "make
> tests" just works. Then we
If UninstallMultipleProtocolInterfaces fails, we sometimes return the wrong
status code. The UEFI spec mandates to always return EFI_INVALID_PARAMETER.
Update unit test.
Signed-off-by: Heinrich Schuchardt
---
lib/efi_loader/efi_boottime.c | 3 ++-
.../efi_selftest_manageprotoc
On Sun, Sep 23, 2018 at 1:02 PM, Daniel Schwierzeck
wrote:
> Create a new Kconfig menu called 'Standalone programs' with
> 'Program load address' as menu entry. It's possible now to build without
> the standalone example. Anyway the default value for CONFIG_STANDALONE
> is 'y' to maintain the curr
On 09/23/2018 04:47 PM, Simon Glass wrote:
At present the unicode filtering seems to get confused at times with
this error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position
32: ordinal not in range(128)
It seems to be due to self._nonprint being interpreted as UTF-8
On 21/09/2018 15:02, Jean-Jacques Hiblot wrote:
On 21/09/2018 12:43, Lukasz Majewski wrote:
Hi Jean-Jacques,
On 21/09/2018 11:24, Lukasz Majewski wrote:
Hi Jean-Jacques,
On 21/09/2018 10:50, Lukasz Majewski wrote:
Hi Jean-Jacques,
Hi Marek,
I haven't heard of you on this series.
It i
Hi
On Mon., 24 Sep. 2018, 5:15 pm Stefan Agner, wrote:
> On 24.09.2018 16:56, Michael Nazzareno Trimarchi wrote:
> > Hi
> >
> > On Mon., 24 Sep. 2018, 4:51 pm Stefan Agner, wrote:
> >
> >> On 24.09.2018 16:43, Michael Nazzareno Trimarchi wrote:
> >>> Hi
> >>>
> >>> On Thu., 16 Aug. 2018, 3:09
On 24.09.2018 16:56, Michael Nazzareno Trimarchi wrote:
> Hi
>
> On Mon., 24 Sep. 2018, 4:51 pm Stefan Agner, wrote:
>
>> On 24.09.2018 16:43, Michael Nazzareno Trimarchi wrote:
>>> Hi
>>>
>>> On Thu., 16 Aug. 2018, 3:09 pm Stefan Agner,
>> wrote:
>>>
On 13.08.2018 09:30, Gerard Salvatella
Add support for the Arm Versatile Express config bus that is
being used for exposing various subsystems via a generic
configuration bus. This driver adds support for generating
transactions on this configuration bus and can be used by
other drivers to abstract the communication with the actual
func
On 08/27/2018 07:56 PM, Yinbo Zhu wrote:
> This enables the folowing to Kconfig:
> CONFIG_BLK
> CONFIG_DM_MMC
>
> Signed-off-by: Yinbo Zhu
> ---
> configs/ls1021atwr_nor_SECURE_BOOT_defconfig |2 ++
> configs/ls1021atwr_nor_defconfig |2 ++
> configs/l
On Sun, Sep 23, 2018 at 06:58:25PM +0200, Daniel Schwierzeck wrote:
> Hi Tom,
>
> Travis-CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/432133437
>
>
> The following changes since commit 9dc8d155d4e88563f572ee79aab758eb4272f3fd:
>
> Merge git://git.denx.de/u-boot-imx (2018-09-19 2
Hi
On Mon., 24 Sep. 2018, 4:51 pm Stefan Agner, wrote:
> On 24.09.2018 16:43, Michael Nazzareno Trimarchi wrote:
> > Hi
> >
> > On Thu., 16 Aug. 2018, 3:09 pm Stefan Agner, wrote:
> >
> >> On 13.08.2018 09:30, Gerard Salvatella wrote:
> >>> Some boards require specific configuration prior to
On 09/24/2018 02:29 AM, Pramod Kumar wrote:
>
>
>> -Original Message-
>> From: York Sun
>> Sent: Friday, September 21, 2018 8:20 PM
>> To: Pramod Kumar
>> Cc: u-boot@lists.denx.de
>> Subject: Re: [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb
>> board.
>>
>> On 08/21/2018 02:18
On 24.09.2018 16:43, Michael Nazzareno Trimarchi wrote:
> Hi
>
> On Thu., 16 Aug. 2018, 3:09 pm Stefan Agner, wrote:
>
>> On 13.08.2018 09:30, Gerard Salvatella wrote:
>>> Some boards require specific configuration prior to booting the
>> kernel.
>>> For instance, our boards require shutting dow
Hi
On Thu., 16 Aug. 2018, 3:09 pm Stefan Agner, wrote:
> On 13.08.2018 09:30, Gerard Salvatella wrote:
> > Some boards require specific configuration prior to booting the kernel.
> > For instance, our boards require shutting down the display to avoid
> > fading transitions before the drivers a
On 13.08.2018 09:30, Gerard Salvatella wrote:
> Some boards require specific configuration prior to booting the kernel.
> For instance, our boards require shutting down the display to avoid
> fading transitions before the drivers are reloaded by the kernel. This
> could be facilitated by adding an
>-Original Message-
>From: York Sun
>Sent: Friday, September 21, 2018 8:20 PM
>To: Pramod Kumar
>Cc: u-boot@lists.denx.de
>Subject: Re: [PATCH v2] ls1088ardb_pb: Add support for ls1088ardb_pb
>board.
>
>On 08/21/2018 02:18 AM, Pramod Kumar wrote:
>> ls1088ardb-pb is another varinat of th
> -Original Message-
> From: York Sun
> Sent: Saturday, September 22, 2018 2:40 AM
> To: Priyanka Jain
> Cc: u-boot@lists.denx.de
> Subject: Re: [PATCH] armv8: lsch3: Add support of serdes3 module
>
> On 08/23/2018 11:43 PM, Priyanka Jain wrote:
> > Some lsch3 based SoCs like lx2160a co
On Mon, 2018-09-24 at 08:42 +0100, Alex Kiernan wrote:
> CAUTION: This email originated from outside of the organization. Do not click
> links or open attachments unless you recognize the sender and know the
> content is safe.
>
>
> On Wed, Sep 5, 2018 at 8:23 PM Rasmus Villemoes
> wrote:
> >
On Mon, Sep 24, 2018 at 10:44 AM Patrice CHOTARD wrote:
>
> Hi Andy
>
> On 09/22/2018 03:05 PM, Andy Shevchenko wrote:
> > TBD
>
> You forgot to add a commit message ;-)
Yes, cover letter explains why.
It's a halfbaked stuff in case someone is interested to continue.
For your convenience:
patch
On 09/22/2018 03:05 PM, Andy Shevchenko wrote:
> TBD
Same remark as Patch 1
>
> Signed-off-by: Andy Shevchenko
> ---
> arch/x86/include/asm/acpi_table.h | 25 ++
> arch/x86/lib/acpi_table.c | 82 +++
> 2 files changed, 107 insertions(+)
>
> diff -
Hi Andy
On 09/22/2018 03:05 PM, Andy Shevchenko wrote:
> TBD
You forgot to add a commit message ;-)
>
> Signed-off-by: Andy Shevchenko
> ---
> drivers/serial/ns16550.c | 14 ++
> drivers/serial/serial-uclass.c | 21 +
> include/common.h | 3
On Wed, Sep 5, 2018 at 8:23 PM Rasmus Villemoes
wrote:
>
> In the case where one deletes an already-non-existing variable, or sets
> a variable to the value it already has, there is no point in writing the
> environment back, thus reducing wear on the underlying storage
> device.
>
> Signed-off-by
58 matches
Mail list logo