Re: [U-Boot] [PATCH 13/15] ARM: PSCI: Add helper functions to access per-CPU target PC storage

2016-07-02 Thread Chen-Yu Tsai
On Fri, Jul 1, 2016 at 6:54 PM, Hongbo Zhang wrote: > On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote: >> Now that we have a data section, add helper functions to save and fetch >> per-CPU target PC. >> >> Signed-off-by: Chen-Yu Tsai >> --- >> arch/arm/cpu/armv7/Makefile | 1 + >> ar

Re: [U-Boot] [PATCH 13/15] ARM: PSCI: Add helper functions to access per-CPU target PC storage

2016-07-02 Thread Chen-Yu Tsai
On Fri, Jul 1, 2016 at 6:19 PM, Hongbo Zhang wrote: > On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote: >> Now that we have a data section, add helper functions to save and fetch >> per-CPU target PC. >> >> Signed-off-by: Chen-Yu Tsai >> --- >> arch/arm/cpu/armv7/Makefile | 1 + >> ar

Re: [U-Boot] [PATCH 05/15] ARM: PSCI: Add fallback value for CONFIG_ARMV7_PSCI_NR_CPUS

2016-07-02 Thread Chen-Yu Tsai
On Fri, Jul 1, 2016 at 6:39 PM, Hongbo Zhang wrote: > On Sun, Jun 19, 2016 at 12:38 PM, Chen-Yu Tsai wrote: >> The original PSCI implementation assumed CONFIG_ARMV7_PSCI_NR_CPUS=4. >> Add this as a fallback value in case platforms have not defined it. >> >> Signed-off-by: Chen-Yu Tsai >> --- >>

[U-Boot] [PATCH] net: Fix incorrect RPC packets on 64-bit systems

2016-07-02 Thread Ralf Hubert
This patch fixes incorrect RPC packet layout caused by 'long' type size difference on 64 and 32-bit architectures. Signed-off-by: Ralf Hubert --- net/nfs.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/nfs.c b/net/nfs.c index 381b75f..dd4a3dc 100644 --- a/

Re: [U-Boot] Missing maintainers[Involving remittance information, please pay attention to the safety of property]

2016-07-02 Thread Eddie Cai
HI Simon Huang Lin is the correct guy for this. But he is kind of busy these days. I will talk to him to see if he have time to do it. 2016-06-30 23:24 GMT+08:00 Simon Glass : > Hi Eddie, > > A few boards are missing maintainer files - can you please see if > someone can send a patch for this? >

[U-Boot] [PATCH] net: rtl8169: Fix return value for rtl_send_common

2016-07-02 Thread Oleksandr Tymoshenko
Return value of rtl_send_common propogates unmodified all the way up to eth_send and further to API consumer if CONFIG_API is enabled. Previously rtl_send_common returned number of bytes sent on success which was erroneouly detected as error condition by API consumers that checked for operation suc

Re: [U-Boot] [PATCH] SPL: sunxi: don't force .BSS into DRAM

2016-07-02 Thread Hans de Goede
Hi, On 30-06-16 17:24, Simon Glass wrote: Hi, On 30 June 2016 at 03:00, Hans de Goede wrote: Hi Andre, On 30-06-16 02:25, Andre Przywara wrote: Probably due to some (ill-founded) fear of a large BSS all sunxi boards forced their SPL BSS section into DRAM. This only works if there is no usa

Re: [U-Boot] [PATCH] sunxi: Add defconfig and DTS file for Allwinner R16 EVB (Parrot)

2016-07-02 Thread Hans de Goede
Hi, On 24-06-16 14:33, Quentin Schulz wrote: The Parrot Board is an evaluation board with an Allwinner R16 (assumed to be close to an Allwinner A33), 4GB of eMMC, 512MB of RAM, USB host and OTG, a WiFi/Bluetooth combo chip, a micro SD Card reader, 2 controllable buttons, an LVDS port with separa

Re: [U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-07-02 Thread Hans de Goede
Hi, On 19-06-16 06:38, Chen-Yu Tsai wrote: Hi everyone, This is ARM PSCI improvements part 2. This series cleans up PSCI stack allocation and target PC storage by introducing a secure stack section and a secure data section. I've added this series to my personal repo sunxi-wip branch for test

[U-Boot] Please pull u-boot-sunxi master

2016-07-02 Thread Hans de Goede
Hi Tom, Here is hopefully the last sunxi pull-req for v2016.07, it contains 2 misc. fixes and 1 new board. The following changes since commit 0e1e587ff4fc2d81ad4f6313f02c5ca4c8ceea01: Prepare v2016.07-rc3 (2016-07-01 17:43:17 -0400) are available in the git repository at: http://git.denx.

Re: [U-Boot] [U-Boot, 1/1] sunxi: Add support for A33-OLinuXino board

2016-07-02 Thread Hans de Goede
Hi, Has the dts file been submitted to the upstream kernel ? If not please do so. Also please provide a short description of the board in the commit msg, and add a line like "The dts file matches the one submitted to the upstream kernel" the commit msg. Last but not least, please add a board/su

Re: [U-Boot] [U-Boot, v1] dm: usb: Prevent NULL hub in usb_device_info()

2016-07-02 Thread Hans de Goede
Hi, On 29-06-16 10:43, Bernhard Nortmann wrote: This patch modifies the usb_device_info() function to enumerate active USB hubs by iterating UCLASS_USB_HUB directly. The previous code used UCLASS_USB nodes instead and retrieved their first child node, expecting it to be a hub. However, it did n

Re: [U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections

2016-07-02 Thread Chen-Yu Tsai
Hi, On Sat, Jul 2, 2016 at 8:00 PM, Hans de Goede wrote: > Hi, > > On 19-06-16 06:38, Chen-Yu Tsai wrote: >> >> Hi everyone, >> >> This is ARM PSCI improvements part 2. This series cleans up PSCI stack >> allocation and target PC storage by introducing a secure stack section >> and a secure data

[U-Boot] UBIFS status in the mainline

2016-07-02 Thread Max Filippov
Hello, I'm getting the following build errors when I'm trying to build U-Boot for a board with UBIFS in its config from the current U-Boot mainline: fs/built-in.o: In function `do_fs_type': (.text+0x6a0): undefined reference to `dbg_chk_lpt_free_spc' fs/built-in.o: In function `do_fs_type': (.tex