Hi Hannes,
On Tue, Sep 6, 2016 at 12:33 PM, Hannes Schmelzer
wrote:
> "U-Boot" schrieb am 06.09.2016 03:54:52:
>
>> Von: Bin Meng
>> An: Joe Hershberger ,
>> Kopie: u-boot , Hannes Schmelzer
> , Joe
>> Hershberger
>> Datum: 06.09.2016 03:57
>> Betreff: Re: [U-Boot] [PATCH] net: write enetaddr
Bin Meng schrieb am 06.09.2016 09:07:39:
[...]
> >>
> >> Why is this needed? The MAC address is supposed to be programmed in
> >> the driver's probe routine.
> >
> > For example on my custom ZYNQ board.
> > The Ethernetcontroller within the ZYNQ has no ROM to store his own
> > MAC-Address, furthe
Hi Hannes,
On Tue, Sep 6, 2016 at 3:23 PM, Hannes Schmelzer
wrote:
> Bin Meng schrieb am 06.09.2016 09:07:39:
>
> [...]
>> >>
>> >> Why is this needed? The MAC address is supposed to be programmed in
>> >> the driver's probe routine.
>> >
>> > For example on my custom ZYNQ board.
>> > The Ethern
On Mon, 2016-09-05 at 18:03 +0200, Marek Vasut wrote:
> On 08/22/2016 05:02 PM, Chin Liang See wrote:
> > Add board folder for Stratix 10 SoC development kit
>
> Directory, this is not Windows :-(
haha... used to the windows term :) Will change this
>
> Oh, btw also use "separate", not "segrega
On Mon, 5 Sep 2016 19:04:49 -0600
Simon Glass wrote:
> Hi,
>
> On 30 August 2016 at 08:01, Nikolaus Schulz
> wrote:
> > With the ethernet driver model enabled, reset the device before reading
> > the MAC address, just like it's done for the non-device-model code path.
> > This avoids a timeout
Bin Meng schrieb am 06.09.2016 09:28:13:
> Von: Bin Meng
> An: Hannes Schmelzer ,
> Kopie: Joe Hershberger , Joe Hershberger
> , Hannes Schmelzer , u-boot b...@lists.denx.de>, U-Boot
> Datum: 06.09.2016 09:28
> Betreff: Re: Re: Re: [U-Boot] [PATCH] net: write enetaddr down to
hardware on
>
On 26/08/2016 02:07, Fabio Estevam wrote:
> From: Fabio Estevam
>
> NXP kernel expects to boot in secure mode, so introduce
> warp7_secure_defconfig target which selects CONFIG_ARMV7_BOOT_SEC_DEFAULT.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano
On 26/08/2016 02:07, Fabio Estevam wrote:
> From: Fabio Estevam
>
> warp7 can run different kernel versions, such as NXP 4.1 or mainline.
>
> Currently the rootfs location is passed via mmcblk number and the
> problem with this approach is that the mmcblk number for the eMMC
> changes depending
On 23/08/2016 16:08, christopher.spinr...@rwth-aachen.de wrote:
> From: Christopher Spinrath
>
> ft_board_setup may return early in the case that the board revision
> cannot be obtained. In that case it is assumed that no revision
> specific correction in the fdt is neccessary. But the mtd partit
On 17/08/2016 14:46, Fabio Estevam wrote:
> Register LDOGCTL contains only bit 0 as a valid bit, so there is no need
> to do a read-modify-write operation.
>
> Simplify the code by writing directly to this register.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best r
On 17/08/2016 14:46, Fabio Estevam wrote:
> Register LDOGCTL contains only bit 0 as a valid bit, so there is no need
> to do a read-modify-write operation.
>
> Simplify the code by writing directly to this register.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best r
On 17/08/2016 14:46, Fabio Estevam wrote:
> Register LDOGCTL contains only bit 0 as a valid bit, so there is no need
> to do a read-modify-write operation.
>
> Simplify the code by writing directly to this register.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks !
Best re
On 30/08/2016 01:37, Fabio Estevam wrote:
> From: Fabio Estevam
>
> When running a NXP 4.1 kernel with U-Boot mainline on a mx6ul-evk,
> we observe a hang when going into the lowest operational point of cpufreq.
>
> This hang issue does not happen on the NXP U-Boot version.
>
> After comparing
Hi Tom,
please pull from u-boot-imx, thanks !
The following changes since commit 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:
Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23
07:20:36 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
On 09/06/2016 03:05 AM, Simon Glass wrote:
Hi Alex,
On 5 September 2016 at 04:51, Alexander Graf wrote:
On 08/19/2016 08:45 AM, Michal Simek wrote:
On 16.8.2016 20:39, Alexander Graf wrote:
Hi Michal,
I just tried to run the latest u-boot master + a few patches to implement
generic PSCI RTS
On Mon, 2016-09-05 at 18:06 +0200, Marek Vasut wrote:
> On 08/22/2016 05:02 PM, Chin Liang See wrote:
> > Add support for Stratix 10 SoC development kit
> >
> > Signed-off-by: Chin Liang See
> > Cc: Marek Vasut
> > Cc: Dinh Nguyen
> > Cc: Ley Foon Tan
> > ---
> > arch/arm/Kconfig
On Mon, 2016-09-05 at 18:02 +0200, Marek Vasut wrote:
> On 08/22/2016 05:02 PM, Chin Liang See wrote:
> > Fix casting warning to pointer from integer of different size
> > when enabling ARM64 support
>
> What sort of error did you observe ?
The warning is triggered as ARM64 has build flag -Wpoint
Hi Simon,
On 09/06/2016 09:03 AM, Simon Glass wrote:
Hi Kever,
On 29 August 2016 at 21:02, Kever Yang wrote:
This patch update PPLL to 676MHz and PMU_PCLK to 48MHz.
Why?
1. 48MHz can make sure the pwm can get exact 50% duty ratio, but 99MHz
can not,
2. We think 48MHz is fast enough for p
Add support for Stratix 10 SoC which is ARM64 based. This series
of patches are tested with Stratix 10 SOC Virtual Platform that
is available today.
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
---
Chin Liang See (11):
arm: socfpga: stratix10: Add SOCFPGA St
Separate the Clock Manager to support both GEN5 SoC and
Stratix 10 SoC.
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
---
Changes for v2
- Change segregrate to separate
---
arch/arm/mach-socfpga/clock_manager.c | 8
1 file changed, 8 insertions(+)
di
Separate the Reset Manager to support both GEN5 SoC and
Stratix 10 SoC.
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
Acked-by: Marek Vasut
---
Changes for v2
- Change the segregate to separate
---
arch/arm/mach-socfpga/reset_manager.c | 12
1 fi
Disable the FPGA Manager for Stratix 10 SoC as we are not
using this for SOCVP
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
---
Changes for v2
- Change in Makefile instead of fpga_manger.c
---
arch/arm/mach-socfpga/Makefile | 5 +++--
1 file changed, 3 insert
Separate the misc.c to support both GEN5 SoC and Stratix 10 SoC.
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
---
Changes for v2
- Change segregate to separate
---
arch/arm/mach-socfpga/misc.c | 12
1 file changed, 12 insertions(+)
diff --git a/
Fix casting warning to pointer from integer of different size
when enabling ARM64 support
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
---
arch/arm/mach-socfpga/system_manager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach
Add memory map layout for Stratix 10 SoC
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
---
arch/arm/mach-socfpga/Makefile| 2 ++
arch/arm/mach-socfpga/mmu-arm64.c | 71 +++
2 files changed, 73 insertions(+)
create mode
Add board folder for Stratix 10 SoC development kit
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
---
board/altera/stratix10-socdk/MAINTAINERS | 7 +++
board/altera/stratix10-socdk/Makefile| 7 +++
board/altera/stratix10-socdk/socfpga.c | 7 +
Add device tree for Stratix 10 SoC development kit
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
Acked-by: Marek Vasut
---
arch/arm/dts/Makefile| 3 +-
arch/arm/dts/socfpga_stratix10_socdk.dts | 63
2 file
Add base address header file for Stratix10 SoC
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
Acked-by: Marek Vasut
---
arch/arm/mach-socfpga/include/mach/base_addr_s10.h | 48 ++
1 file changed, 48 insertions(+)
create mode 100755 arch/ar
Add support for Stratix 10 SoC development kit
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
---
Changes for v2
- Sorting the config alphabetically
---
arch/arm/Kconfig | 7 +-
arch/arm/mach-socfpga/Kconfig | 10 +++
con
Add Reset Manager registers structure for Stratix 10 SoC
Signed-off-by: Chin Liang See
Cc: Marek Vasut
Cc: Dinh Nguyen
Cc: Ley Foon Tan
Acked-by: Marek Vasut
---
arch/arm/mach-socfpga/include/mach/reset_manager.h | 32 ++
1 file changed, 32 insertions(+)
diff --git a/arc
Hi Simon,
On 09/06/2016 09:03 AM, Simon Glass wrote:
Hi Kever,
On 29 August 2016 at 21:02, Kever Yang wrote:
This driver add support for pwm regulator.
Signed-off-by: Elaine Zhang
Signed-off-by: Kever Yang
---
drivers/power/regulator/Kconfig | 9 ++
drivers/power/regulator/Ma
still wandering through the bowels of u-boot environment
manipulation code, and i see this in common/env_common.c:
/*
* Look up the variable from the default environment
*/
char *getenv_default(const char *name)
{
char *ret_val;
unsigned long really_valid = gd->env_v
Hi all,
This is version 5 patchset mainly to add support for both LS1046ARDB&QDS board.
It should be based on two DDR patches to work well on LS1046ARDB or LS1046AQDS.
The two patches are:
http://patchwork.ozlabs.org/patch/663534/
http://patchwork.ozlabs.org/patch/663535/
PCIe and USB are not sup
As per the top level U-Boot README "Board Initialisation Flow"
section, board_init_f() should return without calling board_init_r()
directly.
Clearing BSS and calling board_init_r() will be done in crt0_64.S.
Signed-off-by: Gong Qianyu
---
v5:
- New Patch.
arch/arm/cpu/armv8/fsl-layerscape/spl
From: Shaohui Xie
The CONFIG_STANDALONE_LOAD_ADDR is set to 0x8030 by default.
Signed-off-by: Shaohui Xie
Signed-off-by: Gong Qianyu
---
v2-v5:
- No change.
arch/arm/include/asm/arch-fsl-layerscape/config.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/include/asm/arch-
From: Mingkai Hu
According to design specification, the L2 cache operates at the same
frequency as the A72 CPUs in the cluster with a 3-cycle latency, so
increase the L2 Data RAM and Tag RAM latency to 3 cycles, or else,
will run into different call trace issues.
Signed-off-by: Mingkai Hu
Signe
From: Shaohui Xie
This is a workaround to fix SATA CRC error. Once the root cause
is found the ECC disabling will be removed.
Signed-off-by: Shaohui Xie
Signed-off-by: Gong Qianyu
---
v3-v5:
- No change.
v2:
- Use values directly instead of macros.
- Revise commit message.
arch/arm/cpu/a
From: Mingkai Hu
LS1046ARDB Specification:
-
Memory subsystem:
* 8GByte DDR4 SDRAM (64bit bus)
* 512 Mbyte NAND flash
* Two 64 Mbyte high-speed SPI flash
* SD connector to interface with the SD memory card
* On-board 4G eMMC
Ethernet:
* Two XFI 10G ports
* Two SGMI
From: Shaohui Xie
LS1046AQDS Specification:
-
Memory subsystem:
* 8GByte DDR4 SDRAM (64bit bus)
* 128 Mbyte NOR flash single-chip memory
* 512 Mbyte NAND flash
* 64 Mbyte high-speed SPI flash
* SD connector to interface with the SD memory card
Ethernet:
* Two XFI 10
From: Shaohui Xie
When CONFIG_SYS_FSL_ERRATUM_A009801 is defined but
CONFIG_SYS_FSL_ERRATUM_A008511 not defined, there is compile error that
temp32 undeclared, this patch fixes it.
Signed-off-by: Shaohui Xie
Signed-off-by: Gong Qianyu
---
v2-v5:
- No change.
drivers/ddr/fsl/fsl_ddr_gen4.c |
From: Shengzhou Liu
Enable ERRATUM_A008511, ERRATUM_A009801, ERRATUM_A009803,
ERRATUM_A009942, ERRATUM_A010165
Signed-off-by: Shengzhou Liu
Signed-off-by: Gong Qianyu
---
v3-v5:
- No change.
v2:
- Add ERRATUM_A008511.
arch/arm/include/asm/arch-fsl-layerscape/config.h | 6 ++
1 file cha
Hi Stefano,
On Tue, Sep 6, 2016 at 5:09 AM, Stefano Babic wrote:
> On 26/08/2016 02:07, Fabio Estevam wrote:
>> From: Fabio Estevam
>>
>> NXP kernel expects to boot in secure mode, so introduce
>> warp7_secure_defconfig target which selects CONFIG_ARMV7_BOOT_SEC_DEFAULT.
>>
>> Signed-off-by: Fab
From: Shaohui Xie
The 'commit 95279315076c ("board/ls2085rdb: Export functions for
standalone AQ FW load apps")' mentioned memset was exported but
it was not, this patch exports the memset.
Signed-off-by: Shaohui Xie
Signed-off-by: Gong Qianyu
---
v3-v5:
- No change.
v2:
- Revise commmit mes
On 06/09/2016 12:58, Fabio Estevam wrote:
> Hi Stefano,
>
> On Tue, Sep 6, 2016 at 5:09 AM, Stefano Babic wrote:
>> On 26/08/2016 02:07, Fabio Estevam wrote:
>>> From: Fabio Estevam
>>>
>>> NXP kernel expects to boot in secure mode, so introduce
>>> warp7_secure_defconfig target which selects CO
IFC IP clock is always a constant divisor of platform clock
pre-defined per SoC. Clock Control register (CCR) used in
current implementation governs IFC IP output clock.
So update IFC IP clock to be defined as per predefined clock
divisor of platform clock.
Signed-off-by: Prabhakar Kushwaha
---
On Sun, Sep 04, 2016 at 11:47:06AM -0300, Fabio Estevam wrote:
> On Sun, Sep 4, 2016 at 10:32 AM, Jagan Teki wrote:
>
> > Please do read the thread fully before commenting, I've mentioned the
> > state of hardware when I relied to Peng. And also this is an RFC patch
> > I'm looking for comments o
2016-09-06 10:04 GMT+09:00 Simon Glass :
> On 30 August 2016 at 03:56, Stefan Roese wrote:
>> On 30.08.2016 11:50, Masahiro Yamada wrote:
>>>
>>> If both SPL_DM and SPL_OF_CONTROL are enabled, SPL needs to bind
>>> several devices, but CONFIG_SYS_MALLOC_F_LEN=0x400 is apparently
>>> not enough. I
So far bounce buffers were only used for disk I/O, but network I/O
may suffer from the same problem.
On platforms that have problems doing DMA on high addresses, let's
also bounce outgoing network packets. Incoming ones always already
get bounced.
This patch fixes EFI PXE boot on ZynqMP for me.
Hi Simon,
On 09/06/2016 09:04 AM, Simon Glass wrote:
Hi Kever,
On 29 August 2016 at 21:02, Kever Yang wrote:
This patch add regulator-init-microvolt for pwm regulator
to get a init value when driver do probe init.
How about:
Add a regulator-init-microvolt value for the vd_center regulator s
Hi Kever,
On 6 September 2016 at 04:03, Kever Yang wrote:
> Hi Simon,
>
>
> On 09/06/2016 09:03 AM, Simon Glass wrote:
>>
>> Hi Kever,
>>
>> On 29 August 2016 at 21:02, Kever Yang wrote:
>>>
>>> This driver add support for pwm regulator.
>>>
>>> Signed-off-by: Elaine Zhang
>>> Signed-off-by: Ke
Hi Masahiro,
On 6 September 2016 at 06:24, Masahiro Yamada
wrote:
>
> 2016-09-06 10:04 GMT+09:00 Simon Glass :
> > On 30 August 2016 at 03:56, Stefan Roese wrote:
> >> On 30.08.2016 11:50, Masahiro Yamada wrote:
> >>>
> >>> If both SPL_DM and SPL_OF_CONTROL are enabled, SPL needs to bind
> >>> s
Hi,
On 6 September 2016 at 03:33, Nikolaus Schulz
wrote:
> On Mon, Sep 05, 2016 at 07:04:49PM -0600, Simon Glass wrote:
>> On 30 August 2016 at 08:01, Nikolaus Schulz
>> wrote:
>> > With the ethernet driver model enabled, reset the device before reading
>> > the MAC address, just like it's done
Hi Kever,
On 6 September 2016 at 03:52, Kever Yang wrote:
> Hi Simon,
>
> On 09/06/2016 09:03 AM, Simon Glass wrote:
>>
>> Hi Kever,
>>
>> On 29 August 2016 at 21:02, Kever Yang wrote:
>>>
>>> This patch update PPLL to 676MHz and PMU_PCLK to 48MHz.
>>
>> Why?
>>
>
> 1. 48MHz can make sure the pw
Hi Alex,
On 6 September 2016 at 03:09, Alexander Graf wrote:
> On 09/06/2016 03:05 AM, Simon Glass wrote:
>>
>> Hi Alex,
>>
>> On 5 September 2016 at 04:51, Alexander Graf wrote:
>>>
>>> On 08/19/2016 08:45 AM, Michal Simek wrote:
On 16.8.2016 20:39, Alexander Graf wrote:
>
> H
Hi Tom,
Here is a sunxi pull-req with some recent fixes
for v2016.09, note this is an updated pull-req
superseding my previous one.
The main reason for this pull-req is a couple of
fixes for the sun8i ethernet support (which is
new in v2016.0). Besides that this also adds 3
new boards which were
On 09/06/2016 02:52 PM, Simon Glass wrote:
Hi Alex,
On 6 September 2016 at 03:09, Alexander Graf wrote:
On 09/06/2016 03:05 AM, Simon Glass wrote:
Hi Alex,
On 5 September 2016 at 04:51, Alexander Graf wrote:
On 08/19/2016 08:45 AM, Michal Simek wrote:
On 16.8.2016 20:39, Alexander Graf wr
Hi Alex,
On 6 September 2016 at 06:55, Alexander Graf wrote:
> On 09/06/2016 02:52 PM, Simon Glass wrote:
>>
>> Hi Alex,
>>
>> On 6 September 2016 at 03:09, Alexander Graf wrote:
>>>
>>> On 09/06/2016 03:05 AM, Simon Glass wrote:
Hi Alex,
On 5 September 2016 at 04:51, Alexand
On 09/06/2016 11:18 AM, Chin Liang See wrote:
> On Mon, 2016-09-05 at 18:06 +0200, Marek Vasut wrote:
>> On 08/22/2016 05:02 PM, Chin Liang See wrote:
>>> Add support for Stratix 10 SoC development kit
>>>
>>> Signed-off-by: Chin Liang See
>>> Cc: Marek Vasut
>>> Cc: Dinh Nguyen
>>> Cc: Ley Foon
On 09/06/2016 02:24 PM, Masahiro Yamada wrote:
> 2016-09-06 10:04 GMT+09:00 Simon Glass :
>> On 30 August 2016 at 03:56, Stefan Roese wrote:
>>> On 30.08.2016 11:50, Masahiro Yamada wrote:
If both SPL_DM and SPL_OF_CONTROL are enabled, SPL needs to bind
several devices, but CONFIG_S
On 09/06/2016 08:19 AM, Chin Liang See wrote:
> On Mon, 2016-09-05 at 18:01 +0200, Marek Vasut wrote:
>> On 08/22/2016 05:02 PM, Chin Liang See wrote:
>>> Segregate the misc.c to support both GEN5 SoC and Stratix 10 SoC.
>>>
>>> Signed-off-by: Chin Liang See
>>> Cc: Marek Vasut
>>> Cc: Dinh Nguye
On 09/06/2016 11:41 AM, Chin Liang See wrote:
> On Mon, 2016-09-05 at 18:02 +0200, Marek Vasut wrote:
>> On 08/22/2016 05:02 PM, Chin Liang See wrote:
>>> Fix casting warning to pointer from integer of different size
>>> when enabling ARM64 support
>>
>> What sort of error did you observe ?
>
> Th
On 09/06/2016 07:14 AM, Chin Liang See wrote:
> On Mon, 2016-09-05 at 17:58 +0200, Marek Vasut wrote:
>> On 08/22/2016 05:02 PM, Chin Liang See wrote:
>>> Segregate the Clock Manager to support both GEN5 SoC and
>>> Stratix 10 SoC.
>>>
>>> Signed-off-by: Chin Liang See
>>> Cc: Marek Vasut
>>> Cc:
Hi Joe,
I tested 2016.09-rc2 on a beagleboard xM and NFS does not work anymore!
When I call the nfs command, I get a "data abort" error with a reboot of the
board!
A git bisect point to this patch: "net: nfs: Use the tx buffer to construct rpc
msgs"
Could you have a look and fix it for the re
On Sat, Aug 27, 2016 at 05:29:44PM +0530, Lokesh Vutla wrote:
> On Friday 26 August 2016 11:00 PM, Tom Rini wrote:
> > On all TI platforms the ROM defines a "downloaded image" area at or near
> > the start of SRAM which is followed by a reserved area. As it is at
> > best bad form and at worst pos
These functions can be much simpler by squashing lines for immediate
return.
For *_bind() callbacks, they will be a simple wrapper function of an
upper-level bind API.
For mmc_set_{boot_bus_width,part_conf}, they will be a wrapper of
mmc_switch().
Signed-off-by: Masahiro Yamada
---
Changes in
Remove unneeded variables and assignments.
Signed-off-by: Masahiro Yamada
---
Changes in v3:
- more changes
drivers/block/sym53c8xx.c| 5 ++---
drivers/ddr/fsl/ddr1_dimm_params.c | 12 ++--
drivers/ddr/fsl/ddr2_dimm_params.c | 12 ++--
drivers/ddr/marvell/a38
The variable "err" is unneeded.
[ Device Tree Compiler commit: 36fd7331fb11276c09a6affc0d8cd4977f2fe100 ]
Signed-off-by: Masahiro Yamada
Signed-off-by: David Gibson
---
Changes in v3: None
lib/libfdt/fdt_rw.c | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/lib/libfdt
For vidconsole_post_probe(), it is common coding style to let a
probe method return the value of a register function.
The others will become simple wrapper functions.
Signed-off-by: Masahiro Yamada
Acked-by: Anatolij Gustschin
---
Changes in v3:
- Two more fixes
- s/resister/register/
dr
This makes functions much simpler.
Signed-off-by: Masahiro Yamada
---
Changes in v3: None
common/usb.c| 20 +++-
common/usb_kbd.c| 5 +
common/usb_storage.c| 9 +++--
drivers/usb/host/xhci-fsl.c | 7 +--
4 files changed, 12 ins
arch_cpu_init() can be simpler by this refactoring.
Signed-off-by: Masahiro Yamada
Reviewed-by: Bin Meng
Reviewed-by: Simon Glass
---
Changes in v3: None
arch/x86/cpu/baytrail/valleyview.c | 8 +---
arch/x86/cpu/ivybridge/ivybridge.c | 8 +---
arch/x86/cpu/qemu/qemu.c | 8 +
The remove callbacks of EHCI drivers are often just a wrapper of
ehci_deregister.
Signed-off-by: Masahiro Yamada
---
Changes in v3:
- added
drivers/usb/host/ehci-atmel.c | 13 +
drivers/usb/host/ehci-fsl.c | 13 +
drivers/usb/host/ehci-generic.c | 7 +--
dr
Remove unneeded variables and assignments.
Signed-off-by: Masahiro Yamada
---
Changes in v3:
- More fixes
arch/arm/cpu/arm920t/imx/timer.c | 6 +-
arch/arm/cpu/armv7/am33xx/sys_info.c | 4 +---
arch/arm/cpu/sa1100/timer.c | 5 +
arch/arm/mac
On Thu, Sep 01, 2016 at 01:04:36AM -0400, Madan Srinivas wrote:
> The function board_fit_image_post_process is defined only when the config
> CONFIG_FIT_IMAGE_POST_PROCESS is enabled. For secure systems that do not
> use SPL but use FIT kernel images, only CONFIG_FIT_IMAGE_POST_PROCESS will
> be d
On Thu, Sep 01, 2016 at 01:04:37AM -0400, Madan Srinivas wrote:
> From: Vitaly Andrianov
>
> This commit implements the board_fit_image_post_process() function for
> the keystone architecture. Unlike OMAP class devices, security
> functions in keystone are not handled in the ROM.
> The interface
On Thu, Sep 01, 2016 at 01:04:41AM -0400, Madan Srinivas wrote:
> Add a section describing the secure boot image used on
> keystone secure devices.
>
> This patch applies on top of the patch
> doc: Update info on using AM33xx secure devices from TI
> submitted by Andrew Davis
>
> Signed-off-by:
On Thu, Sep 01, 2016 at 01:04:38AM -0400, Madan Srinivas wrote:
> As K2 can directly boot u-boot, add u-boot_HS_MLO as the
> secure image while booting secure K2 devicesr, for all
> boot modes other than SPI flash.
>
> Signed-off-by: Madan Srinivas
>
Reviewed-by: Tom Rini
--
Tom
signature
On Thu, Sep 01, 2016 at 01:04:39AM -0400, Madan Srinivas wrote:
> From: Vitaly Andrianov
>
> Like the OMAP54xx, AM43xx & AM33xx family SoCs, the keystone family
> of SoCs also have high security enabled models. Allow K2E devices to
> be built with HS Device Type Support.
>
> This patch applies
On Fri, Sep 02, 2016 at 10:53:58PM +0200, Petr Kulhavy wrote:
> Hi Fabio,
>
> On 02/09/16 22:03, Fabio Estevam wrote:
> >You don't need u-boot.imx to boot the board with imx_usb_loader.
> >Check the README update that Stefano did with this commit:
> >
> >commit 40f4839ce12adfc0223d6e3035cf9c3a4754
ret = [expression];
if (ret)
return ret;
return 0;
... is equivalent to:
return [expression];
First, I sent a tree-wide patch:
http://patchwork.ozlabs.org/patch/665199/
In the review of v1, Stephen suggested that
twee-wide conversion with something like Coccinelle
can break code unif
On Thu, Sep 01, 2016 at 01:04:36AM -0400, Madan Srinivas wrote:
> The function board_fit_image_post_process is defined only when the config
> CONFIG_FIT_IMAGE_POST_PROCESS is enabled. For secure systems that do not
> use SPL but use FIT kernel images, only CONFIG_FIT_IMAGE_POST_PROCESS will
> be d
Hi Masahiro,
On 02/09/2016 12:36, Masahiro Yamada wrote:
> -ret = expression;
> -if (ret)
> -return ret;
> -return 0;
> +return expression;
>
> Signed-off-by: Masahiro Yamada
> ---
>
> arch/arm/cpu/armv7/bcm235xx/clk-bsc.c | 6 +-
> arch/arm/cpu/armv7/bcm281xx/
Provide version of struct efi_mem_desc in efi_get_memory_map().
EFI_BOOT_SERVICES.GetMemoryMap() in UEFI specification v2.6 defines
memory descriptor version to 1. Linux kernel also expects descriptor
version to be 1 and prints following warning during boot if its not:
Unexpected EFI_MEMORY_DESCR
Provide version of struct efi_mem_desc in efi_get_memory_map().
EFI_BOOT_SERVICES.GetMemoryMap() in UEFI specification v2.6 defines
memory descriptor version to 1. Linux kernel also expects descriptor
version to be 1 and prints following warning during boot if its not:
Unexpected EFI_MEMORY_DESCR
On Mon, Sep 05, 2016 at 07:04:49PM -0600, Simon Glass wrote:
> On 30 August 2016 at 08:01, Nikolaus Schulz
> wrote:
> > With the ethernet driver model enabled, reset the device before reading
> > the MAC address, just like it's done for the non-device-model code path.
> > This avoids a timeout whe
On Tue, Sep 6, 2016 at 10:40 AM, Tom Rini wrote:
> On Fri, Sep 02, 2016 at 10:53:58PM +0200, Petr Kulhavy wrote:
>> Hi Fabio,
>>
>> On 02/09/16 22:03, Fabio Estevam wrote:
>> >You don't need u-boot.imx to boot the board with imx_usb_loader.
>> >Check the README update that Stefano did with this co
Hi,
On 6.9.2016 14:57, Simon Glass wrote:
> Hi Alex,
>
> On 6 September 2016 at 06:55, Alexander Graf wrote:
>> On 09/06/2016 02:52 PM, Simon Glass wrote:
>>>
>>> Hi Alex,
>>>
>>> On 6 September 2016 at 03:09, Alexander Graf wrote:
On 09/06/2016 03:05 AM, Simon Glass wrote:
>
On Tue, Sep 06, 2016 at 10:53:30AM -0300, Otavio Salvador wrote:
> On Tue, Sep 6, 2016 at 10:40 AM, Tom Rini wrote:
> > On Fri, Sep 02, 2016 at 10:53:58PM +0200, Petr Kulhavy wrote:
> >> Hi Fabio,
> >>
> >> On 02/09/16 22:03, Fabio Estevam wrote:
> >> >You don't need u-boot.imx to boot the board w
Corrected the chip selection in IFC_NAND_CSEL register. Due to this
issue in multi-chip nand use-case, IFC was always pointing to the last
probed chip even though the user select another device through "nand
device" command.
Signed-off-by: Ronak Desai
Signed-off-by: Matthew Weber
---
drivers/mt
Hi Tom,
On 09/06/2016 06:40 AM, Tom Rini wrote:
> On Fri, Sep 02, 2016 at 10:53:58PM +0200, Petr Kulhavy wrote:
>> Hi Fabio,
>>
>> On 02/09/16 22:03, Fabio Estevam wrote:
>>> You don't need u-boot.imx to boot the board with imx_usb_loader.
>>> Check the README update that Stefano did with this com
On 06/09/16 16:00, Eric Nelson wrote:
Hi Tom,
On 09/06/2016 06:40 AM, Tom Rini wrote:
On Fri, Sep 02, 2016 at 10:53:58PM +0200, Petr Kulhavy wrote:
Another place this doesn't work (which is where it doesn't work for me)
is when the console is already open and I can't easily take it away to
s
On Tue, Sep 06, 2016 at 07:00:56AM -0700, Eric Nelson wrote:
> Hi Tom,
>
> On 09/06/2016 06:40 AM, Tom Rini wrote:
> > On Fri, Sep 02, 2016 at 10:53:58PM +0200, Petr Kulhavy wrote:
> >> Hi Fabio,
> >>
> >> On 02/09/16 22:03, Fabio Estevam wrote:
> >>> You don't need u-boot.imx to boot the board wi
On Tue, Sep 06, 2016 at 04:12:55PM +0200, Petr Kulhavy wrote:
>
>
> On 06/09/16 16:00, Eric Nelson wrote:
> >Hi Tom,
> >
> >On 09/06/2016 06:40 AM, Tom Rini wrote:
> >>On Fri, Sep 02, 2016 at 10:53:58PM +0200, Petr Kulhavy wrote:
> >>
> >>Another place this doesn't work (which is where it doesn't
On 09/06/2016 05:03 AM, Chin Liang See wrote:
> Add device tree for Stratix 10 SoC development kit
>
> Signed-off-by: Chin Liang See
> Cc: Marek Vasut
> Cc: Dinh Nguyen
> Cc: Ley Foon Tan
> Acked-by: Marek Vasut
> ---
> arch/arm/dts/Makefile| 3 +-
> arch/arm/dts/socfp
On 6 September 2016 at 07:17, Masahiro Yamada
wrote:
> The variable "err" is unneeded.
>
> [ Device Tree Compiler commit: 36fd7331fb11276c09a6affc0d8cd4977f2fe100 ]
>
> Signed-off-by: Masahiro Yamada
> Signed-off-by: David Gibson
> ---
>
> Changes in v3: None
>
> lib/libfdt/fdt_rw.c | 6 +-
Hi Michal,
On 6 September 2016 at 07:40, Michal Simek wrote:
> Hi,
>
> On 6.9.2016 14:57, Simon Glass wrote:
>> Hi Alex,
>>
>> On 6 September 2016 at 06:55, Alexander Graf wrote:
>>> On 09/06/2016 02:52 PM, Simon Glass wrote:
Hi Alex,
On 6 September 2016 at 03:09, Alexander G
On 09/06/2016 05:03 AM, Chin Liang See wrote:
> Add base address header file for Stratix10 SoC
>
> Signed-off-by: Chin Liang See
> Cc: Marek Vasut
> Cc: Dinh Nguyen
> Cc: Ley Foon Tan
> Acked-by: Marek Vasut
> ---
> arch/arm/mach-socfpga/include/mach/base_addr_s10.h | 48
> +++
On 6 September 2016 at 07:17, Masahiro Yamada
wrote:
> For vidconsole_post_probe(), it is common coding style to let a
> probe method return the value of a register function.
>
> The others will become simple wrapper functions.
>
> Signed-off-by: Masahiro Yamada
> Acked-by: Anatolij Gustschin
>
On 09/06/2016 05:03 AM, Chin Liang See wrote:
> Add board folder for Stratix 10 SoC development kit
>
> Signed-off-by: Chin Liang See
> Cc: Marek Vasut
> Cc: Dinh Nguyen
> Cc: Ley Foon Tan
> ---
> board/altera/stratix10-socdk/MAINTAINERS | 7 +++
> board/altera/stratix10-socdk/Makefile
On 09/06/2016 05:03 AM, Chin Liang See wrote:
> Add support for Stratix 10 SoC development kit
>
> Signed-off-by: Chin Liang See
> Cc: Marek Vasut
> Cc: Dinh Nguyen
> Cc: Ley Foon Tan
> ---
> Changes for v2
> - Sorting the config alphabetically
> ---
Please re-check all of your new file att
On Tue, Sep 6, 2016 at 8:08 AM, Stefano Babic wrote:
> You're right, strange, something went wrong. Now they are on the server.
Ok, great. As these three patches didn't make into your pull request
to Tom: will you submit another pull request which includes them?
Thanks
_
1 - 100 of 171 matches
Mail list logo