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

2014-01-03 Thread York Sun
Tom, The following changes since commit fef24f4f38eb685a6da29097930e6e49b378f8fb: ARM: Samsung: Change GONI and Universal_C210 maintainers. (2013-12-20 10:48:06 -0500) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to 8c618dd

[U-Boot] MAKEALL

2014-01-03 Thread York Sun
Wolfgang, I have some troubles to run MAKEALL with BUILD_NBUILDS. If I set BUILD_NBUILDS to 2 or greater, there is a good chance the total number of targets is not an integral multiple of BUILD_NBUILDS. It has two undesired results. 1. The status report has wrong number of passed builds. 2. This

Re: [U-Boot] [PATCH v4 3/3] wandboard: Set default environment to use zImage

2014-01-03 Thread Wolfgang Denk
Dear Otavio Salvador, In message <1388771903-8730-3-git-send-email-ota...@ossystems.com.br> you wrote: > > ... There is no > reason to continue using uImage for default environment. Sorry, but this "There is no reason to continue using uImage"

Re: [U-Boot] [PATCH] powerpc/t208x: enable erratum a006379 for t208x

2014-01-03 Thread York Sun
On 01/02/2014 09:46 PM, Shengzhou Liu wrote: > Erratum A006379 applies to T2080/T2081 also. > > Signed-off-by: Shengzhou Liu Please fix the subject. You are enabling a workaround for an erratum. York ___ U-Boot mailing list U-Boot@lists.denx.de http:/

Re: [U-Boot] [PATCH] powerpc/t208x: enable erratum a006379 for t208x

2014-01-03 Thread Scott Wood
On Fri, 2014-01-03 at 13:46 +0800, Shengzhou Liu wrote: > Erratum A006379 applies to T2080/T2081 also. > > Signed-off-by: Shengzhou Liu > --- > arch/powerpc/include/asm/fsl_errata.h | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/arch/powerpc/include/asm/fsl_errata.h

Re: [U-Boot] [PATCH] powerpc/83xx: fix compilation error for MPC8315ERDB

2014-01-03 Thread Scott Wood
On Fri, 2013-12-20 at 09:24 +0530, Nikhil Badola wrote: > From: Ramneek Mehresh > > Defines get_svr() for 83xx devices > > Signed-off-by: Ramneek Mehresh > --- > arch/powerpc/cpu/mpc83xx/start.S | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/arch/powerpc/cpu/mpc83xx/start.S >

[U-Boot] [PATCH v4 1/3] mx6sabresd: Add eMMC specific environment to allow U-Boot update

2014-01-03 Thread Otavio Salvador
A new 'update_emmc_firmware' target is added to allow for easy U-Boot update in the eMMC as it has secury boot partition and this needs specific handling on how to program the specific partition. Signed-off-by: Otavio Salvador --- Changes in v4: - Fix compilation error (Stefano) Changes in v3: N

[U-Boot] [PATCH v4 3/3] wandboard: Set default environment to use zImage

2014-01-03 Thread Otavio Salvador
From: John Weber Change the default environment to use zImage instead of uImage, this requires changes to the default environment to load a file named zImage instead of uImage, and to use the 'bootz' command instead of 'bootm' when booting the kernel. The zImage works for FSL Linux's kernel fork

[U-Boot] [PATCH v4 2/3] wandboard: add Future Eletronics 7" WVGA LCD extension board

2014-01-03 Thread Otavio Salvador
This adds support for the 7" WVGA produced by Future Eletronics and make it dynamically detect if it is connected or not based on the touchscreen controller. Signed-off-by: Otavio Salvador --- Changes in v4: None Changes in v3: - rebased on imx/master Changes in v2: None board/wandboard/wandbo

[U-Boot] [PATCH v2 3/3] net: phy: atheros: Fix the masks for AR8031/8035

2014-01-03 Thread Fabio Estevam
From: Fabio Estevam Use the same masks as used in the kernel: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/net/phy/at803x.c?id=refs/tags/v3.12.6 With such changes Ethernet is functional on hummingboard solo. Cc: Joe Hershberger Signed-off-by: Fabio Estevam

[U-Boot] [PATCH v2 1/3] mx6: clock: Pass the frequency as argument of enable_fec_anatop_clock()

2014-01-03 Thread Fabio Estevam
From: Fabio Estevam Provide an argument to enable_fec_anatop_clock() to specify the clock frequency that will be generated. No changes are made to mx6slevk, which uses the default 50MHz fec clock. Signed-off-by: Fabio Estevam --- Stefano, I don't have access to a mx6slevk board at the moment,

[U-Boot] [PATCH v2 2/3] mx6: Add initial support for the Hummingboard solo

2014-01-03 Thread Fabio Estevam
From: Fabio Estevam SolidRun has designed the Hummingboard board based on mx6q/dl/solo. Add the initial support for the mx6 solo variant. More information about this hardware can be found at: http://imx.solid-run.com/wiki/index.php?title=Carrier-One_Hardware (Carrier-One was the previous name

Re: [U-Boot] [PATCH v3 1/8] wandboard: add Future Eletronics 7" WVGA LCD extension board

2014-01-03 Thread Otavio Salvador
Hello Stefano, On Thu, Dec 19, 2013 at 8:36 AM, Stefano Babic wrote: > one minor point. > > On 16/12/2013 23:43, Otavio Salvador wrote: > >> +int board_video_skip(void) >> +{ >> + int i; >> + int ret; >> + int detected = 0; >> + char const *panel = getenv("panel"); >> + if (!p

Re: [U-Boot] Are mmc open/close subcommands needed?

2014-01-03 Thread Otavio Salvador
On Thu, Jan 2, 2014 at 9:36 PM, Marek Vasut wrote: > On Thursday, January 02, 2014 at 05:53:00 PM, Hector Palacios wrote: >> Hi, >> >> I saw commit 2a91c9134675140853577b565210458b5774e6cf that introduces mmc >> subcommands 'open' and 'close' to access eMMC boot partitions and was >> wondering if

Re: [U-Boot] [PATCH v3 12/12] universal: add LCD download menu support

2014-01-03 Thread Przemyslaw Marczak
Dear all, On 01/03/2014 06:23 PM, Przemyslaw Marczak wrote: Signed-off-by: Przemyslaw Marczak --- changes v2: - add definitions for check keys - cleanup config definitions Changes v3: - remove CONFIG_BOARD_NAME from include/configs/5pc210_universal.h include/configs/s5pc210_universal.h |

[U-Boot] [PATCH v3 12/12] universal: add LCD download menu support

2014-01-03 Thread Przemyslaw Marczak
Signed-off-by: Przemyslaw Marczak --- changes v2: - add definitions for check keys - cleanup config definitions Changes v3: - remove CONFIG_BOARD_NAME from include/configs/5pc210_universal.h include/configs/s5pc210_universal.h | 22 ++ 1 file changed, 22 insertions(+) di

[U-Boot] [PATCH v3 11/12] trats2: add LCD download menu support

2014-01-03 Thread Przemyslaw Marczak
Signed-off-by: Przemyslaw Marczak --- changes v2: - add definitions for check keys - cleanup config definitions Changes v3: - remove CONFIG_BOARD_NAME from include/configs/trats2.h include/configs/trats2.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/includ

[U-Boot] [PATCH v3 10/12] Trats: add LCD download menu support

2014-01-03 Thread Przemyslaw Marczak
Signed-off-by: Przemyslaw Marczak Acked-by: Lukasz Majewski --- changes v2: - add definitions to check keys - cleanup config definitions - add acked-by Changes v3: - remove CONFIG_BOARD_NAME from include/configs/trats.h include/configs/trats.h | 22 ++ 1 file changed, 22

[U-Boot] [PATCH v3 08/12] samsung: boards: update display configs with 16bpp mode.

2014-01-03 Thread Przemyslaw Marczak
16 bpp mode is required by LCD console mode. This change updates exynos board files. Signed-off-by: Przemyslaw Marczak --- Changes v2: -- new patch Changes v3: - none board/samsung/trats/trats.c |2 +- board/samsung/trats2/trats2.c|2 +- board/samsung/universa

[U-Boot] [PATCH v3 11/12] trats2: add LCD download menu support

2014-01-03 Thread Przemyslaw Marczak
Signed-off-by: Przemyslaw Marczak --- changes v2: - add definitions for check keys - cleanup config definitions Changes v3: - change CONFIG_BOARD_NAME to CONFIG_SYS_BOARD in include/configs/trats2.h include/configs/trats2.h | 27 +++ 1 file changed, 27 insertions(+)

[U-Boot] [PATCH v3 06/12] lib: tizen: change Tizen logo with the new one.

2014-01-03 Thread Przemyslaw Marczak
Changes: - check image bpp instead of resolution when returns logo address - remove 32bpp logo - add 16bpp logo in two formats: bmp and gzipped bmp - init logo address with "0" for unsupported bpp mode - update boards configs with proper image size for gunzip - extend structure vidinfo by two field

[U-Boot] [PATCH v3 12/12] universal: add LCD download menu support

2014-01-03 Thread Przemyslaw Marczak
Signed-off-by: Przemyslaw Marczak --- changes v2: - add definitions for check keys - cleanup config definitions Changes v3: - change CONFIG_BOARD_NAME to CONFIG_SYS_BOARD in include/configs/5pc210_universal.h include/configs/s5pc210_universal.h | 23 +++ 1 file changed,

[U-Boot] [PATCH v3 09/12] samsung: misc: Add LCD download menu.

2014-01-03 Thread Przemyslaw Marczak
This simple LCD menu allows run one of download mode on device without writing on console or for fast and easy upgrade. This feature check user keys combination at boot: - power key + volume up - download menu - power key + volume down - thor mode (without menu) New configs: - CONFIG_LCD_MENU - CO

[U-Boot] [PATCH v3 03/12] samsung: common: Add misc file and common function misc_init_r().

2014-01-03 Thread Przemyslaw Marczak
Config: CONFIG_MISC_INIT_R enables implementation of misc_init_r() in common file:: - board/samsung/common/misc.c Signed-off-by: Przemyslaw Marczak --- Changes v2: - change CONFIG_SAMSUNG to CONFIG_MISC_INIT_R Changes v3: - fix merge conflict in board/samsung/common/Makefile board/samsung/com

[U-Boot] [PATCH v3 07/12] video: exynos: fimd: add support for various display color modes

2014-01-03 Thread Przemyslaw Marczak
Now fimd BPP color mode depends on vl_bpp value in struct "panel_info". There is only 16BPP mode check, default mode is 24BPP. Other fimd modes are usually unneeded and also needs some fimd driver modifications and tests. Signed-off-by: Przemyslaw Marczak --- Changes v2: - check panel_info vl_b

[U-Boot] [PATCH v3 10/12] Trats: add LCD download menu support

2014-01-03 Thread Przemyslaw Marczak
Signed-off-by: Przemyslaw Marczak Acked-by: Lukasz Majewski --- changes v2: - add definitions to check keys - cleanup config definitions - add acked-by Changes v3: - change CONFIG_BOARD_NAME to CONFIG_SYS_BOARD in include/configs/trats.h include/configs/trats.h | 23 +++

[U-Boot] [PATCH v3 04/12] samsung: misc: move display logo function to misc.c file.

2014-01-03 Thread Przemyslaw Marczak
board/samsung/common/misc.c: - move draw_logo() function from exynos_fb.c - add get_tizen_logo_info() function call removed from board files boards: - update board files - add CONFIG_MISC_INIT_R to Universal, Trats and Trats2 Signed-off-by: Przemyslaw Marczak Tested-by: Hyungwon Hwang --- chan

[U-Boot] [PATCH v3 05/12] common: lcd.c: fix data abort exception when try to access bmp header

2014-01-03 Thread Przemyslaw Marczak
Changes: - le16_to_cpu() to get_unaligned_le16() - le32_to_cpu() to get_unaligned_le32() when access fields in struct bmp header. This changes avoids data abort exception caused by unaligned data access. Signed-off-by: Przemyslaw Marczak --- Changes v2: - new patch Changes v3: - common/Makefil

[U-Boot] [PATCH v3 02/12] trats2: Code cleanup.

2014-01-03 Thread Przemyslaw Marczak
Remove wrong and unused env variables Trats2 is not as GT-I8800. Signed-off-by: Przemyslaw Marczak Cc: Piotr Wilczek --- Changes v2: - none Changes v3: - none board/samsung/trats2/trats2.c | 19 ++- drivers/power/battery/bat_trats2.c |2 +- include/configs/trats2.h

[U-Boot] [PATCH v3 01/12] s5p: gpio: change gpio coding method for s5p gpio.

2014-01-03 Thread Przemyslaw Marczak
Old s5p gpio coding method was not clean and was not working properly for all parts and banks. New method is clean and easy to extend. Gpio coding mask: 0x00ff - pin number 0x0000 - bank offset 0xff00 - part number Signed-off-by: Przemyslaw Marczak --- Changes v2: - none Changes v3

Re: [U-Boot] [PULL-Update] : Please pull u-boot-imx

2014-01-03 Thread Stefano Babic
On 02/01/2014 17:25, Stefano Babic wrote: > Hi Albert, > > my first pull-request in 2014 ! Please pull from u-boot-imx, thanks ! > Albert, I forget to merge some further patches. This is my updated PULL request: The following changes since commit 56eb3da43fab5990a4b7bc118b76c7cae2ceb140: arm

Re: [U-Boot] [PATCH v3 2/8] mx6sabresd: Add eMMC specific environment to allow U-Boot update

2014-01-03 Thread Stefano Babic
On 03/01/2014 15:30, Stefano Babic wrote: > On 16/12/2013 23:43, Otavio Salvador wrote: >> A new 'update_emmc_firmware' target is added to allow for easy U-Boot >> update in the eMMC as it has secury boot partition and this needs >> specific handling on how to program the specific partition. >> >>

Re: [U-Boot] [PATCH 1/2] zynq: Do not explicitely enable icache

2014-01-03 Thread Russell King - ARM Linux
On Fri, Jan 03, 2014 at 01:52:51PM +0100, Arnd Bergmann wrote: > On Friday 03 January 2014, Michal Simek wrote: > > icache is already enabled by default. > > > > Signed-off-by: Michal Simek > > --- > > > > board/xilinx/zynq/board.c | 2 -- > > 1 file changed, 2 deletions(-) > > You had me conf

Re: [U-Boot] [PATCH v4] arm: mx5: Add fuse supply enable in fsl_iim

2014-01-03 Thread Stefano Babic
On 17/12/2013 20:24, Sergey Alyoshin wrote: > Enable fuse supply before fuse programming and disable after. > > Signed-off-by: Sergey Alyoshin > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Soft

Re: [U-Boot] [PATCH v3 7/8] ARM: mx6: Change the FDT loading address to avoid overlaping

2014-01-03 Thread Stefano Babic
On 16/12/2013 23:44, Otavio Salvador wrote: > This patch fixes allow for the DeviceTree and initrd relocation fixing > the boot of FSL 3.10.9-1.0.0-alpha kernel. > > This changes following boards: > > - mx6sabreauto > - mx6sabresd > - wandboard > - udoo > - nitrogen6x > - cgtqmx6eval > > T

Re: [U-Boot] [PATCH v3 8/8] ARM: mx6: Allow enablement of FEC Anatop based clock for all MX6

2014-01-03 Thread Stefano Babic
On 16/12/2013 23:44, Otavio Salvador wrote: > The enable_fec_anatop_clock method should be available for all MX6 > variant as it is not MX6 SoloLite specific. This moves the code out of > the #ifdef/#endif and we make it conditional to CONFIG_FEC_MXC > instead. > > Signed-off-by: Otavio Salvador

Re: [U-Boot] [PATCH v3 6/8] mx28evk: Extend environment to easy write of NAND system

2014-01-03 Thread Stefano Babic
On 16/12/2013 23:44, Otavio Salvador wrote: > This adds following new targets: > > - update_nand_kernel > - update_nand_fdt > - update_nand_filesystem > > and to avoid confusion, the 'update_nand_full' has been renamed to > 'update_nand_firmware_full'. > > Signed-off-by: Otavio Salvador > --

Re: [U-Boot] [PATCH v3 5/8] mx28evk: Add 'nandboot' environment command

2014-01-03 Thread Stefano Babic
On 16/12/2013 23:44, Otavio Salvador wrote: > This reads the kernel, ftd and boot into ubifs filesystem. While on > that, the SD firmware filename definition has been moved next to the > other SD related commands. > > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, thanks ! Best reg

Re: [U-Boot] [PATCH v3 2/8] mx6sabresd: Add eMMC specific environment to allow U-Boot update

2014-01-03 Thread Stefano Babic
On 16/12/2013 23:43, Otavio Salvador wrote: > A new 'update_emmc_firmware' target is added to allow for easy U-Boot > update in the eMMC as it has secury boot partition and this needs > specific handling on how to program the specific partition. > > Signed-off-by: Otavio Salvador > --- Applied t

Re: [U-Boot] [PATCH v3 4/8] mx28evk: Use 512k for fdt partition to align it

2014-01-03 Thread Stefano Babic
On 16/12/2013 23:44, Otavio Salvador wrote: > Using 512k for fdt partition allow it to be aligned with the other > small partitions and 512k erase block size. > > Signed-off-by: Otavio Salvador > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH v3 3/8] imx: Easy enabling of SION per-pin using MUX_MODE_SION helper macro

2014-01-03 Thread Stefano Babic
On 16/12/2013 23:44, Otavio Salvador wrote: > The macro allows easy setting in per-pin, as for example: > > , > | imx_iomux_v3_setup_pad(MX6_PAD_NANDF_D1__GPIO_2_1 | MUX_MODE_SION); > ` > > The IOMUX_CONFIG_SION allows for reading PAD value from PSR register. > > The following quote from

Re: [U-Boot] UBIFS seeing corrupt blank pages when image flashed via u-boot

2014-01-03 Thread Stefano Babic
Hi Gupta, On 03/01/2014 13:59, Artem Bityutskiy wrote: > Basically, "ubiformat" is the "correct" UBI-aware flasher, while > u-boot's "nand write" seems to be a dumb flasher. It is, it is *not* recommended for UBI volume without "ubinizing" your image. > I guess you have 2 > options: > > 1. Tea

Re: [U-Boot] [PATCH 1/2] zynq: Do not explicitely enable icache

2014-01-03 Thread Arnd Bergmann
On Friday 03 January 2014, Michal Simek wrote: > icache is already enabled by default. > > Signed-off-by: Michal Simek > --- > > board/xilinx/zynq/board.c | 2 -- > 1 file changed, 2 deletions(-) You had me confused for a bit. Please mark u-boot patches as such when you send them to the kernel

Re: [U-Boot] UBIFS seeing corrupt blank pages when image flashed via u-boot

2014-01-03 Thread Artem Bityutskiy
Hi Pekon, On Fri, 2014-01-03 at 11:45 +, Gupta, Pekon wrote: > *_Case-1_ Flashing UBIFS image from u-boot using 'nand write' utility* > > For a partially written erased-block.. > (a) 1st page is written with 'erase-header' > (b) 2nd page is written with 'volume-header' > (c) '3rd page' is wri

Re: [U-Boot] [PATCH v1 0/24] Zynq DT changes

2014-01-03 Thread Russell King - ARM Linux
Why are you cross posting this to linux-arm-kernel? There's already enough traffic on this list without having u-boot patches also posted here. I think you're the only one who does this, so please refrain from doing so in the future. Those who are interested in uboot development will already be

[U-Boot] UBIFS seeing corrupt blank pages when image flashed via u-boot

2014-01-03 Thread Gupta, Pekon
Hi All, I have been facing a weird problem, may be someone has a solution. *_Case-1_ Flashing UBIFS image from u-boot using 'nand write' utility* For a partially written erased-block.. (a) 1st page is written with 'erase-header' (b) 2nd page is written with 'volume-header' (c) '3rd page' is writ

Re: [U-Boot] [PATCH 1/2] mx6: Add initial support for the Hummingboard solo

2014-01-03 Thread Stefano Babic
Hi Fabio, On 03/01/2014 12:18, Fabio Estevam wrote: >> We have enable_fec_anatop_clock() (same function with same name !) in >> arch/arm/cpu/armv7/mx6/clock.c. The function is *identical* with the >> exception that the first two bits of pll_enet are cleared >> >> reg &= 0xfffc; /* Set

Re: [U-Boot] [PATCH 1/2] mx6: Add initial support for the Hummingboard solo

2014-01-03 Thread Fabio Estevam
Hi Stefano, On Fri, Jan 3, 2014 at 8:04 AM, Stefano Babic wrote: > Indeed - I will push only fixes for 2014.01. However, new board could > flow before release into my -next branch. Thanks for your review. Ok, understood. >> + >> +This file contains information for the port of U-Boot to the Hu

Re: [U-Boot] [PATCH v4 19/29] zynq: Add zynq_zc770 xm012 board support

2014-01-03 Thread Michal Simek
On 01/03/2014 12:03 PM, Jagan Teki wrote: > Actually this whole series got approved by Tom, he sent a mail to me directly. > Need to ask albert for PL. > > I think it's should be fine to ask the albert about the series you sent. > Any comments? Interesting. But no problem if that series just go t

Re: [U-Boot] [PATCH v4 19/29] zynq: Add zynq_zc770 xm012 board support

2014-01-03 Thread Jagan Teki
Actually this whole series got approved by Tom, he sent a mail to me directly. Need to ask albert for PL. I think it's should be fine to ask the albert about the series you sent. Any comments? On Fri, Jan 3, 2014 at 3:42 PM, Michal Simek wrote: > On 12/21/2013 07:47 AM, Jagannadha Sutradharudu T

Re: [U-Boot] [PATCH 1/2] exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers

2014-01-03 Thread Vivek Gautam
On Fri, Jan 3, 2014 at 4:10 PM, Vivek Gautam wrote: > The gpio_*() apis require the exact gpio line number to deduce > the gpio bank and the gpio pin addresses. > So fix the gpio number for VBUS used for EHCI ports as well as > XHCI ports on exynos5250 boards. > > Signed-off-by: Vivek Gautam > Cc

Re: [U-Boot] [PATCH 2/2] smdk5250: Remove 'board_usb_vbus_init()' function

2014-01-03 Thread Vivek Gautam
On Fri, Jan 3, 2014 at 4:10 PM, Vivek Gautam wrote: > Previously as a part of moving the VBUS gpio support to device tree > following patch removed this and added relevant support in driver: > 4a271cb exynos: usb: Switch USB VBUS GPIOs to be device tree configured > > Recent changes for common boa

[U-Boot] [PATCH 2/2] smdk5250: Remove 'board_usb_vbus_init()' function

2014-01-03 Thread Vivek Gautam
Previously as a part of moving the VBUS gpio support to device tree following patch removed this and added relevant support in driver: 4a271cb exynos: usb: Switch USB VBUS GPIOs to be device tree configured Recent changes for common board file migration for exynos platform added it again. So remov

[U-Boot] [PATCH 1/2] exynos5250: usb: Fix VBus gpio numbers for ehci and xhci controllers

2014-01-03 Thread Vivek Gautam
The gpio_*() apis require the exact gpio line number to deduce the gpio bank and the gpio pin addresses. So fix the gpio number for VBUS used for EHCI ports as well as XHCI ports on exynos5250 boards. Signed-off-by: Vivek Gautam Cc: Julius Werner Cc: Minkyu Kang Cc: Marek Vasut --- board/sams

[U-Boot] [PATCH v1 22/24] dts: zynq: Add fdt support

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki This patch provides a basic fdt support for zynq u-boot. zynq-generic.dts-> DTS for zc702 u-boot build: once configuring of a board done for building dtb with zynq-zed.dts as an input zynq-uboot> make DEVICE_TREE=zynq-zed Signed-off-by: Jagannadha Sutradharud

[U-Boot] [PATCH v1 20/24] zynq-common: Define CONFIG_ENV_OVERWRITE

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Defined CONFIG_ENV_OVERWRITE, which allow to overwrite serial baudrate and ethaddr. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 3 +++ 1 file changed, 3 insertions(+) diff --git

[U-Boot] [PATCH v1 24/24] doc: zynq: Add information on zynq u-boot

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Information on zynq u-boot about - mainline status - TODO Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: - Update to the latest status doc/README.zynq | 76 +++

[U-Boot] [PATCH v1 23/24] zynq-common: Enable verified boot(RSA)

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki CONFIG_FIT_SIGNATURE - signature node support in FIT image CONFIG_RSA - RSA lib support Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 4 1 file changed, 4 insertions(+) diff -

Re: [U-Boot] [PATCH v4 19/29] zynq: Add zynq_zc770 xm012 board support

2014-01-03 Thread Michal Simek
On 12/21/2013 07:47 AM, Jagannadha Sutradharudu Teki wrote: > ZC770 is a complete development board based on the Xilinx Zynq-7000 > All Programmable SoC, similar to ZC70x board but which has four > different daughter cards, like XM010, XM011, XM012 and XM013 > > ZC770 XM012: > - 1GB DDR3 > - 64MiB

[U-Boot] [PATCH v1 18/24] zynq-common: Change Env. Sector size to 128Kb

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Changed Env. Sector size from 0x1 to 128Kb Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/configs/zyn

[U-Boot] [PATCH v1 21/24] zynq: Add support to find bootmode

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Added support to find the bootmodes by reading slcr bootmode register. this can be helpful to autoboot the configurations w.r.t a specified bootmode. Added this functionality on board_late_init as it's not needed for normal initializtion part. Signed-off-by: J

[U-Boot] [PATCH v1 14/24] zynq: Add GEM0, GEM1 configs support

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Zynq ethernet controller support two GEM's like CONFIG_ZYNQ_GEM0 and CONFIG_ZYNQ_GEM1 enabled both so-that the respective board will define these macros based on their usage. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes

[U-Boot] [PATCH v1 16/24] zynq: Add Catalyst 24WC08 EEPROM config support

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Adds configurations for Catalyst 24WC08 EEPROM, which is present on the zynq boards. Enable EEPROM support for zynq boards. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 11 +++

[U-Boot] [PATCH v1 15/24] zynq-common: Define exact TEXT_BASE

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Defined TEXT_BASE for u-boot starts from 0x400 w.r.t zynq memory-map. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[U-Boot] [PATCH v1 17/24] zynq-common: Define default environment

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Defined default env. for autoboot FIT image from respective boot devices. Default settings: fit_image=fit.itb load_addr=0x200 fit_size=0x80 flash_off=0x10 nor_flash_off=0xE210 Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal S

[U-Boot] [PATCH v1 12/24] zynq: serial: Simplify serial driver initialization

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Define both serial uarts in the driver and return default uart based on board configuration. - Move baseaddresses to hardware.h - Define default baudrate and clock values Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in

[U-Boot] [PATCH v1 19/24] zynq-common: Define flash env. partition

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Last 128Kb sector of 1Mb flash is defined as u-boot environment partition. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 12 +++- 1 file changed, 11 insertions(+), 1 deletio

[U-Boot] [PATCH v1 10/24] zynq: Minor config cleanup

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Cleanups mostly on: - Add comments - Re-order configs - Remove #define CONFIG_ZYNQ_SDHCI Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 75 ++-

[U-Boot] [PATCH v1 13/24] serial: zynq: Add OF initialization support

2014-01-03 Thread Michal Simek
Add console selection from DTB which is enough to have OF driven solution. Signed-off-by: Michal Simek --- Changes in v1: None drivers/serial/serial_zynq.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/serial/serial_zynq.c b/drivers/serial/serial_zyn

[U-Boot] [PATCH v1 08/24] zynq: Cleanup on miscellaneous configs

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Cleanup on miscellaneous configurable options: - Rename SYS_PROMPT as "zynq-uboot" - Add comment - Re-order configs Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 19 ++--

[U-Boot] [PATCH v1 11/24] zynq: Enable cache options

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki - Enable cache command - Turn-off L2 cache - Turn-on D-cache Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/conf

[U-Boot] [PATCH v1 07/24] zynq: Enable Boot FreeBSD/vxWorks

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki This enabled Boot FreeBSD/vxWorks from an ELF image support Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/configs/zy

[U-Boot] [PATCH v1 06/24] zynq: Enable CONFIG_FIT_VERBOSE

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Enabled fit_format_{error,warning}() Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/zynq.h b/include/configs/zynq.h

[U-Boot] [PATCH v1 04/24] zynq: Add OF ram initialization support

2014-01-03 Thread Michal Simek
Read ram size directly from DTB. Signed-off-by: Michal Simek --- Changes in v1: None board/xilinx/zynq/board.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index 5119c09..6b691f3 100644 --- a/bo

[U-Boot] [PATCH v1 03/24] mmc: zynq: Add OF initialization support

2014-01-03 Thread Michal Simek
Enable initialize sdhci from DTB. Signed-off-by: Michal Simek --- Changes in v1: None arch/arm/include/asm/arch-zynq/sys_proto.h | 1 + drivers/mmc/zynq_sdhci.c | 29 + 2 files changed, 30 insertions(+) diff --git a/arch/arm/include/asm/arch-zynq

[U-Boot] [PATCH v1 09/24] zynq: Cleanup on memory configs

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki Cleanup on memory configuration options: - Add comment - Re-order configs Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None include/configs/zynq.h | 27 ++- 1 file changed, 14 insertions

[U-Boot] [PATCH v1 05/24] gpio: zynq: Add dummy gpio routines

2014-01-03 Thread Michal Simek
From: Jagannadha Sutradharudu Teki GPIO dummy routines are required for fdt build, may be removed these dependencies once the u-boot fdt is fully optimized. Signed-off-by: Jagannadha Sutradharudu Teki Signed-off-by: Michal Simek --- Changes in v1: None arch/arm/include/asm/arch-zynq/gpio.h

[U-Boot] [PATCH v1 01/24] net: emaclite: Fix OF initialization

2014-01-03 Thread Michal Simek
- Add xilinx_emaclite_of_init to netdev.h - Remove global data pointer from the driver - Add better handling for error state. Signed-off-by: Michal Simek --- Changes in v1: None drivers/net/xilinx_emaclite.c | 15 --- include/netdev.h | 1 + 2 files changed, 9 inserti

[U-Boot] [PATCH v1 02/24] net: gem: Add OF initialization support

2014-01-03 Thread Michal Simek
Gem can be directly initialized from DTB. Signed-off-by: Michal Simek --- Changes in v1: None drivers/net/zynq_gem.c | 42 ++ include/netdev.h | 1 + 2 files changed, 43 insertions(+) diff --git a/drivers/net/zynq_gem.c b/drivers/net/zynq_gem.c i

[U-Boot] [PATCH v1 0/24] Zynq DT changes

2014-01-03 Thread Michal Simek
Hi, this is respin of Jagan v3 series sent here http://lists.denx.de/pipermail/u-boot/2013-December/169617.html + 2 patches v4 http://lists.denx.de/pipermail/u-boot/2013-December/169753.html http://lists.denx.de/pipermail/u-boot/2013-December/169752.html The purpose of this series was to synchron

Re: [U-Boot] [PATCH 2/2] net: phy: atheros: Fix the masks for AR8031/8035

2014-01-03 Thread Stefano Babic
On 02/01/2014 18:42, Fabio Estevam wrote: > From: Fabio Estevam > > Use the same masks as used in the kernel: > https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/net/phy/at803x.c?id=refs/tags/v3.12.6 > > With such changes Ethernet is functional on hummingboard sol

Re: [U-Boot] [PATCH 1/2] mx6: Add initial support for the Hummingboard solo

2014-01-03 Thread Stefano Babic
Hi Fabio, On 02/01/2014 18:42, Fabio Estevam wrote: > From: Fabio Estevam > > SolidRun has designed the Hummingboard board based on mx6q/dl/solo. > > Add the initial support for the mx6 solo variant. > > More information about this hardware can be found at: > http://cubox-i.com/ > > Based on

[U-Boot] [PATCH v1 2/2] i2c: zynq: Add support for the second i2c controller

2014-01-03 Thread Michal Simek
From: Michael Burr Initialize the second i2c controller. Signed-off-by: Michael Burr Signed-off-by: Michal Simek --- Changes in v1: - Based on original thread from Michael Burr http://lists.denx.de/pipermail/u-boot/2013-October/165017.html Heiko did some changes in this mainline patch "

[U-Boot] [PATCH v1 1/2] i2c: zynq: Support for 0-length register address

2014-01-03 Thread Michal Simek
From: Michael Burr Fixed bug with alen == 0 in 'i2c_write', 'i2c_read' Further minor corrections: - Write 'address' register before 'data' register. - Write 'transfer_size' register before 'address' register. Signed-off-by: Michael Burr Signed-off-by: Michal Simek --- Changes in v1: - Based

[U-Boot] [PATCH 2/2] zynq: Enable dcache support

2014-01-03 Thread Michal Simek
Enable dcache. Signed-off-by: Michal Simek --- arch/arm/cpu/armv7/zynq/cpu.c | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/cpu/armv7/zynq/cpu.c b/arch/arm/cpu/armv7/zynq/cpu.c index 9af340e..c771759 100644 --- a/arch/arm/cpu/armv7/zynq/cpu.c +++ b/arch/arm/cpu/armv7/zynq/

[U-Boot] [PATCH 1/2] zynq: Do not explicitely enable icache

2014-01-03 Thread Michal Simek
icache is already enabled by default. Signed-off-by: Michal Simek --- board/xilinx/zynq/board.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index 5119c09..7c1632f 100644 --- a/board/xilinx/zynq/board.c +++ b/board/xilinx/zynq/board.

[U-Boot] [PATCH 1/2] net: gem: Check if phy was correctly detected

2014-01-03 Thread Michal Simek
As tsec and fm drivers checking phydev->link ensure that u-boot don't try access device if link is not ready. Signed-off-by: Michal Simek --- drivers/net/zynq_gem.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/net/zynq_gem.c b/drivers/net/zynq_gem.c index 6a017a8..381bca4 10

[U-Boot] [PATCH 2/2] net: axi_emac: Check if phy was correctly detected

2014-01-03 Thread Michal Simek
As tsec and fm drivers checking phydev->link ensure that u-boot don't try access device if link is not ready. Signed-off-by: Michal Simek --- drivers/net/xilinx_axi_emac.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/xilinx_axi_emac.c b/drivers/net/xilinx_axi_emac.c index

[U-Boot] [PATCH][v2] powerpc/83xx: Add support for get_svr() for 83xx devices

2014-01-03 Thread Nikhil Badola
From: Ramneek Mehresh Defines get_svr() for 83xx devices Signed-off-by: Ramneek Mehresh --- Changes for v2: - Changed patch heading arch/powerpc/cpu/mpc83xx/start.S | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/powerpc/cpu/mpc83xx/start.S b/arch/powerpc/cpu/mpc83xx/sta

[U-Boot] _POST_WORD_ADDR in post.h

2014-01-03 Thread shobin b
Hi, I am doing post in uboot for arm.When i am enabling post in /include/post.h file there is defining some _POST_WORD_ADDR. how will i define this for our arm board.i am using colibri t20 module. regards, shobin.b ___ U-Boot mailing list U-Boot@lists.