Rename the bl31_entry() function with 'spl_' prefix and add one
parameter for bl31 entry address since we can get it from spl_image header.
Signed-off-by: Kever Yang
---
common/spl/spl.c | 2 +-
common/spl/spl_atf.c | 4 ++--
include/spl.h| 6 +-
3 files changed, 8 insertions(+)
We don't need SPL_ATF_TEXT_BASE since we can get the bl31 entry
from spl_image.entry_point.
Signed-off-by: Kever Yang
---
common/spl/Kconfig | 6 --
1 file changed, 6 deletions(-)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 85f8d66..3a74ca3 100644
--- a/common/spl/Kconfig
++
After update bl31_entry(), we don't need CONFIG_SPL_ATF_TEXT_BASE.
Signed-off-by: Kever Yang
---
configs/firefly-rk3399_defconfig | 1 -
configs/lion-rk3368_defconfig| 1 -
2 files changed, 2 deletions(-)
diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig
inde
> -Original Message-
> From: Joakim Tjernlund [mailto:joakim.tjernl...@infinera.com]
> Sent: Thursday, September 07, 2017 2:55 PM
> To: Mingkai Hu ; Roy Zang ;
> York Sun
> Cc: u-boot@lists.denx.de
> Subject: Re: setup of PEX_GCLK_RATIO in E500 CPUs(P2010) missing ?
>
> On Thu, 2017-09-
On 09/06/2017 11:01 PM, Lothar Waßmann wrote:
On Wed, 6 Sep 2017 10:34:33 -0700 Eric Nelson wrote:
On 09/05/2017 06:16 PM, Peng Fan wrote:
On Mon, Sep 04, 2017 at 07:48:56PM -0700, Eric Nelson wrote:
Hi Peng,
Can you tell that I'm hunting a bug in an old version?
I'm seeing a **very** interm
Disable CONFIG_ARCH_FIXUP_FDT_MEMORY to prevent U-Boot from modifying
the memory {} nodes in the DT passed to the Linux kernel. The R8A779x
DT contains multiple memory {} nodes, while U-Boot only modifies the
first one and stuffs all the memory entries into it, which is wrong.
Disabling CONFIG_ARCH
Delete one redundant 'which' for SPL_ATF_SUPPORT description.
Signed-off-by: Kever Yang
---
common/spl/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 29c86a4..6174084 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kcon
> -Original Message-
> From: York Sun
> Sent: Wednesday, September 06, 2017 11:37 PM
> To: Joakim Tjernlund ; Mingkai Hu
>
> Cc: Xiaowei Bao ; u-boot@lists.denx.de
> Subject: Re: FSL PCIe LTSSM >= PCI_LTSSM_L0 equals link up
>
> On 09/05/2017 04:08 AM, Joakim Tjernlund wrote:
> > On Mon
Kever,
> On 7 Sep 2017, at 09:00, Kever Yang wrote:
>
> Rename the bl31_entry() function with 'spl_' prefix and add one
> parameter for bl31 entry address since we can get it from spl_image header.
Just as a heads-up, I also have a patch in my queue (i.e. to submit this week)
that
integrates a
Kever,
Thanks for the fix.
Could we move all RK3399 boards to use OF_CONTROL (i.e. not OF_PLATDATA)
in SPL? We have been using this for the RK3399-Q7 and there is plenty of SRAM
left for future code-growth, so this should be a safe choice.
Regards,
Philipp.
> On 7 Sep 2017, at 05:20, Kever Yan
Kever,
I’ll try to get this in for the current release (i.e get it applied and send
out a pull
later this week), as it’s a defconfig-only bugfix for a regression introduced
in the
current release.
Regards,
Philipp.
> On 7 Sep 2017, at 05:30, Kever Yang wrote:
>
> After the patch below, we ne
Hi Fabio,
thanks for this.
On 06/09/2017 18:49, Fabio Estevam wrote:
> From: Fabio Estevam
>
> MX6Q/QP IPU operates at 264MHz and MX6DL IPU at 198MHz.
>
> When running a SPL target, which supports multiple MX6 variants we cannot
> properly setup the IPU clock frequency via CONFIG_IPUV3_CLK opt
Hello Kever Yang,
Thank you for your prompt response.
This is an important feature, as 'otg' mode allow the board to stay responsive
to the computer driving it. Especially sunxi-fel and ttyusb.
I might be interested in implementing it in u-boot.
How can I do that? What is the code size conseque
Hi,
On Thu, Sep 07, 2017 at 12:05:20PM +0300, rivael_il wrote:
> Hello Kever Yang,
>
> Thank you for your prompt response.
>
> This is an important feature, as 'otg' mode allow the board to stay
> responsive to the computer driving it. Especially sunxi-fel and
> ttyusb.
Both are peripheral-only
Include common config_distro_defaults.h and config_distro_bootcmd.h
for u-boot enviroments to support automatical distro boot which
scan boot.scr from external storage devices(e.g. SD and USB)
and execute autoboot script.
Signed-off-by: Bhaskar Upadhaya
Signed-off-by: Rajesh Bhagat
---
Depends o
Hello Maxime!
Thank you for your answer.
How can I set "peripheral" mode on the USB in u-boot?
Thank you,
Michael
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Everyone , almost done here !!! I Need Help !!! to make the chromebook
TegraTk1 model running Ubuntu-Xenial Mainline v4.4.0.70
After I compiled the zImage with this:
root@alarm:/# sudo make -j5 zImage dtbs modules
Second: I caught this file in attached Then I runing this command:
r
On Thu, Sep 07, 2017 at 01:23:32PM +0300, rivael_il wrote:
>
> Hello Maxime!
>
> Thank you for your answer.
> How can I set "peripheral" mode on the USB in u-boot?
Enable CONFIG_USB_MUSB_GADGET instead of HOST.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http
The HCD may have limitation on the maximum bytes to be transferred
in a USB transfer. USB class driver needs to be aware of this.
Signed-off-by: Bin Meng
---
drivers/usb/host/usb-uclass.c | 11 +++
include/usb.h | 22 +-
2 files changed, 32 insertions
xHCD allocates one segment which includes 64 TRBs for each endpoint
and the last TRB in this segment is configured as a link TRB to form
a TRB ring. Each TRB can transfer up to 64K bytes, however data
buffers referenced by transfer TRBs shall not span 64KB boundaries.
Hence the maximum number of TR
When EHCD and xHCD are enabled at the same time, USB storage device
driver will fail to read/write from/to the storage device attached
to the xHCI interface, due to its transfer blocks exceeds the xHCD
driver limitation.
With driver model, we have an API to get the controller's maximum
transfer si
EHCD can handle any transfer length as long as there is enough free
heap space left, hence set the theoretical max number SIZE_MAX.
Signed-off-by: Bin Meng
---
drivers/usb/host/ehci-hcd.c | 12
1 file changed, 12 insertions(+)
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb
This adds a new memeber max_xfer_blk in struct us_data to record
the maximum number of transfer blocks for the storage device.
It is set per HCD setting, and so far is to 65535 for EHCD and 20
for everything else.
Signed-off-by: Bin Meng
---
common/usb_storage.c | 49 ++
Hi Bin,
thanks for working on this. Without these 5 patches applied, loading
files via "load" command from USB sticks results in U-Boot crashes.
With all these 5 patches applied, loading via FS now works as
expected. :)
So:
Tested-by: Stefan Roese
Thank,
Stefan
On 07.09.2017 15:13, Bin Meng
On 07.09.2017 15:13, Bin Meng wrote:
xHCD allocates one segment which includes 64 TRBs for each endpoint
and the last TRB in this segment is configured as a link TRB to form
a TRB ring. Each TRB can transfer up to 64K bytes, however data
buffers referenced by transfer TRBs shall not span 64KB bou
On 07.09.2017 15:13, Bin Meng wrote:
EHCD can handle any transfer length as long as there is enough free
heap space left, hence set the theoretical max number SIZE_MAX.
Signed-off-by: Bin Meng
Tested-by: Stefan Roese
Thanks,
Stefan
___
U-Boot mail
On 07.09.2017 15:13, Bin Meng wrote:
This adds a new memeber max_xfer_blk in struct us_data to record
the maximum number of transfer blocks for the storage device.
It is set per HCD setting, and so far is to 65535 for EHCD and 20
for everything else.
Signed-off-by: Bin Meng
Tested-by: Stefan
On 07.09.2017 15:13, Bin Meng wrote:
When EHCD and xHCD are enabled at the same time, USB storage device
driver will fail to read/write from/to the storage device attached
to the xHCI interface, due to its transfer blocks exceeds the xHCD
driver limitation.
With driver model, we have an API to g
On Wed, Sep 06, 2017 at 04:57:52PM +0200, Felix Brack wrote:
> On 01.09.2017 17:21, Tom Rini wrote:
> > On Thu, Aug 31, 2017 at 03:16:17PM +0200, Felix Brack wrote:
> >
> >> Boards using the single-register-pin-controller can configure all
> >> pins by means of the device tree. This renders the i
On 09/06/2017 09:10 PM, Sumit Garg wrote:
>> -Original Message-
>> From: York Sun
>> Sent: Wednesday, September 06, 2017 9:47 PM
>> To: Sumit Garg ; u-boot@lists.denx.de
>> Cc: Ruchika Gupta ; Prabhakar Kushwaha
>> ; tr...@konsulko.com
>> Subject: Re: [Patch v2] configs: SECURE_BOOT: Enable
> -Original Message-
> From: York Sun
> Sent: Thursday, September 07, 2017 9:01 PM
> To: Sumit Garg ; u-boot@lists.denx.de
> Cc: Ruchika Gupta ; Prabhakar Kushwaha
> ; tr...@konsulko.com
> Subject: Re: [Patch v2] configs: SECURE_BOOT: Enable
> CONFIG_CMD_EXT4_WRITE
>
> On 09/06/2017 09:10
On Sonntag, 3. September 2017 17:26:43 CEST Heinrich Schuchardt wrote:
> On 09/03/2017 02:19 PM, Alexander Graf wrote:
> > On 03.09.17 08:17, Heinrich Schuchardt wrote:
> >> The target
> >> $(obj)/helloworld.so:
> >> exists twice in Makefile.lib.
> >>
> >> If you add an echo command to each of the
Hi Tom,
A few minor fixes for you.
RGMII fix for LS1043/6 and cosmetic stuff.
The following changes since commit 84a42069f253554dbc2c7b4bbd28149a7a88c0ab:
env: Add 'envtools' target to 'make help' (2017-09-05 20:34:09 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-
Hi Madalin-cristian,
https://patchwork.ozlabs.org/patch/803094/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Tom,
https://patchwork.ozlabs.org/patch/803831/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Heinrich,
https://patchwork.ozlabs.org/patch/807182/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
Hi Madalin-cristian,
https://patchwork.ozlabs.org/patch/803095/ was applied to
http://git.denx.de/?p=u-boot/u-boot-net.git
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
On Thu, Aug 31, 2017 at 8:51 AM, Simon Glass wrote:
> On 27 August 2017 at 06:51, Heinrich Schuchardt wrote:
>> In efi_install_protocol_interface support creating
>> a new handle.
>>
>> Signed-off-by: Heinrich Schuchardt
>> ---
>> lib/efi_loader/efi_boottime.c | 22 --
>> 1
On 08/31/2017 03:43 AM, Ashish Kumar wrote:
> LS1088A is an ARMv8 implementation. The LS1088ARDB is an evaluatoin
> platform that supports the LS1088A family SoCs. This patch add basic
> support of the platform.
>
> Signed-off-by: Alison Wang
> Signed-off-by: Prabhakar Kushwaha
> Signed-off-by:
On 09/03/2017 08:05 PM, Zhiqiang Hou wrote:
> From: Hou Zhiqiang
>
> Enabled PCIe support and PCI command feature.
>
> Signed-off-by: Hou Zhiqiang
> ---
> configs/ls1088aqds_qspi_defconfig| 4
> configs/ls1088aqds_sdcard_qspi_defconfig | 4
> configs/ls1088ardb_qspi_defcon
In case high region memory doesn't have enough space for Management
Complex (MC), the return value should indicate a failure so the
caller can handle it accordingly.
Signed-off-by: York Sun
Reported-by: Ebony Zhu
---
arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 15 ---
1 file changed,
Really just the subset that is needed by efi_console. Perhaps more will
be added later, for example color support would be useful to implement
efi_cout_set_attribute().
Signed-off-by: Rob Clark
---
drivers/video/vidconsole-uclass.c | 112 ++
drivers/video/vid
Content can come to screen via putc() and we cannot always rely on
updates ending with a puts(). This is the case with efi_console output
to vidconsole. Fixes corruption with Shell.efi.
Signed-off-by: Rob Clark
---
drivers/video/vidconsole-uclass.c | 3 +++
1 file changed, 3 insertions(+)
dif
On Sun, Sep 03, 2017 at 06:44:23PM -0700, Bin Meng wrote:
> Change to use 'debug' to output the error message if it fails to
> read the driver descriptor block.
>
> Signed-off-by: Bin Meng
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Mon, Sep 04, 2017 at 06:19:04PM -0700, ali...@peloton-tech.com wrote:
> From: Alison Chaiken
>
> Signed-off-by: Alison Chaiken
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot
On Tue, Sep 05, 2017 at 10:37:44PM -0700, Bin Meng wrote:
> These are currently out of alphabetical order.
>
> Signed-off-by: Bin Meng
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-
On Wed, Sep 06, 2017 at 08:35:19AM +0100, Paul Barker wrote:
> This reverts commit 25877d4e4c45451c5398aec3de50e0d5befe0e9f.
>
> This is a workaround for Raspberry Pi boot failures seen when passing on
> the device tree provided by the Raspberry Pi firmware at boot. Without
> CONFIG_OF_EMBED, we
On Thu, Sep 07, 2017 at 03:50:18PM +0800, Kever Yang wrote:
> Delete one redundant 'which' for SPL_ATF_SUPPORT description.
>
> Signed-off-by: Kever Yang
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-B
On Tue, Sep 05, 2017 at 10:37:45PM -0700, Bin Meng wrote:
> Some files are generated during libfdt build. Ignore them.
>
> This was wrongly put in the .gitignore in the root directory before.
> Now let's remove entries there and put them in the right place.
>
> Fixes: 34e2c285 ("gitignore: add i
On Wed, Sep 06, 2017 at 05:55:13PM +0200, Heinrich Schuchardt wrote:
> The inline documentation of vsprintf mentions a parameter size
> which does not exist in the function declaration.
>
> int vsprintf(char *buf, const char *fmt, va_list args);
>
> Signed-off-by: Heinrich Schuchardt
Applied t
On Thu, Sep 07, 2017 at 03:55:11AM +0200, Heinrich Schuchardt wrote:
> Remove a comment line refering to a non-existent file.
>
> Signed-off-by: Heinrich Schuchardt
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Thu, Sep 07, 2017 at 01:29:37PM -0500, Joe Hershberger wrote:
> Hi Tom,
>
> A few minor fixes for you.
> RGMII fix for LS1043/6 and cosmetic stuff.
>
> The following changes since commit 84a42069f253554dbc2c7b4bbd28149a7a88c0ab:
>
> env: Add 'envtools' target to 'make help' (2017-09-05 20:
On Tue, Sep 05, 2017 at 03:11:14PM +0200, Marek Vasut wrote:
> On RCar M3 and on RCar H3 newer than and not including ES1.0, the SD clock
> must be divided by 4 rather than 2 because a hardware workaround present
> only in the H3 ES1.0 has been removed from these chips. U-Boot currently
> only sup
On Thu, Sep 07, 2017 at 09:48:24AM +0200, Marek Vasut wrote:
> Disable CONFIG_ARCH_FIXUP_FDT_MEMORY to prevent U-Boot from modifying
> the memory {} nodes in the DT passed to the Linux kernel. The R8A779x
> DT contains multiple memory {} nodes, while U-Boot only modifies the
> first one and stuffs
Hey Tom,
On Wed, Aug 30, 2017 at 5:42 PM, Joe Hershberger wrote:
> Reported-by: Coverity (CID: 152888)
> Signed-off-by: Joe Hershberger
Any comment on this or the other coverity fix?
Thanks,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
https://l
On Thu, Sep 07, 2017 at 07:52:43PM -0500, Joe Hershberger wrote:
> Hey Tom,
>
> On Wed, Aug 30, 2017 at 5:42 PM, Joe Hershberger
> wrote:
> > Reported-by: Coverity (CID: 152888)
> > Signed-off-by: Joe Hershberger
>
> Any comment on this or the other coverity fix?
Yes, thanks for correcting my
Philipp,
We already enable CONFIG_SPL_OF_CONTROL for all rk3399 board, right?
For OF_PLATDATA, I would prefer there always have a option to use for
speed up the boot time, not only for ram size.
Thanks,
- Kever
On 09/07/2017 04:51 PM, Dr. Philipp Tomsich wrote:
Kever,
Thanks for the
After the patch below, we need to add SPL_SYSRESET for do_reset()
in SPL:
87c16d4 drivers: spl: consistently use the $(SPL_TPL_) macro
Signed-off-by: Kever Yang
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e01b72e..7872cfd 10
Hi Philipp,
I think this patch is not enough, pls drop this.
I have send another patch to add SPL_SYSRESET for all Rockchip SoCs,
because all of them need this, eg. rk3288 have many boards, all have
this issue.
Thanks,
- Kever
On 09/07/2017 04:53 PM, Dr. Philipp Tomsich wrote:
Kever,
Hi York,
> -Original Message-
> From: York Sun
> Sent: 2017年9月8日 4:07
> To: Z.q. Hou ; u-boot@lists.denx.de; Ashish Kumar
> ; Prabhakar Kushwaha
> ; M.h. Lian
> Subject: Re: [PATCH 3/3] armv8: ls1088a: Enable PCIe in defconfigs
>
> On 09/03/2017 08:05 PM, Zhiqiang Hou wrote:
> > From: Ho
Include common config_distro_defaults.h and config_distro_bootcmd.h
for u-boot enviroments to support automatical distro boot which
scan boot.scr from external storage devices(e.g. SD and USB)
and execute autoboot script.
Signed-off-by: Bhaskar Upadhaya
Signed-off-by: Rajesh Bhagat
---
configs/
Enable validation of boot.scr script prior to its execution dependent
on "secureboot" flag in environment. Enable fall back option to
qspi boot in case of secure boot.
Signed-off-by: Sumit Garg
Tested-by: Vinitha Pillai
---
configs/ls1012ardb_qspi_SECURE_BOOT_defconfig | 1 +
include/configs/l
62 matches
Mail list logo