[U-Boot] [PATCH] net: zynq: Change MDC setup for arm64

2016-01-14 Thread Michal Simek
MDC setting depends on pclk input clocks which varies across SoC. This driver is used by xilinx zynq and zynqmp SOC. Input clock frequence on silicon is 125MHz where divider 64 put frequency below 2.5MHz requires by spec (125/64=1.95). Signed-off-by: Michal Simek ---

[U-Boot] [PATCH 1/2] mmc: sdhci: Clear high speed if not supported

2016-01-14 Thread Michal Simek
From: Siva Durga Prasad Paladugu Clear high speed bit if it was not supported by the driver. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Emil Lenchak Signed-off-by: Michal Simek ---

[U-Boot] [PATCH 2/9] ARM: zynq: Do not select options if SPL is not enabled

2016-01-14 Thread Michal Simek
Zynq setups some default options for SPL but not all targets are enabling SPL. Signed-off-by: Michal Simek --- arch/arm/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index

[U-Boot] [PATCH 4/9] ARM: zynq: Enable SPI_FLASH for zc770 xm013 platform

2016-01-14 Thread Michal Simek
From: Michal Simek Enable SPI flash. Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- configs/zynq_zc770_xm013_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/zynq_zc770_xm013_defconfig

[U-Boot] [PATCH 7/9] ARM: zynq: Fix all remaining zynq platform to use stdout-path

2016-01-14 Thread Michal Simek
Fix console setup for all remaining zynq boards. Signed-off-by: Michal Simek --- arch/arm/dts/zynq-zc770-xm010.dts | 5 ++--- arch/arm/dts/zynq-zc770-xm011.dts | 5 ++--- arch/arm/dts/zynq-zc770-xm012.dts | 5 ++--- arch/arm/dts/zynq-zc770-xm013.dts | 5 ++--- 4 files

[U-Boot] [PATCH 5/9] ARM: zynq: Move FLASH_BAR to Kconfig

2016-01-14 Thread Michal Simek
Clean up config and use Kconfig more. Signed-off-by: Michal Simek --- configs/zynq_zc702_defconfig | 1 + configs/zynq_zc706_defconfig | 1 + configs/zynq_zc770_xm010_defconfig | 1 + configs/zynq_zc770_xm013_defconfig | 1 + configs/zynq_zed_defconfig

[U-Boot] [PATCH 10/23] ARM64: zynqmp: Show information about bootmode

2016-01-14 Thread Michal Simek
Showing information about bootmode is very useful to make sure that correct bootmode is selected. Signed-off-by: Michal Simek --- board/xilinx/zynqmp/zynqmp.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/board/xilinx/zynqmp/zynqmp.c

[U-Boot] [PATCH 12/23] ARM64: zynqmp: Fix bootmode SD_MODE1

2016-01-14 Thread Michal Simek
When only sdhci1 IP is enabled and SD_MODE1 bootmode is selected U-Boot using sdboot1 variable which refers to mmc dev 1. But this device doesn't exist because only one controller is available. This patch fix logic around sdboot mode with using sdbootdev internal variable. Reported-by: Chris

[U-Boot] [PATCH 22/23] ARM64: zynqmp: Do not setup bootargs

2016-01-14 Thread Michal Simek
From: Michal Simek Bootargs will be taken from DTS files. Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 2 -- 1 file changed, 2 deletions(-) diff --git

Re: [U-Boot] [GIT PULL] Microblaze changes

2016-01-14 Thread Michal Simek
Hi Ricardo, On 14.1.2016 14:17, Tom Rini wrote: > On Thu, Jan 14, 2016 at 09:51:32AM +0100, Michal Simek wrote: > >> Hi Tom, >> >> here are microblaze patches for moving stuff to DM. This is the patch >> series which we postpone to next release. Buildman doesn't show any >> problems for mb,

Re: [U-Boot] [PATCH 43/50] rockchip: pinctrl: Reduce the size for SPL

2016-01-14 Thread Eddie Cai
Hi Simon I think the best way to reduce SPL size is to jump back to boot rom. Which don't require eMMC, SD card driver in SPL any more. Even clock and pinctrl driver is not required. All we need is DDR initialization. We should do as little thing as possible in SPL and let U-boot take care

[U-Boot] [PATCH] ls2-2085a: Increase default hugepage count

2016-01-14 Thread Ashish Kumar
* Increase default hugepage count to 256 from 16 * Note: default env variables are stored at 0x58020/0x58420 of size 0x2000 Signed-off-by: Ashish Kumar --- include/configs/ls2080a_common.h |2 +- include/configs/ls2080ardb.h |2 +- 2 files

[U-Boot] [PATCH] ls2-2085ardb: Correct the model name of ls2085ardb

2016-01-14 Thread Ashish Kumar
Signed-off-by: Ashish Kumar --- arch/arm/dts/fsl-ls2080a-rdb.dts |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/dts/fsl-ls2080a-rdb.dts b/arch/arm/dts/fsl-ls2080a-rdb.dts index 1a1813b..71d1969 100644 ---

[U-Boot] [PATCH] ls2-2085a: Increase default hugepage count

2016-01-14 Thread y
From: Ashish Kumar * Increase default hugepage count to 256 from 16 * Note: default env variables are stored at 0x58020/0x58420 of size 0x2000 Signed-off-by: Ashish Kumar --- include/configs/ls2080a_common.h |2 +-

[U-Boot] [PATCH 1/2] Revert "powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot"

2016-01-14 Thread Aneesh Bansal
This reverts commit 7cad2e38d61e27ea59fb7944f7e647e97ef292d3. Signed-off-by: Aneesh Bansal CC: Ruchika Gupta --- arch/powerpc/cpu/mpc85xx/cpu_init.c | 9 + arch/powerpc/include/asm/immap_85xx.h | 1 - 2 files changed, 1 insertion(+), 9

[U-Boot] [PATCH] ls2-2085a: Increase default hugepage count

2016-01-14 Thread Ashish Kumar
From: Ashish Kumar * Increase default hugepage count to 256 from 16 * Note: default env variables are stored at 0x58020/0x58420 of size 0x2000 Signed-off-by: Ashish Kumar --- include/configs/ls2080a_common.h |2 +-

Re: [U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL

2016-01-14 Thread Tim Harvey
On Wed, Jan 13, 2016 at 7:06 PM, Marek Vasut wrote: > On Thursday, January 14, 2016 at 03:52:27 AM, Eric Nelson wrote: >> On 01/13/2016 07:50 PM, Marek Vasut wrote: >> > On Thursday, January 14, 2016 at 03:37:09 AM, Eric Nelson wrote: >> >> Hi Marek, >> > >> > Hi! >> > >> >> On

[U-Boot] [PATCH 3/3] fpga: Fix compilation warnings

2016-01-14 Thread Michal Simek
Signed-off-by: Michal Simek --- common/cmd_fpga.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c index 7f99aabf8a5c..8956eb1b654a 100644 --- a/common/cmd_fpga.c +++ b/common/cmd_fpga.c @@ -86,7 +86,7 @@

[U-Boot] [PATCH 1/2] serial: zynq: Extend compatible string list

2016-01-14 Thread Michal Simek
From: Michal Simek ZynqMP is using updated core with cdns,uart-r1p12 compatible string. Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- drivers/serial/serial_zynq.c | 1 + 1 file changed, 1 insertion(+) diff --git

[U-Boot] [PATCH 1/3] fpga: xilinx: Check for substring in device ID validation

2016-01-14 Thread Michal Simek
From: Siva Durga Prasad Paladugu Check for substrings in deviceID validation check so that it can support xa bitstreams also. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek ---

[U-Boot] [PATCH 2/3] fpga: Add bitstream type BIT_NONE

2016-01-14 Thread Michal Simek
From: Siva Durga Prasad Paladugu Add bitstream type BIT_NONE to the bitstream type enum. This might be useful while loading bitstreams in respective drivers. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek

[U-Boot] [PATCH 2/2] serial: zynq: Fix address reading from DM

2016-01-14 Thread Michal Simek
Signed-off-by: Michal Simek --- drivers/serial/serial_zynq.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/serial/serial_zynq.c b/drivers/serial/serial_zynq.c index 112a7a27b875..e79d997cbab7 100644 --- a/drivers/serial/serial_zynq.c

[U-Boot] [PATCH 9/9] ARM: zynq: Move spi node to aligned location

2016-01-14 Thread Michal Simek
From: Michal Simek Keep nodes aligned. Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- arch/arm/dts/zynq-zc770-xm011.dts | 12 ++-- arch/arm/dts/zynq-zc770-xm012.dts | 12 ++--

[U-Boot] [PATCH 6/9] ARM: zynq: Clean DTSI coding style

2016-01-14 Thread Michal Simek
From: Michal Simek Fix minor indentation problems. Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- arch/arm/dts/zynq-7000.dtsi | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[U-Boot] [PATCH 01/23] ARM64: zynqmp: ep: Define minimum sdhci frequency for ep

2016-01-14 Thread Michal Simek
From: Siva Durga Prasad Paladugu Define minimum sdhci frequency for ep, as not defining it causes the divisor to be 2048 as per sd version but keeping clock very low on ep causes command failures. Signed-off-by: Siva Durga Prasad Paladugu

[U-Boot] [PATCH 03/23] ARM64: zynqmp: Use the same U-Boot version with/without ATF

2016-01-14 Thread Michal Simek
Remove SECURE_IOU option which is not needed. U-Boot itself can detect which EL level it is on and based on that use do platform setup. It also simplify usage because one Kconfig entry is gone. Signed-off-by: Michal Simek --- arch/arm/cpu/armv8/zynqmp/Kconfig

[U-Boot] [PATCH 02/23] ARM64: zynqmp: Remove incorrect link to common config file

2016-01-14 Thread Michal Simek
Link to zynqmp common file is incorrect. Fix it by removing the whole link because it is visible from the file where to look at it. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp_ep.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[U-Boot] [PATCH 05/23] ARM64: zynqmp: Fix coding style in phy node

2016-01-14 Thread Michal Simek
From: Michal Simek Trivial fix. Signed-off-by: Michal Simek Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp-ep108.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/zynqmp-ep108.dts

[U-Boot] [PATCH 04/23] ARM64: zynqmp: Add initial support for the first silicon

2016-01-14 Thread Michal Simek
Add basic configuration for the first silicon. Signed-off-by: Michal Simek --- arch/arm/cpu/armv8/zynqmp/clk.c | 4 +++- arch/arm/cpu/armv8/zynqmp/cpu.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/armv8/zynqmp/clk.c

[U-Boot] [PATCH 8/9] ARM: zynq: Fix defconfig for zybo

2016-01-14 Thread Michal Simek
Change possition of SPI_FLASH to by align with savedefconfig. Signed-off-by: Michal Simek --- configs/zynq_zybo_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/zynq_zybo_defconfig b/configs/zynq_zybo_defconfig index

[U-Boot] [PATCH 17/23] ARM64: zynqmp: Allow overwrite identification string

2016-01-14 Thread Michal Simek
Keep default option there but allow overwrite it. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index

[U-Boot] [PATCH 15/23] ARM64: zynqmp: Move memory setup to board file

2016-01-14 Thread Michal Simek
Setup memory size for ep108 in ep108 config file. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h| 5 - include/configs/xilinx_zynqmp_ep.h | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/configs/xilinx_zynqmp.h

[U-Boot] [PATCH 13/23] ARM64: zynqmp: Remove unneeded timer_init function

2016-01-14 Thread Michal Simek
Empty weak function is used instead. Signed-off-by: Michal Simek --- board/xilinx/zynqmp/zynqmp.c | 5 - 1 file changed, 5 deletions(-) diff --git a/board/xilinx/zynqmp/zynqmp.c b/board/xilinx/zynqmp/zynqmp.c index ac2362532590..1a837897194e 100644 ---

[U-Boot] [PATCH 14/23] ARM64: zynqmp: Enable advance memory test by default

2016-01-14 Thread Michal Simek
Temp space in at the beginning of OCM. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 2d9f020f50d7..f6a36a3fabdd 100644 ---

[U-Boot] [PATCH 11/23] ARM64: zynqmp: Differentiate EMMC boot mode

2016-01-14 Thread Michal Simek
Show also EMMC bootmode if selected. There is difference compare to SD bootmode. Use the same bootcommand till better boot command is created. Reported-by: Sai Pavan Boddu Signed-off-by: Michal Simek --- board/xilinx/zynqmp/zynqmp.c | 5 - 1

[U-Boot] [PATCH 20/23] ARM64: zynqmp: Modify the autoboot commands

2016-01-14 Thread Michal Simek
From: Siva Durga Prasad Paladugu Modify DFU commands to use latest kernel offsets and sizes as per modified partitions in the linux device tree. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek

[U-Boot] [PATCH 19/23] ARM64: zynqmp: Include GbE speed/duplex detection

2016-01-14 Thread Michal Simek
Get right speed/duplex via mii info. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index eae1a4988b07..20bb359cdebd 100644 ---

[U-Boot] [PATCH 18/23] ARM64: zynqmp: Enable NATSEMI phys

2016-01-14 Thread Michal Simek
Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 5008722bf4ce..eae1a4988b07 100644 --- a/include/configs/xilinx_zynqmp.h +++

[U-Boot] [PATCH 21/23] ARM64: zynqmp: Dont use shortcut for setenv

2016-01-14 Thread Michal Simek
From: Siva Durga Prasad Paladugu Dont use shortcut command for setenv as it wont work now due introduction of new command setexpr. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek ---

[U-Boot] [PATCH 12/37] dm: video: Repurpose the 'displayport' uclass to 'display'

2016-01-14 Thread Simon Glass
The current DisplayPort uclass is too specific. The operations it provides are shared with other types of output devices, such as HDMI and LVDS LCD displays. Generalise the uclass so that it can be used with these devices as well. Adjust the uclass to handle the EDID reading and conversion to

[U-Boot] [PATCH 08/37] dm: backlight: Add a backlight uclass

2016-01-14 Thread Simon Glass
LCD panels normally have a backlight which can be controlled to illuminate the LCD contents. Add a uclass to support this. Initially it only has a method to enable the backlight. Signed-off-by: Simon Glass --- drivers/video/Makefile | 1 +

[U-Boot] [PATCH 06/37] dm: pwm: Add a PWM uclass

2016-01-14 Thread Simon Glass
Add a uclass that supports Pulse Width Modulation (PWM) devices. It provides methods to enable/disable and configure the device. Signed-off-by: Simon Glass --- drivers/Kconfig | 2 ++ drivers/pwm/Kconfig | 10 + drivers/pwm/Makefile | 1 +

[U-Boot] [PATCH 23/37] rockchip: sdram: Use syscon_get_first_range() where possible

2016-01-14 Thread Simon Glass
This is a shortcut to obtaining a register address. Use it where possible, to simplify the code. Signed-off-by: Simon Glass --- arch/arm/mach-rockchip/rk3288/sdram_rk3288.c | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git

[U-Boot] [PATCH 14/37] rockchip: clk: Add support for clocks needed by the displays

2016-01-14 Thread Simon Glass
The displays need to use NPLL and also select some new peripheral clocks. Add support for these to the clock driver. Signed-off-by: Simon Glass --- drivers/clk/clk_rk3288.c | 174 +-- 1 file changed, 170 insertions(+), 4

[U-Boot] [PATCH 01/37] stdio: Correct a build error with driver model

2016-01-14 Thread Simon Glass
When driver model is used for video but not for the keyboard, a compiler warnings is produced. Fix it. Signed-off-by: Simon Glass --- common/stdio.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/stdio.c b/common/stdio.c index 7252bab..f99cfe7 100644 ---

[U-Boot] [PATCH 03/37] video: Name consoles by their number

2016-01-14 Thread Simon Glass
We must use the console name in the 'stdout' variable to select the one we want. At present the name is formed from the driver name with a suffix indicating the rotation value. It seems better to name them sequentially since this can be controlled by driver order. So adjust the code to use

[U-Boot] [PATCH 05/37] video: bridge: Allow GPIOs to be optional

2016-01-14 Thread Simon Glass
Some video bridges will not have GPIOs to control reset, etc. Allow these to be optional. Signed-off-by: Simon Glass --- drivers/video/bridge/video-bridge-uclass.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git

[U-Boot] [PATCH 04/37] video: Add a function to control cache flushing

2016-01-14 Thread Simon Glass
Allow the cache-flushing function of a video device to be controlled. Signed-off-by: Simon Glass --- drivers/video/video-uclass.c | 7 +++ include/video.h | 8 2 files changed, 15 insertions(+) diff --git a/drivers/video/video-uclass.c

[U-Boot] [PATCH 37/37] rockchip: Update the README

2016-01-14 Thread Simon Glass
GPIO, I2C, LCD and HDMI are now implemented. We have more than one PMIC. There is an implementation to run the CPU at full speed although it does not seem to make much difference. Update the README to cover recent developments. Signed-off-by: Simon Glass ---

[U-Boot] [PATCH 18/37] rockchip: Don't skip low-level init

2016-01-14 Thread Simon Glass
At present the low-level init is skipped on rockchip. Among other things this means that the instruction cache is left disabled. Fix this. Signed-off-by: Simon Glass --- arch/arm/mach-rockchip/board.c| 4 arch/arm/mach-rockchip/rk3288-board-spl.c | 4

[U-Boot] [PATCH 31/37] rockchip: jerry: Enable EDP and HDMI video output

2016-01-14 Thread Simon Glass
Enable these devices using the VOPL video output device. We explicitly disable VOPB in the device tree to avoid it taking over. Since this device has an LCD display this comes up by default. If the display fails for some reason then it will attempt to use HDMI. It is possible to force it to fail

[U-Boot] [PATCH v2 1/3] mtd: pxa3xx_nand: Correct null dereference

2016-01-14 Thread Kevin Smith
Correct a null pointer dereference in board_nand_init(). Zeroed memory was allocated, then immediately dereferenced. The dereference is completely removed, since this pointer is later initialized in alloc_nand_resources. Signed-off-by: Kevin Smith Cc: Stefan Roese

[U-Boot] [PATCH v2 2/3] mtd: pxa3xx_nand: Correct offset calculation

2016-01-14 Thread Kevin Smith
Correct some pointer math in initialization. An offset was added to a struct-typed pointer instead of one casted to a byte-size, resulting in a much larger offset than intended. Signed-off-by: Kevin Smith Cc: Stefan Roese Cc: Luka Perkov

[U-Boot] [PATCH 35/37] rockchip: rock2: dts: Make changes for U-Boot

2016-01-14 Thread Simon Glass
Add the required pre-relocation tags and SDRAM init information for U-Boot. Signed-off-by: Simon Glass --- arch/arm/dts/rk3288-rock2-square.dts | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/dts/rk3288-rock2-square.dts

[U-Boot] [PATCH 32/37] rockchip: firefly-rk3288: Enable HDMI output

2016-01-14 Thread Simon Glass
Enable HDMI output and a console on firefly. Signed-off-by: Simon Glass --- configs/firefly-rk3288_defconfig | 7 +++ include/configs/firefly-rk3288.h | 9 - 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/configs/firefly-rk3288_defconfig

[U-Boot] [PATCH 28/37] rockchip: rk3288: pinctrl: Fix HDMI pinctrl

2016-01-14 Thread Simon Glass
Since the device tree does not specify the EDID pinctrl option for HDMI we must set it manually. Fix the driver to handle this. Signed-off-by: Simon Glass --- drivers/pinctrl/rockchip/pinctrl_rk3288.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[U-Boot] [PATCH 20/37] rockchip: Add a script to parse datasheets

2016-01-14 Thread Simon Glass
This script has proved useful for parsing datasheets and creating register shift/mask values for use in header files. Include it in case it is useful for others. Signed-off-by: Simon Glass --- doc/README.rockchip | 6 ++ tools/rkmux.py | 218

Re: [U-Boot] [PATCH v4 5/6] rockchip: kylin: Enable boot with android boot image

2016-01-14 Thread Tom Rini
On Thu, Jan 14, 2016 at 10:31:34AM +0800, Jeffy Chen wrote: > Hi Tom, > > On 2016-1-13 23:28, Tom Rini wrote: > >On Wed, Jan 13, 2016 at 04:53:19PM +0800, Jeffy Chen wrote: > > > >>The android kernel is using appended dtb by default, and store > >>ramdisk right after kernel & dtb. > >>So we needs

Re: [U-Boot] [PATCH] patman: Add --thread option

2016-01-14 Thread Simon Glass
Hi Mateusz, On 13 January 2016 at 14:39, Mateusz Kulikowski wrote: > Add option to create threaded series of patches. > With it, it will be possible to create patch threads like this: > [PATCH 0/10] Add support for time travel > [PATCH 1/10] Add Flux Capacitor

Re: [U-Boot] [PATCH] fdt: __of_translate_address(): check parent's 'ranges' before translate

2016-01-14 Thread Simon Glass
Hi Przemyslaw, Stephen, On 13 January 2016 at 04:10, Przemyslaw Marczak wrote: > Hello Stephen, > > > On 01/12/2016 05:43 PM, Stephen Warren wrote: >> >> On 01/12/2016 03:25 AM, Przemyslaw Marczak wrote: >>> >>> Hello Stephen, >>> >>> On 01/11/2016 05:47 PM, Stephen Warren

Re: [U-Boot] [PATCH 1/2] dts:exynos:update pinctrl size-cells and fix child regs

2016-01-14 Thread Simon Glass
On 12 January 2016 at 07:40, Przemyslaw Marczak wrote: > This change is required to avoid warnings about invalid > size-cells defined in device-tree pinctrl nodes for Exynos. > > Tested on: > - Odroid U3 > - Odroid XU3 > > Signed-off-by: Przemyslaw Marczak

Re: [U-Boot] [PATCH 2/2] Revert "fdt: fix address cell count checking in fdt_translate_address()"

2016-01-14 Thread Simon Glass
On 12 January 2016 at 07:40, Przemyslaw Marczak wrote: > This reverts commit 71105f50fedddfa5b0535d102c3d5078671721ad. > > The reverted commit was applied for a temporary to unbreak > few Exynos boards on the release. > > After the discussion about the change, this commit

Re: [U-Boot] [PATCH] ls2-2085ardb: Correct the model name of ls2085ardb

2016-01-14 Thread york sun
On 01/14/2016 04:42 AM, Ashish Kumar wrote: > Signed-off-by: Ashish Kumar > --- > arch/arm/dts/fsl-ls2080a-rdb.dts |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/dts/fsl-ls2080a-rdb.dts > b/arch/arm/dts/fsl-ls2080a-rdb.dts >

Re: [U-Boot] [PATCH] igep00x0: Falcon mode

2016-01-14 Thread Tom Rini
On Thu, Jan 14, 2016 at 01:44:20AM +0100, Ladislav Michl wrote: > Implement spl_start_uboot to let Falcon mode work. Also as board comes > either with 256 or 512MB of memory, fixup fdt before jumping to kernel. > ATAG support for doing the same is left as an excercise for readers > loving legacy

Re: [U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-14 Thread Tom Rini
On Wed, Jan 13, 2016 at 12:45:05PM -0800, Stefan Agner wrote: > Hi, > > I would like to keep the discussion going and shed some light on the > image format introduced here, see below... > > On 2016-01-07 00:38, Peng Fan wrote: > > Hi Stefan, > > On Wed, Jan 06, 2016 at 10:59:17PM -0800, Stefan

Re: [U-Boot] [PATCH v5 6/6] rockchip: kylin: Store env in emmc

2016-01-14 Thread Simon Glass
On 13 January 2016 at 19:19, Jeffy Chen wrote: > There's a 64K reserved area at the end of the first 4M. > Store env there, so we can use fastboot to flash it. > > Signed-off-by: Jeffy Chen > > --- > > Changes in v5: > New patch. > > Changes

Re: [U-Boot] [PATCH v5 5/6] rockchip: kylin: Check fastboot request

2016-01-14 Thread Simon Glass
On 13 January 2016 at 19:19, Jeffy Chen wrote: > We will save boot mode flag in grf's os_reg[4], if fastboot > requested or fastboot key pressed, try to enter fastboot mode > at preboot stage. > > Signed-off-by: Jeffy Chen > > --- > > Changes

Re: [U-Boot] [PATCH 06/11] imx: imx-common: introduce boot auxiliary core

2016-01-14 Thread Simon Glass
+Bin Hi Peng, On 4 January 2016 at 22:56, Peng Fan wrote: > From: Peng Fan > > To boot a auxiliary core in asymmetric multicore system, introduce the > new command "bootaux" to do it. Example of boot auxliary core from > 0x7000 where stores the boot

Re: [U-Boot] [PATCH 7/9] efi_loader: Add disk interfaces

2016-01-14 Thread Simon Glass
Hi Alexander, On 22 December 2015 at 06:57, Alexander Graf wrote: > A EFI applications usually want to access storage devices to load data from. > > This patch adds support for EFI disk interfaces. It loops through all block > storage interfaces known to U-Boot and creates an EFI

Re: [U-Boot] [PATCH 03/10] rockchip: Fix the configuration for chromebook_jerry

2016-01-14 Thread Simon Glass
On 29 December 2015 at 05:22, Simon Glass wrote: > Various updates did not make it through to this board. Also the instructions > for building a SPI image are no-longer correct. Fix these so that Jerry can > boot to a prompt again. > > Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH 02/10] rockchip: Drop a debug message when outputing SPI images

2016-01-14 Thread Simon Glass
On 29 December 2015 at 05:22, Simon Glass wrote: > There is an unnecessary sector count displayed. Drop it. > > Signed-off-by: Simon Glass > --- > > tools/rkspi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/rkspi.c

Re: [U-Boot] Please pull u-boot-x86

2016-01-14 Thread Tom Rini
On Fri, Jan 15, 2016 at 09:39:13AM +0800, Bin Meng wrote: > Hi Tom, > > On Thu, Jan 14, 2016 at 5:55 AM, Tom Rini wrote: > > On Wed, Jan 13, 2016 at 04:03:48PM +0800, Bin Meng wrote: > > > >> Hi Tom, > >> > >> The following changes since commit > >>

[U-Boot] [PATCH 2/4] x86: qemu: setup PM IO base for ACPI in southbridge

2016-01-14 Thread Miao Yan
Enable ACPI IO space for piix4 (for pc board) and ich9 (for q35 board) Signed-off-by: Miao Yan --- arch/x86/cpu/qemu/qemu.c| 39 + arch/x86/include/asm/arch-qemu/device.h | 8 +++ 2 files changed, 47 insertions(+) diff

[U-Boot] [PATCH 1/4] x86: qemu: re-structure qemu_fwcfg_list_firmware()

2016-01-14 Thread Miao Yan
Re-write the logic in qemu_fwcfg_list_firmware(), add a function qemu_cfg_read_firmware_list() to handle reading firmware list. Signed-off-by: Miao Yan --- arch/x86/cpu/qemu/fw_cfg.c| 60 +-- arch/x86/include/asm/fw_cfg.h | 8

[U-Boot] [PATCH 0/4] add support for loading ACPI tables from QEMU

2016-01-14 Thread Miao Yan
Currently, if CONFIG_GENERATE_ACPI_TABLE is defined, U-Boot will generate ACPI tables itlself, this patchset adds the ability to load the ACPI tables generated by QEMU. Miao Yan (4): x86: qemu: re-structure qemu_fwcfg_list_firmware() x86: qemu: setup PM IO base for ACPI in southbridge x86:

[U-Boot] [PATCH 3/4] x86: qemu: add the ability to load and link ACPI tables from QEMU

2016-01-14 Thread Miao Yan
This patch adds the ability to load and link ACPI tables provided by QEMU. QEMU tells guests how to load and patch ACPI tables through its fw_cfg interface, by adding a firmware file 'etc/table-loader'. Guests are supposed to parse this file and execute corresponding QEMU commands. Signed-off-by:

[U-Boot] [PATCH 4/4] x86: qemu: loading ACPI table from QEMU

2016-01-14 Thread Miao Yan
If CONFIG_GENERATE_ACPI_TABLE is not defined, then use ACPI table created by QEMU. Signed-off-by: Miao Yan --- arch/x86/lib/tables.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/x86/lib/tables.c b/arch/x86/lib/tables.c index

Re: [U-Boot] [PATCH 0/9] EFI payload / application support

2016-01-14 Thread Peter Robinson
>> I am not aware of anyone using the U-Boot API for grub these days, so >> I'm not sure it's an incredibly useful goal. The main pain point distros >> seem to have is to make something that "just works" on all systems out >> there. Moving into that direction should be our ultimate goal. > >

Re: [U-Boot] [PATCH 1/4] eth-raw-os.c: Add cast to bind(2) call

2016-01-14 Thread Bin Meng
Hi Tom, On Tue, Dec 1, 2015 at 6:13 AM, Joe Hershberger wrote: > On Sat, Nov 28, 2015 at 7:04 AM, Tom Rini wrote: >> With more recent gcc versions we otherwise get an error like: >> note: expected 'const struct sockaddr *' but argument is of type

[U-Boot] [RFC PATCH v1] net: Add headroom configuration

2016-01-14 Thread Chris Packham
Some network devices/drivers need to insert special tags in packets as they are transmitted (e.g. Marvell's DSA tag for their switch devices). Add an option to leave a little space at the start of the packets Reviewed-by: Mark Tomlinson Signed-off-by: Chris

Re: [U-Boot] Broken: U-Boot SPL 2016.01

2016-01-14 Thread Peter Kümmel
Am 14.01.2016 um 22:49 schrieb Tom Rini: On Thu, Jan 14, 2016 at 10:29:44PM +0100, Peter Kümmel wrote: In 2016.01 SPL is broken on an omap board with DM3730: U-Boot SPL 2016.01-00076-g72128b2 (Jan 14 2016 - 22:07:33) wrong hwadapnr: 1075903588 Seems like gd isn't pointing in the right

Re: [U-Boot] [PATCH 3/9] efi_loader: Add PE image loader

2016-01-14 Thread Alexander Graf
On 26.12.15 17:26, Leif Lindholm wrote: > On Tue, Dec 22, 2015 at 02:57:50PM +0100, Alexander Graf wrote: >> EFI uses the PE binary format for its application images. Add support to EFI >> PE >> binaries as well as all necessary bits for the "EFI image loader" interfaces. >> >> Signed-off-by:

[U-Boot] [PATCH 00/25] exynos: video: Convert exynos LCD driver to use driver model

2016-01-14 Thread Simon Glass
This series converts the exynos LCD driver to work with driver model. Only the eDP display is converted - the MIPI display is left mostly alone as I do not have a device to test with. The conversion involves some refactoring to simplify the code, reduce the amount of global/static data and allow

[U-Boot] [PATCH 19/25] exynos: Allow PWM0 pinmux to be set up

2016-01-14 Thread Simon Glass
This is commonly used for LCD backlight control. Add pinmux support for it on exynos5250 and 5420. Signed-off-by: Simon Glass --- arch/arm/mach-exynos/pinmux.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/mach-exynos/pinmux.c

Re: [U-Boot] [PATCH 4/9] efi_loader: Add boot time services

2016-01-14 Thread Alexander Graf
On 26.12.15 19:09, Leif Lindholm wrote: > On Tue, Dec 22, 2015 at 02:57:51PM +0100, Alexander Graf wrote: >> When an EFI application runs, it has access to a few descriptor and callback >> tables to instruct the EFI compliant firmware to do things for it. The bulk >> of those interfaces are

Re: [U-Boot] [PATCH v1] mmc: rockchip: the non-removable property must point to emmc

2016-01-14 Thread Simon Glass
On 7 January 2016 at 23:06, Lin Huang wrote: > the non-removable property point to sdcard before, it is wrong, > it must point to emmc, correct it. > > Signed-off-by: Lin Huang > --- > drivers/mmc/rockchip_dw_mmc.c | 2 ++ > 1 file changed, 2

[U-Boot] [PATCH 01/19] video: Add stb TrueType font renderer

2016-01-14 Thread Simon Glass
This is a header file which provides a fairly light-weight TrueType rendering implementation. It is pulled from http://nothings.org/. The code style does not comply with U-Boot but I think it is best to leave alone to permit the source to be synced later if needed. The only change is to fix a

Re: [U-Boot] Please pull u-boot-x86

2016-01-14 Thread Bin Meng
Hi Tom, On Thu, Jan 14, 2016 at 5:55 AM, Tom Rini wrote: > On Wed, Jan 13, 2016 at 04:03:48PM +0800, Bin Meng wrote: > >> Hi Tom, >> >> The following changes since commit fa85e826c16b9ce1ad302a57e9c4b24db0d8b930: >> >> Prepare v2016.01 (2016-01-12 09:06:54 -0500) >> >> are

Re: [U-Boot] [PATCH 0/4] tegra: Move tegra20 towards the 'new' display bindings

2016-01-14 Thread Lucas Stach
Am Donnerstag, den 14.01.2016, 13:26 -0700 schrieb Simon Glass: > The original tegra20 display driver was written before Linux had > device tree > bindings for display. Since then Linux has developed a robust set of > bindings > covering various aspects of enabling a display. > > This series

Re: [U-Boot] [PATCH 01/19] video: Add stb TrueType font renderer

2016-01-14 Thread Simon Glass
Hi Måns, On 14 January 2016 at 18:50, Måns Rullgård wrote: > Simon Glass writes: > >> This is a header file which provides a fairly light-weight TrueType >> rendering implementation. It is pulled from http://nothings.org/. The code >> style does not comply

Re: [U-Boot] [PATCH 1/3] vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF

2016-01-14 Thread Peng Fan
Hi Tom, On Thu, Jan 14, 2016 at 01:02:03PM -0500, Tom Rini wrote: >Enabling this function always removes some class of string saftey issues. >The size change here in general is about 400 bytes and this seems a reasonable >trade-off. > >Cc: Peng Fan >Cc: Peter Robinson

Re: [U-Boot] [PATCH 0/9] EFI payload / application support

2016-01-14 Thread Tom Rini
On Fri, Jan 15, 2016 at 04:00:21AM +0100, Alexander Graf wrote: > > > On 25.12.15 17:50, Tom Rini wrote: > > On Fri, Dec 25, 2015 at 09:53:22AM +0100, Alexander Graf wrote: > >> > >> > >> On 25.12.15 04:29, Tom Rini wrote: > >>> On Tue, Dec 22, 2015 at 02:57:47PM +0100, Alexander Graf wrote: >

Re: [U-Boot] [PATCH 1/5] power: axp818: Remove duplicate register definition macros

2016-01-14 Thread Vishnu Patekar
Hello Wens, Thanks for correcting it. Regards, Vishnu On Tue, Jan 12, 2016 at 2:42 PM, Chen-Yu Tsai wrote: > Some of the register definitions are duplicated. Drop them. > > Signed-off-by: Chen-Yu Tsai > --- > include/axp818.h | 8 > 1 file changed, 8

Re: [U-Boot] Driver model test breakages

2016-01-14 Thread Simon Glass
Hi Jagan, On 5 January 2016 at 17:24, Simon Glass wrote: > Hi Jagan, > > On 3 January 2016 at 23:09, Bin Meng wrote: >> >> Hi Jagan, >> >> On Mon, Jan 4, 2016 at 1:12 PM, Jagan Teki wrote: >> > Hi Simon, >> > >> > On 4 January 2016 at

Re: [U-Boot] [PATCH 01/10] rockchip: Enable generation of SPI images

2016-01-14 Thread Simon Glass
On 29 December 2015 at 05:22, Simon Glass wrote: > This feature was dropped at some point. Restore it. > > Signed-off-by: Simon Glass > --- > > tools/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-rockchip, and now in

Re: [U-Boot] [PATCH 01/19] video: Add stb TrueType font renderer

2016-01-14 Thread Måns Rullgård
Simon Glass writes: > This is a header file which provides a fairly light-weight TrueType > rendering implementation. It is pulled from http://nothings.org/. The code > style does not comply with U-Boot but I think it is best to leave alone to > permit the source to be synced

Re: [U-Boot] [PATCH v4 5/6] rockchip: kylin: Enable boot with android boot image

2016-01-14 Thread Jeffy Chen
Hi Tom, On 2016-1-15 8:59, Tom Rini wrote: On Fri, Jan 15, 2016 at 08:53:06AM +0800, Jeffy Chen wrote: Hi Tom, On 2016-1-15 0:22, Tom Rini wrote: On Thu, Jan 14, 2016 at 10:31:34AM +0800, Jeffy Chen wrote: Hi Tom, On 2016-1-13 23:28, Tom Rini wrote: On Wed, Jan 13, 2016 at 04:53:19PM

Re: [U-Boot] [PATCH 7/9] efi_loader: Add disk interfaces

2016-01-14 Thread Alexander Graf
On 15.01.16 02:37, Simon Glass wrote: > Hi Alexander, > > On 22 December 2015 at 06:57, Alexander Graf wrote: >> A EFI applications usually want to access storage devices to load data from. >> >> This patch adds support for EFI disk interfaces. It loops through all block >>

Re: [U-Boot] [PATCH 0/9] EFI payload / application support

2016-01-14 Thread Alexander Graf
On 25.12.15 17:50, Tom Rini wrote: > On Fri, Dec 25, 2015 at 09:53:22AM +0100, Alexander Graf wrote: >> >> >> On 25.12.15 04:29, Tom Rini wrote: >>> On Tue, Dec 22, 2015 at 02:57:47PM +0100, Alexander Graf wrote: >>> This is my Christmas present for my openSUSE friends :). U-Boot

Re: [U-Boot] [PATCH 4/9] efi_loader: Add boot time services

2016-01-14 Thread Alexander Graf
On 26.12.15 19:09, Leif Lindholm wrote: > On Tue, Dec 22, 2015 at 02:57:51PM +0100, Alexander Graf wrote: [...] >> +break; >> +case 2: >> +/* Exact address, grant it. The addr is already in *memory. */ > > As far as I can tell, this is why GRUB works. Because it

<    1   2   3   4   >