[U-Boot] [PATCH 1/3] spl: update bl31_entry() with new name and parameter

2017-09-07 Thread Kever Yang
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(+)

[U-Boot] [PATCH 2/3] spl: remove SPL_ATF_TEXT_BASE config option

2017-09-07 Thread Kever Yang
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 ++

[U-Boot] [PATCH 3/3] rockchip: remove CONFIG_SPL_ATF_TEXT_BASE for all boards

2017-09-07 Thread Kever Yang
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

Re: [U-Boot] setup of PEX_GCLK_RATIO in E500 CPUs(P2010) missing ?

2017-09-07 Thread Mingkai Hu
> -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-

Re: [U-Boot] video: ipu_common: fix build error

2017-09-07 Thread Eric Nelson
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

[U-Boot] [PATCH] ARM: rmobile: Disable CONFIG_ARCH_FIXUP_FDT_MEMORY

2017-09-07 Thread Marek Vasut
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

[U-Boot] [PATCH] spl: typo fix for SPL_ATF_SUPPORT description

2017-09-07 Thread Kever Yang
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

Re: [U-Boot] FSL PCIe LTSSM >= PCI_LTSSM_L0 equals link up

2017-09-07 Thread Mingkai Hu
> -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

Re: [U-Boot] [PATCH 1/3] spl: update bl31_entry() with new name and parameter

2017-09-07 Thread Dr. Philipp Tomsich
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

Re: [U-Boot] [PATCH 2/2] rockchip: ram: rk3399: update reg map for of-platdata

2017-09-07 Thread Dr. Philipp Tomsich
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

Re: [U-Boot] [PATCH] rockchip: firefly-rk3399: enable SPL_SYSRESET config

2017-09-07 Thread Dr. Philipp Tomsich
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

Re: [U-Boot] [PATCH] ipu_common: Let the MX6 IPU clock be calculated in run-time

2017-09-07 Thread Stefano Babic
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

Re: [U-Boot] Starting u-boot in USB otg mode

2017-09-07 Thread rivael_il
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

Re: [U-Boot] Starting u-boot in USB otg mode

2017-09-07 Thread Maxime Ripard
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

[U-Boot] [PATCH v3] arm64: ls1012ardb: Add distro boot support

2017-09-07 Thread Rajesh Bhagat
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

Re: [U-Boot] Starting u-boot in USB otg mode

2017-09-07 Thread rivael_il
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

[U-Boot] ChormeBook Tegra TK1 HP 14 " running Mainline Kernel Linux (Ubuntu - Xenial) -- Signing Kernel Almost Done !!

2017-09-07 Thread Alexandre N. Perfeito
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

Re: [U-Boot] Starting u-boot in USB otg mode

2017-09-07 Thread 'Maxime Ripard'
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

[U-Boot] [PATCH 1/5] dm: usb: Add a new USB controller operation 'get_max_xfer_size'

2017-09-07 Thread Bin Meng
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

[U-Boot] [PATCH 2/5] dm: usb: xhci: Implement get_max_xfer_size() operation

2017-09-07 Thread Bin Meng
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

[U-Boot] [PATCH 5/5] dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled

2017-09-07 Thread Bin Meng
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

[U-Boot] [PATCH 3/5] dm: usb: ehci: Implement get_max_xfer_size() operation

2017-09-07 Thread Bin Meng
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

[U-Boot] [PATCH 4/5] usb: storage: Refactor to use max_xfer_blk from struct us_data

2017-09-07 Thread Bin Meng
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 ++

Re: [U-Boot] [PATCH 1/5] dm: usb: Add a new USB controller operation 'get_max_xfer_size'

2017-09-07 Thread Stefan Roese
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

Re: [U-Boot] [PATCH 2/5] dm: usb: xhci: Implement get_max_xfer_size() operation

2017-09-07 Thread Stefan Roese
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

Re: [U-Boot] [PATCH 3/5] dm: usb: ehci: Implement get_max_xfer_size() operation

2017-09-07 Thread Stefan Roese
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

Re: [U-Boot] [PATCH 4/5] usb: storage: Refactor to use max_xfer_blk from struct us_data

2017-09-07 Thread Stefan Roese
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

Re: [U-Boot] [PATCH 5/5] dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled

2017-09-07 Thread Stefan Roese
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

Re: [U-Boot] [PATCH] arm: am33xx: Make pin multiplexing functions optional

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] [Patch v2] configs: SECURE_BOOT: Enable CONFIG_CMD_EXT4_WRITE

2017-09-07 Thread York Sun
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

Re: [U-Boot] [Patch v2] configs: SECURE_BOOT: Enable CONFIG_CMD_EXT4_WRITE

2017-09-07 Thread Sumit Garg
> -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

Re: [U-Boot] [PATCH 1/1] scripts/Makefile.lib: remove overridden target $(obj)/helloworld.so:

2017-09-07 Thread Brüns , Stefan
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

[U-Boot] Pull request: u-boot-net.git master

2017-09-07 Thread Joe Hershberger
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-

Re: [U-Boot] net: phy: realtek: fix enabling of the TX-delay for RTL8211F

2017-09-07 Thread Joe Hershberger
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

Re: [U-Boot] net: nfs: Drop CONFIG_NFS_READ_SIZE

2017-09-07 Thread Joe Hershberger
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

Re: [U-Boot] net: fix typos

2017-09-07 Thread Joe Hershberger
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

Re: [U-Boot] armv8: ls1043/ls1046aqds: add support for RGMII_TXID

2017-09-07 Thread Joe Hershberger
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

Re: [U-Boot] [PATCH 08/23] efi_loader: allow creating new handles

2017-09-07 Thread Rob Clark
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

Re: [U-Boot] [PATCH v5 2/3] armv8: ls1088ardb: Add support for LS1088ARDB platform

2017-09-07 Thread York Sun
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:

Re: [U-Boot] [PATCH 3/3] armv8: ls1088a: Enable PCIe in defconfigs

2017-09-07 Thread York Sun
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

[U-Boot] [PATCH] armv8: fsl-layerscape: Fix MC reserved memory calculation

2017-09-07 Thread York Sun
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,

[U-Boot] [PATCH] dm: video: Add basic ANSI escape sequence support

2017-09-07 Thread Rob Clark
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

[U-Boot] [PATCH] dm: video: Fix cache flushes

2017-09-07 Thread Rob Clark
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

Re: [U-Boot] [U-Boot, v2] part: mac: Suppress the error message after reading ddb

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] doc: remove duplicate text in README.gpt

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] [U-Boot, v2, 1/2] tools: .gitignore: Sort in alphabetical order

2017-09-07 Thread Tom Rini
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-

Re: [U-Boot] Revert "dm: arm: rpi: Drop CONFIG_OF_EMBED"

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] spl: typo fix for SPL_ATF_SUPPORT description

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] [U-Boot, v2, 2/2] tools: .gitignore: Add libfdt related files

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] [U-Boot, 1/1] vsprintf: vsprintf does not have parameter size

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] [U-Boot,1/1] linker_lists: remove incorrect comment

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] Pull request: u-boot-net.git master

2017-09-07 Thread Tom Rini
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:

Re: [U-Boot] ARM: rmobile: Fix SD divider settings on Gen3

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] ARM: rmobile: Disable CONFIG_ARCH_FIXUP_FDT_MEMORY

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] [PATCH] net: Correct size of NFS buffers

2017-09-07 Thread Joe Hershberger
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

Re: [U-Boot] [PATCH] net: Correct size of NFS buffers

2017-09-07 Thread Tom Rini
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

Re: [U-Boot] [PATCH 2/2] rockchip: ram: rk3399: update reg map for of-platdata

2017-09-07 Thread Kever Yang
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

[U-Boot] [PATCH] rockchip: enable SPL_SYSRESET config for all sockchip SoCs

2017-09-07 Thread Kever Yang
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

Re: [U-Boot] [PATCH] rockchip: firefly-rk3399: enable SPL_SYSRESET config

2017-09-07 Thread Kever Yang
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,

Re: [U-Boot] [PATCH 3/3] armv8: ls1088a: Enable PCIe in defconfigs

2017-09-07 Thread Z.q. Hou
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

[U-Boot] [PATCH] arm64: ls1012afrdm: Add distro boot support

2017-09-07 Thread Rajesh Bhagat
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/

[U-Boot] [PATCH] arm64: ls1012ardb: Add distro secure boot support

2017-09-07 Thread Sumit Garg
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