[U-Boot] [PATCH] arm:board:exynos4: add CONFIG_SYS_GENERIC_BOARD

2014-05-21 Thread Piotr Wilczek
Add CONFIG_SYS_GENERIC_BOARD for all Exynos4 boards. Signed-off-by: Piotr Wilczek Cc: Przemyslaw Marczak Cc: Lukasz Majewski Cc: Minkyu Kang --- include/configs/exynos4-dt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/exynos4-dt.h b/include/configs/exynos4-dt.h index

Re: [U-Boot] [PATCH v12 0/2] S5P: Exynos: Add GPIO numbering feature

2014-05-06 Thread Piotr Wilczek
|4 +- 25 files changed, 2918 insertions(+), 911 deletions(-) Tested on Trats2. Tested-by: Piotr Wilczek Best regards, Piotr Wilczek ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Merge conflicts between ARM and mainline U-Boot trees

2014-04-08 Thread Piotr Wilczek
which are already defined in include/configs/exynos4-dt.h Thanks in advance! Amicalement, Acked-by: Piotr Wilczek Tested-by: Piotr Wilczek Tested on Trats2. Best regards, Piotr Wilczek ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH v2 0/4] samsung: Add mmc controller to use dwmmc

2014-03-17 Thread Piotr Wilczek
support for DT arm: exynos: pinmux: Add sdmmc4 gpio configuration arm: exynos: clock: Remove exynos4x12_set_mmc_clk function board: trats2: Enable device tree on Trats2 I tested this series on Trats2. Tested-by: Piotr Wilczek arch/arm/cpu/armv7/exynos/clock.c | 29

Re: [U-Boot] [PATCH v2 2/4] arm: exynos: pinmux: Add sdmmc4 gpio configuration

2014-03-17 Thread Piotr Wilczek
Dear Beomho Seo, On 03/14/2014 09:33 AM, Beomho Seo wrote: For use dwmmc controller at exynos4, add SDMMC gpio configuration. In case SDMMC2, do not use 8bit mode at exynos4. Signed-off-by: Beomho Seo Signed-off-by: Jaehoon Chung Cc: Lukasz Majewski Cc: Piotr Wilczek Cc: Minkyu Kang

[U-Boot] [PATCH V5 12/12] board:trats2: Enable device tree on Trats2

2014-03-07 Thread Piotr Wilczek
This patch enables to run Trats2 board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v5: - changed the name of exynos_lcd_panel_init to exynos_lcd_misc_init Changes for v4: - use "-" hypen in DT bindings - define CONFI

[U-Boot] [PATCH V5 10/12] board:universal: Enable device tree on Universal

2014-03-07 Thread Piotr Wilczek
This patch enables to run Universal board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang Acked-by: Przemyslaw Marczak --- Changes for v5: - changed the name of exynos_lcd_panel_init to exynos_lcd_misc_init Changes for v4: - define CONFIG_ENV_SIZE

[U-Boot] [PATCH V5 11/12] board:trats: Enable device tree on Trats

2014-03-07 Thread Piotr Wilczek
This patch enables to run Trats board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang CC: Lukasz Majewski --- Changes for v5: - changed the name of exynos_lcd_panel_init to exynos_lcd_misc_init Changes for v4: - use "-" hypen in D

[U-Boot] [PATCH V5 09/12] board:origen: Enable device tree on Origen

2014-03-07 Thread Piotr Wilczek
This patch enables to run Origen board on device tree. Uart, DRAM and MMC init functions are removed as their generic replacements form the common board file are used. The config file is modified to contain only board specific options. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park

[U-Boot] [PATCH V5 07/12] board:samsung:common: move max77686 init function

2014-03-07 Thread Piotr Wilczek
This patch moves board specific max77686 init function from common board to smdk5250 board file. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Rajeshwari S Shinde Cc: Rajeshwari Birje Cc: Minkyu Kang --- Changes for v5: - none Changes for v4: - none Changes for v3

[U-Boot] [PATCH V5 08/12] arm:exynos: enable sdhci and misc_init to common board

2014-03-07 Thread Piotr Wilczek
This patch enables sdhci initialisation and misc_init_r in common board file for all exynos 4 based boards. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v5: - none Changes for v4: - none Changes for v3: - none Changes for v2: - new patch

[U-Boot] [PATCH V5 06/12] arm:exynos: add common DTS file for exynos 4

2014-03-07 Thread Piotr Wilczek
This patch adds common dtsi file and config header for all Exynos 4 based boards. Patch additionaly adds board specific (weak) functions for board_early_init_f and board_power_init functions. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v5: - none

[U-Boot] [PATCH V5 05/12] board:samsung: move checkboard to common file

2014-03-07 Thread Piotr Wilczek
The checkboard function's implementation is common for all DT supporting boards and should be placed in the board common file. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Chander Kashyap Cc: Rajeshwari S Shinde Cc: Amar Acked-by: Rajeshwari Shinde --- Changes f

[U-Boot] [PATCH V5 04/12] drivers:mmc:sdhci: enable support for DT

2014-03-07 Thread Piotr Wilczek
This patch enables support for device tree for sdhci driver. Non DT case is still supported. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v5: - none Changes for v4: - none Changes for v3: - none Changes for v2: - fixed checking for SDMMC

[U-Boot] [PATCH V5 02/12] video:mipidsim:fdt: Add DT support for mipi dsim driver

2014-03-07 Thread Piotr Wilczek
This patch enables parsing mipi data from device tree. Non device tree case is still supported. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v5: - add exynos_mipi_dsi.txt file with documented bindings Changes for v4: - use "-" hy

[U-Boot] [PATCH V5 03/12] video:exynos_fb:fdt: add additional fdt data

2014-03-07 Thread Piotr Wilczek
This patch adds the new exynos_lcd_misc_init() function for optional lcd specific initialisation. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v5: - changed the name of exynos_lcd_panel_init to exynos_lcd_misc_init - removed unused

[U-Boot] [PATCH V5 01/12] exynos4:pinmux:fdt: decode peripheral id

2014-03-07 Thread Piotr Wilczek
This patch adds api to decode peripheral id based on interrupt number. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v5: - none Changes for v4: - none Changes for v3: - none Changes for v2: - removed incorrectly implemented check for invalid

[U-Boot] [PATCH V5 00/12] Exynos4: add support for device tree

2014-03-07 Thread Piotr Wilczek
move checkboard to common file - reuse existing common board.c file - new patch that removes unused max77686_init function - fixed mmc2 addres in DT on Trats2 Piotr Wilczek (12): exynos4:pinmux:fdt: decode peripheral id video:mipidsim:fdt: Add DT support for mipi dsim driver video:exynos_f

Re: [U-Boot] [PATCH V4 03/12] video:exynos_fb:fdt: add additional fdt data

2014-03-04 Thread Piotr Wilczek
e-bindings/video/exynos-fb.txt Ok. Regards, Ajay Kumar Best regards, Piotr Wilczek On Tue, Mar 4, 2014 at 7:25 PM, Piotr Wilczek wrote: This patch adds additional data parsing from DTB and adds the new exynos_lcd_panel_init() function for panel specific initialisation from the board fil

Re: [U-Boot] [PATCH V4 02/12] video:mipidsim:fdt: Add DT support for mipi dsim driver

2014-03-04 Thread Piotr Wilczek
Hi Ajay, On 03/05/2014 07:16 AM, Ajay kumar wrote: Piotr, You need to add the documentation for the bindings you create. Please add a exynos_mipi_dsi.txt file under the directory: doc/device-tree-bindings/video/ Yes, I completely overlook that, thanks. Best regards, Piotr Wilczek Regards

[U-Boot] [PATCH V4 12/12] board:trats2: Enable device tree on Trats2

2014-03-04 Thread Piotr Wilczek
This patch enables to run Trats2 board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v4: - use "-" hypen in DT bindings - define CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, CONFIG_CMD_I2C at each board Changes for v3: - dts fil

[U-Boot] [PATCH V4 11/12] board:trats: Enable device tree on Trats

2014-03-04 Thread Piotr Wilczek
This patch enables to run Trats board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang CC: Lukasz Majewski --- Changes for v4: - use "-" hypen in DT bindings - define CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, CONFIG_CMD_I2C at each board Chan

[U-Boot] [PATCH V4 10/12] board:universal: Enable device tree on Universal

2014-03-04 Thread Piotr Wilczek
This patch enables to run Universal board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang Acked-by: Przemyslaw Marczak --- Changes for v4: - define CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, CONFIG_CMD_I2C at each board Changes for v3: - dts file moved

[U-Boot] [PATCH V4 06/12] arm:exynos: add common DTS file for exynos 4

2014-03-04 Thread Piotr Wilczek
This patch adds common dtsi file and config header for all Exynos 4 based boards. Patch additionaly adds board specific (weak) functions for board_early_init_f and board_power_init functions. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v4: - none

[U-Boot] [PATCH V4 07/12] board:samsung:common: move max77686 init function

2014-03-04 Thread Piotr Wilczek
This patch moves board specific max77686 init function from common board to smdk5250 board file. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Rajeshwari S Shinde Cc: Rajeshwari Birje Cc: Minkyu Kang --- Changes for v4: - none Changes for v3: - max77686 init function is

[U-Boot] [PATCH V4 08/12] arm:exynos: enable sdhci and misc_init to common board

2014-03-04 Thread Piotr Wilczek
This patch enables sdhci initialisation and misc_init_r in common board file for all exynos 4 based boards. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v4: - none Changes for v3: - none Changes for v2: - new patch board/samsung/common

[U-Boot] [PATCH V4 09/12] board:origen: Enable device tree on Origen

2014-03-04 Thread Piotr Wilczek
This patch enables to run Origen board on device tree. Uart, DRAM and MMC init functions are removed as their generic replacements form the common board file are used. The config file is modified to contain only board specific options. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park

[U-Boot] [PATCH V4 05/12] board:samsung: move checkboard to common file

2014-03-04 Thread Piotr Wilczek
The checkboard function's implementation is common for all DT supporting boards and should be placed in the board common file. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Chander Kashyap Cc: Rajeshwari S Shinde Cc: Amar Acked-by: Rajeshwari Shinde --- Changes f

[U-Boot] [PATCH V4 04/12] drivers:mmc:sdhci: enable support for DT

2014-03-04 Thread Piotr Wilczek
This patch enables support for device tree for sdhci driver. Non DT case is still supported. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v4: - none Changes for v3: - none Changes for v2: - fixed checking for SDMMC boundary - fiex debug

[U-Boot] [PATCH V4 01/12] exynos4:pinmux:fdt: decode peripheral id

2014-03-04 Thread Piotr Wilczek
This patch adds api to decode peripheral id based on interrupt number. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v4: - none Changes for v3: - none Changes for v2: - removed incorrectly implemented check for invalid peripheral id - removed

[U-Boot] [PATCH V4 03/12] video:exynos_fb:fdt: add additional fdt data

2014-03-04 Thread Piotr Wilczek
This patch adds additional data parsing from DTB and adds the new exynos_lcd_panel_init() function for panel specific initialisation from the board file. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v4: - remove duplicated DT properties at

[U-Boot] [PATCH V4 02/12] video:mipidsim:fdt: Add DT support for mipi dsim driver

2014-03-04 Thread Piotr Wilczek
This patch enables parsing mipi data from device tree. Non device tree case is still supported. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v4: - use "-" hypen for DT bindings Changes for v3: - none Changes for v2: - removed pane

[U-Boot] [PATCH V4 00/12] Exynos4: add support for device tree

2014-03-04 Thread Piotr Wilczek
MMC boundary - fiex debug message - fixed comment to 'pwr_gpio' struct filed - new patch to move checkboard to common file - reuse existing common board.c file - new patch that removes unused max77686_init function - fixed mmc2 addres in DT on Trats2 Piotr Wilczek (12): exynos4:pi

Re: [U-Boot] [PATCH V3 03/12] video:exynos_fb:fdt: add additional fdt data

2014-02-28 Thread Piotr Wilczek
Hi Ajay, Thank you for review. Please see answers below. On 02/27/2014 03:10 PM, Ajay kumar wrote: Piotr, Adding more comments. On Thu, Feb 27, 2014 at 10:50 PM, Ajay kumar wrote: Hi Piotr, Find my comments inline. On Tue, Feb 25, 2014 at 11:33 PM, Piotr Wilczek wrote: This patch adds

Re: [U-Boot] [PATCH V3 02/12] video:mipidsim:fdt: Add DT support for mipi dsim driver

2014-02-27 Thread Piotr Wilczek
Hi Ajay, On 02/27/2014 03:59 PM, Ajay kumar wrote: Piotr, DT bindings should usually be free of "_" (underscore) Please use hyphen: "-" I will use hypen. On Tue, Feb 25, 2014 at 11:33 PM, Piotr Wilczek wrote: This patch enables parsing mipi data from device tree. Non

[U-Boot] [PATCH V3 10/12] board:universal: Enable device tree on Universal

2014-02-25 Thread Piotr Wilczek
This patch enables to run Universal board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang Acked-by: Przemyslaw Marczak --- Changes for v3: - dts file moved to arch/arm/dts Changes for v2: - no changes arch/arm/dts/Makefile

[U-Boot] [PATCH V3 12/12] board:trats2: Enable device tree on Trats2

2014-02-25 Thread Piotr Wilczek
This patch enables to run Trats2 board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v3: - dts file moved to arch/arm/dts Changes for v2: - fixed mmc2 address in DT arch/arm/dts/Makefile | 3 +- arch/arm/dts

[U-Boot] [PATCH V3 09/12] board:origen: Enable device tree on Origen

2014-02-25 Thread Piotr Wilczek
This patch enables to run Origen board on device tree. Uart, DRAM and MMC init functions are removed as their generic replacements form the common board file are used. The config file is modified to contain only board specific options. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park

[U-Boot] [PATCH V3 11/12] board:trats: Enable device tree on Trats

2014-02-25 Thread Piotr Wilczek
This patch enables to run Trats board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang CC: Lukasz Majewski --- Changes for v3: - dts file moved to arch/arm/dts Changes for v2: - no changes arch/arm/dts/Makefile | 3 +- arch/arm/dts

[U-Boot] [PATCH V3 08/12] arm:exynos: enable sdhci and misc_init to common board

2014-02-25 Thread Piotr Wilczek
This patch enables sdhci initialisation and misc_init_r in common board file for all exynos 4 based boards. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v3: - none Changes for v2: - new patch board/samsung/common/board.c | 30

[U-Boot] [PATCH V3 07/12] board:samsung:common: move max77686 init function

2014-02-25 Thread Piotr Wilczek
This patch moves board specific max77686 init function from common board to smdk5250 board file. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Rajeshwari S Shinde Cc: Rajeshwari Birje Cc: Minkyu Kang --- Changes for v3: - max77686 init function is moved to smdk5250 board

[U-Boot] [PATCH V3 06/12] arm:exynos: add common DTS file for exynos 4

2014-02-25 Thread Piotr Wilczek
This patch adds common dtsi file and config header for all Exynos 4 based boards. Patch additionaly adds board specific (weak) functions for board_early_init_f and board_power_init functions. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v3: - none

[U-Boot] [PATCH V3 05/12] board:samsung: move checkboard to common file

2014-02-25 Thread Piotr Wilczek
The checkboard function's implementation is common for all DT supporting boards and should be placed in the board common file. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Chander Kashyap Cc: Rajeshwari S Shinde Cc: Amar Acked-by: Rajeshwari Shinde --- Changes f

[U-Boot] [PATCH V3 04/12] drivers:mmc:sdhci: enable support for DT

2014-02-25 Thread Piotr Wilczek
This patch enables support for device tree for sdhci driver. Non DT case is still supported. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v3: - none Changes for v2: - fixed checking for SDMMC boundary - fiex debug message - fixed comment to

[U-Boot] [PATCH V3 03/12] video:exynos_fb:fdt: add additional fdt data

2014-02-25 Thread Piotr Wilczek
This patch adds additional data parsing from DTB and adds the new exynos_lcd_panel_init() function for panel specific initialisation from the board file. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v3: - none Changes for v2: - removed duplicate

[U-Boot] [PATCH V3 02/12] video:mipidsim:fdt: Add DT support for mipi dsim driver

2014-02-25 Thread Piotr Wilczek
This patch enables parsing mipi data from device tree. Non device tree case is still supported. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v3: - none Changes for v2: - removed panel specific init function 's6e8ax0_init' to the board f

[U-Boot] [PATCH V3 01/12] exynos4:pinmux:fdt: decode peripheral id

2014-02-25 Thread Piotr Wilczek
This patch adds api to decode peripheral id based on interrupt number. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v3: - none Changes for v2: - removed incorrectly implemented check for invalid peripheral id - removed unnecesary white space

[U-Boot] [PATCH V3 00/12] Exynos4: add support for device tree

2014-02-25 Thread Piotr Wilczek
fiex debug message - fixed comment to 'pwr_gpio' struct filed - new patch to move checkboard to common file - reuse existing common board.c file - new patch that removes unused max77686_init function - fixed mmc2 addres in DT on Trats2 Piotr Wilczek (12): exynos4:pinmux:fdt:

Re: [U-Boot] [PATCH V2 05/12] board:samsung:common: remove unused max77686 init function

2014-02-23 Thread Piotr Wilczek
Dear Minkyu Kang, > -Original Message- > From: Minkyu Kang [mailto:mk7.k...@samsung.com] > Sent: Saturday, February 22, 2014 8:38 AM > To: Rajeshwari Birje; Piotr Wilczek; Rajeshwari S Shinde > Cc: Jaehoon Chung; u-boot@lists.denx.de; Kyungmin Park > Subject: Re: [U-Boo

Re: [U-Boot] [PATCH V2 05/12] board:samsung:common: remove unused max77686 init function

2014-02-14 Thread Piotr Wilczek
Hi Rajeshwari, > -Original Message- > From: Rajeshwari Birje [mailto:rajeshwari.bi...@gmail.com] > Sent: Friday, February 14, 2014 6:32 AM > To: Piotr Wilczek > Cc: u-boot@lists.denx.de; Jaehoon Chung; Kyungmin Park; Rajeshwari S > Shinde > Subject: Re: [U-

[U-Boot] [PATCH V2 07/12] arm:exynos: add common DTS file for exynos 4

2014-02-13 Thread Piotr Wilczek
This patch adds common dtsi file and config header for all Exynos 4 based boards. Patch additionally adds board specific (weak) functions for board_early_init_f and board_power_init functions. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v2

[U-Boot] [PATCH V2 12/12] board:trats2: Enable device tree on Trats2

2014-02-13 Thread Piotr Wilczek
This patch enables to run Trats2 board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v2: - fixed mmc2 addres in DT; board/samsung/dts/exynos4412-trats2.dts | 434 +++ board/samsung/trats2/trats2.c

[U-Boot] [PATCH V2 08/12] arm:exynos: enble sdhci and misc_init to common board

2014-02-13 Thread Piotr Wilczek
This patch enables sdhci initialistion and misc_init_r in common board file for all exynos 4 based boards. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v2: - new patch; board/samsung/common/board.c | 30 ++ 1 file

[U-Boot] [PATCH V2 11/12] board:trats: Enable device tree on Trats

2014-02-13 Thread Piotr Wilczek
This patch enables to run Trats board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang CC: Lukasz Majewski --- Changes for v2: - no changes; board/samsung/dts/exynos4210-trats.dts | 120 ++ board/samsung/trats/trats.c

[U-Boot] [PATCH V2 09/12] board:origen: Enable device tree on Origen

2014-02-13 Thread Piotr Wilczek
This patch enables to run Origen board on device tree. Uart, DRAM and MMC init functions are removed as their generic replacements form the common board file are used. The config file is modified to contain only board specific options. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park

[U-Boot] [PATCH V2 10/12] board:universal: Enable device tree on Universal

2014-02-13 Thread Piotr Wilczek
This patch enables to run Universal board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Przemyslaw Marczak Cc: Minkyu Kang --- Changes for v2: - no changes; board/samsung/dts/exynos4210-universal_c210.dts | 83 + board/samsung/universal_c210

[U-Boot] [PATCH V2 06/12] board:samsung: move checkboard to common file

2014-02-13 Thread Piotr Wilczek
The checkboard function's implementation is common for all DT supporting boards and should be placed in the board common file. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Chander Kashyap Cc: Rajeshwari S Shinde Cc: Amar --- Changes for v2: - new patch board/sa

[U-Boot] [PATCH V2 05/12] board:samsung:common: remove unused max77686 init function

2014-02-13 Thread Piotr Wilczek
This patch removes currently unused max77686_init function. Despite being not used, it's implementation is board specific. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Rajeshwari S Shinde Cc: Minkyu Kang --- Changes for v2: - new patch board/samsung/common/board.c |

[U-Boot] [PATCH V2 04/12] drivers:mmc:sdhci: enable support for DT

2014-02-13 Thread Piotr Wilczek
This patch enables support for device tree for sdhci driver. Non DT case is still supported. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v2: - fixed checking for SDMMC boundary; - fiex debug message; - fixed comment to 'pwr_gpio' st

[U-Boot] [PATCH V2 02/12] video:mipidsim:fdt: Add DT support for mipi dsim driver

2014-02-13 Thread Piotr Wilczek
This patch enables parsing mipi data from device tree. Non device tree case is still supported. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v2: - removed panel specific init function 's6e8ax0_init' to the board file; arch/arm/includ

[U-Boot] [PATCH V2 03/12] video:exynos_fb:fdt: add additional fdt data

2014-02-13 Thread Piotr Wilczek
This patch adds additional data parsing from DTB and adds the new exynos_lcd_panel_init() function for panel specific initialisation the from board file. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- Changes for v2: - removed duplicate DTB node parsing for

[U-Boot] [PATCH V2 01/12] exynos4:pinmux:fdt: decode peripheral id

2014-02-13 Thread Piotr Wilczek
This patch adds api to decode peripheral id based in interrupt number. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- Changes for v2: - removed incorrectly implemented check for invalid peripheral id; - removed unnecesary white space; arch/arm/cpu/armv7

[U-Boot] [PATCH V2 00/12] Exynos4: add support for device tree

2014-02-13 Thread Piotr Wilczek
Trats2 boards are modifed to support device tree. Piotr Wilczek (12): exynos4:pinmux:fdt: decode peripheral id video:mipidsim:fdt: Add DT support for mipi dsim driver video:exynos_fb:fdt: add additional fdt data drivers:mmc:sdhci: enable support for DT board:samsung:common: remove unused

Re: [U-Boot] [PATCH 5/9] arm:exynos: add common board file for exynos 4

2014-02-10 Thread Piotr Wilczek
> -Original Message- > From: Minkyu Kang [mailto:mk7.k...@samsung.com] > Sent: Friday, February 07, 2014 10:48 AM > To: Piotr Wilczek > Cc: u-boot@lists.denx.de; 'Kyungmin Park'; Lukasz Majewski; 'Jaehoon > Chung'; 'Inha Song'; 'Ch

Re: [U-Boot] [PATCH 2/9] video:mipidsim:fdt: Add DT support for mipi dsim driver

2014-02-07 Thread Piotr Wilczek
Dear Minkyu Kang, > -Original Message- > > On 27/01/14 23:15, Piotr Wilczek wrote: > > This patch enables parsing mipi data from device tree. > > Non device tree case is still supported. > > > > Signed-off-by: Piotr Wilczek > > Signed-off

Re: [U-Boot] [PATCH 5/9] arm:exynos: add common board file for exynos 4

2014-02-07 Thread Piotr Wilczek
Dear Minkyu Kang, > -Original Message- > From: Minkyu Kang [mailto:mk7.k...@samsung.com] > Sent: Friday, February 07, 2014 8:53 AM > To: Piotr Wilczek > Cc: u-boot@lists.denx.de; Kyungmin Park; Lukasz Majewski; Jaehoon > Chung; Inha Song; Chanho Park > Subject: Re: [

Re: [U-Boot] [PATCH 3/9] video:exynos_fb:fdt: add additional fdt data

2014-02-07 Thread Piotr Wilczek
Dear Minkyu Kang, > On 27/01/14 23:15, Piotr Wilczek wrote: > > This patch adds additional data parsing from DTB. > > > > Signed-off-by: Piotr Wilczek > > Signed-off-by: Kyungmin Park > > Cc: Minkyu Kang > > --- > > drivers/video/exynos_fb.c | 1

[U-Boot] [PATCH V2] disk:efi: avoid unaligned access on efi partition

2014-01-28 Thread Piotr Wilczek
This patch fixes part_efi code to avoid unaligned access exception on some ARM platforms. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Tom Rini CC: Albert ARIBAUD --- Chnages for V2: - used put_unaligned to copy value; - use __aligned to align local array; disk/part_efi.c

Re: [U-Boot] [PATCH 9/9] board:trats2:fdt: Enable device tree on Trats2

2014-01-28 Thread Piotr Wilczek
Hi Jaehoon, > On 01/27/2014 11:15 PM, Piotr Wilczek wrote: > > This patch enables to run Trats2 board on device tree. > > > > Signed-off-by: Piotr Wilczek > > Signed-off-by: Kyungmin Park > > CC: Minkyu Kang > > --- > > b

Re: [U-Boot] [PATCH 4/9] drivers:mmc:sdhci: enable support for DT

2014-01-28 Thread Piotr Wilczek
Hi Jaehoon, > Hi, Piotr. > > On 01/27/2014 11:15 PM, Piotr Wilczek wrote: > > This patch enables support for device tree for sdhci driver. > > Non DT case is still supported. > > > > Signed-off-by: Piotr Wilczek > > Signed-off-by: Kyungmin Park >

Re: [U-Boot] [PATCH 1/9] exynos4:pinmux:fdt: decode peripheral id

2014-01-28 Thread Piotr Wilczek
Hi Jaehoon, Thanks for review. Please comments below. > -Original Message- > > Hi, Piotr. > > On 01/27/2014 11:15 PM, Piotr Wilczek wrote: > > This patch adds api to decode peripheral id based in interrupt > number. > > > > Signed-off-by: Piotr Wilcz

[U-Boot] [PATCH 9/9] board:trats2:fdt: Enable device tree on Trats2

2014-01-27 Thread Piotr Wilczek
This patch enables to run Trats2 board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- board/samsung/dts/exynos4412-trats2.dts | 434 +++ board/samsung/trats2/trats2.c | 216 +-- include/configs

[U-Boot] [PATCH 7/9] board:universal:fdt: Enable device tree on Universal

2014-01-27 Thread Piotr Wilczek
This patch enables to run Universal board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Przemyslaw Marczak Cc: Minkyu Kang --- board/samsung/dts/exynos4210-universal_c210.dts | 83 +++ board/samsung/universal_c210/universal.c| 178

[U-Boot] [PATCH 8/9] trats:fdt: Enable device tree on Trats

2014-01-27 Thread Piotr Wilczek
This patch enables to run Trats board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang CC: Lukasz Majewski --- board/samsung/dts/exynos4210-trats.dts | 120 ++ board/samsung/trats/trats.c| 176

[U-Boot] [PATCH 1/9] exynos4:pinmux:fdt: decode peripheral id

2014-01-27 Thread Piotr Wilczek
This patch adds api to decode peripheral id based in interrupt number. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- arch/arm/cpu/armv7/exynos/pinmux.c | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/cpu/armv7/exynos

[U-Boot] [PATCH 6/9] board:origen:fdt: Enable device tree on Origen

2014-01-27 Thread Piotr Wilczek
This patch enables to run Origen board on device tree. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Chander Kashyap Cc: Minkyu Kang --- board/samsung/dts/exynos4210-origen.dts | 45 ++ board/samsung/origen/origen.c | 86

[U-Boot] [PATCH 5/9] arm:exynos: add common board file for exynos 4

2014-01-27 Thread Piotr Wilczek
This patch adds common board file for Exynos 4 based boards. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park --- arch/arm/dts/exynos4.dtsi| 139 +++ board/samsung/common/Makefile|1 + board/samsung/common/board_exynos4.c | 83

[U-Boot] [PATCH 3/9] video:exynos_fb:fdt: add additional fdt data

2014-01-27 Thread Piotr Wilczek
This patch adds additional data parsing from DTB. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- drivers/video/exynos_fb.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/video/exynos_fb.c b/drivers/video/exynos_fb.c index

[U-Boot] [PATCH 4/9] drivers:mmc:sdhci: enable support for DT

2014-01-27 Thread Piotr Wilczek
This patch enables support for device tree for sdhci driver. Non DT case is still supported. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- arch/arm/include/asm/arch-exynos/mmc.h |7 ++ drivers/mmc/s5p_sdhci.c| 130

[U-Boot] [PATCH 2/9] video:mipidsim:fdt: Add DT support for mipi dsim driver

2014-01-27 Thread Piotr Wilczek
This patch enables parsing mipi data from device tree. Non device tree case is still supported. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- arch/arm/include/asm/arch-exynos/mipi_dsim.h |3 + drivers/video/exynos_mipi_dsi.c | 98

[U-Boot] [PATCH 0/9] Exynos4: add support for device tree

2014-01-27 Thread Piotr Wilczek
. This patch set is based on patchset: [PATCH V2 0/8] arm: add runtime envs describing build http://patchwork.ozlabs.org/patch/313277/ ... http://patchwork.ozlabs.org/patch/313271/ Piotr Wilczek (9): exynos4:pinmux:fdt: decode peripheral id video:mipidsim:fdt: Add DT support for mipi dsim

[U-Boot] [PATCH V2 8/8] board:samsung:trats/trats2: enable boot with appended and separated DTB

2014-01-22 Thread Piotr Wilczek
This patch modifies envs to enable dual kernel boot - with separated DTB if the DTB file is loaded successfully; - with DTB apppended to uImage if DTB file is not found; This is neccesssary for backward compatibilty. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Lukasz

[U-Boot] [PATCH V2 5/8] board:samsung:universal: add env variables describing platform

2014-01-22 Thread Piotr Wilczek
This patch adds variables describing platform (soc, board, vendor) to default environment. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Przemyslaw Marczak --- Changes for V2: - rebased on patchset [PATCH v6 00/11] Introduce Samsung misc file and LCD menu board/samsung

[U-Boot] [PATCH V2 2/8] arm:s5pc110: add cpu revision

2014-01-22 Thread Piotr Wilczek
This patch adds s5p_cpu_rev. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park --- Changes for V2: - none arch/arm/include/asm/arch-s5pc1xx/cpu.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/include/asm/arch-s5pc1xx/cpu.h b/arch/arm/include/asm/arch-s5pc1xx

[U-Boot] [PATCH V2 7/8] board:samsung:trats2: add env variables describing platform

2014-01-22 Thread Piotr Wilczek
This patch adds variables describing platform (soc, board, vendor) to default environment. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park --- Changes for V2: - rebased on patchset [PATCH v6 00/11] Introduce Samsung misc file and LCD menu board/samsung/trats2/trats2.c |3

[U-Boot] [PATCH V2 4/8] board:samsung:goni: add env variables describing platform

2014-01-22 Thread Piotr Wilczek
This patch adds variables describing platform (soc, board, vendor) to default environment. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Mateusz Zalega --- Changes for V2: - rebased on patchset [PATCH v6 00/11] Introduce Samsung misc file and LCD menu board/samsung/goni

[U-Boot] [PATCH V2 3/8] board:samsung:common: set envs with board unified information

2014-01-22 Thread Piotr Wilczek
t saved to persistent storage. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park --- Changes for V2: - rebased on patchset [PATCH v6 00/11] Introduce Samsung misc file and LCD menu board/samsung/common/misc.c | 24 include/samsung/misc.h | 12 ---

[U-Boot] [PATCH V2 6/8] board:samsung:trats: add env variables describing platform

2014-01-22 Thread Piotr Wilczek
This patch adds variables describing platform (soc, board, vendor) to default environment. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Lukasz Majewski --- Changes for V2: - rebased on patchset [PATCH v6 00/11] Introduce Samsung misc file and LCD menu board/samsung/trats

[U-Boot] [PATCH V2 1/8] arm:exynos: add cpu revision

2014-01-22 Thread Piotr Wilczek
This patch enables to read cpu revision on Exynos CPU. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park --- Changes for V2: - none arch/arm/include/asm/arch-exynos/cpu.h |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos

[U-Boot] [PATCH V2 0/8] arm: add runtime envs describing build

2014-01-22 Thread Piotr Wilczek
d LCD menu. http://patchwork.ozlabs.org/patch/313186/ ... http://patchwork.ozlabs.org/patch/313192/ Changes for V2: - rebased against current u-boot0samsung branch Piotr Wilczek (8): arm:exynos: add cpu revision arm:s5pc110: add cpu revision board:samsung:common: set envs with board unified i

Re: [U-Boot] [PATCH 3/7] board:samsung:common: set envs with board unified information

2014-01-15 Thread Piotr Wilczek
> -Original Message- > From: Gerhard Sittig [mailto:g...@denx.de] > Sent: Wednesday, January 15, 2014 5:18 PM > To: Piotr Wilczek > Cc: u-boot@lists.denx.de; Kyungmin Park > Subject: Re: [U-Boot] [PATCH 3/7] board:samsung:common: set envs with > board unified informa

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

2014-01-15 Thread Piotr Wilczek
l.s...@samsung.com; > Piotr Wilczek; Lukasz Majewski > Subject: Re: [PATCH v5 03/12] samsung: common: Add misc file and common > function misc_init_r(). > > Hello, > > On 01/15/2014 08:35 AM, Minkyu Kang wrote: > > On 14/01/14 22:55, Przemyslaw Marczak wrote: > >> Hell

Re: [U-Boot] [PATCH 5/7] board:samsung:universal: add env variables describing platform

2014-01-14 Thread Piotr Wilczek
Hi Przemyslaw, > -Original Message- > From: Przemyslaw Marczak [mailto:p.marc...@samsung.com] > Sent: Tuesday, January 14, 2014 11:10 AM > To: u-boot@lists.denx.de > Cc: Piotr Wilczek; 'Minkyu Kang'; 'Kyungmin Park'; Lukasz Majewski > Subject: Re: [P

Re: [U-Boot] [PATCH 5/7] board:samsung:universal: add env variables describing platform

2014-01-14 Thread Piotr Wilczek
Hi Przemyslaw, > -Original Message- > From: Przemyslaw Marczak [mailto:p.marc...@samsung.com] > Sent: Tuesday, January 14, 2014 9:48 AM > To: u-boot@lists.denx.de > Cc: Piotr Wilczek; Minkyu Kang; Kyungmin Park; Lukasz Majewski > Subject: Re: [PATCH 5/7] board:samsung:

[U-Boot] [PATCH 2/7] arm:s5pc110: add cpu revision

2014-01-14 Thread Piotr Wilczek
This patch adds s5p_cpu_rev. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-s5pc1xx/cpu.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/include/asm/arch-s5pc1xx/cpu.h b/arch/arm/include/asm/arch-s5pc1xx/cpu.h index 4fc5a0c

[U-Boot] [PATCH 4/7] board:samsung:goni: add env variables describing platform

2014-01-14 Thread Piotr Wilczek
This patch adds variables describing platform (soc, board, vendor) to default environment. Samsung's common misc imitialisation is enabled to provide additional board information in envs. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Mateusz Zalega --- board/samsung

[U-Boot] [PATCH 5/7] board:samsung:universal: add env variables describing platform

2014-01-14 Thread Piotr Wilczek
This patch adds variables describing platform (soc, board, vendor) to default environment. Samsung's common misc imitialisation is enabled to provide additional board information in envs. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Przemyslaw Marczak --- include/co

[U-Boot] [PATCH 7/7] board:samsung:trats2: enable boot with appended and separated DTB

2014-01-14 Thread Piotr Wilczek
fully; - with DTB apppended to uImage if DTB file is not found; This is neccesssary for backward compatibilty. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park --- include/configs/trats2.h | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/include/configs/tra

[U-Boot] [PATCH 6/7] board:samsung:trats: enable boot with appended and separated DTB

2014-01-14 Thread Piotr Wilczek
fully; - with DTB apppended to uImage if DTB file is not found; This is neccesssary for backward compatibilty. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park Cc: Lukasz Majewski --- include/configs/trats.h | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --

[U-Boot] [PATCH 3/7] board:samsung:common: set envs with board unified information

2014-01-14 Thread Piotr Wilczek
This patch enables to set envs that describe board information. The following envs are set (but not saved): soc_id, soc_rev, board_rev. Based on this information, 'fdtaddr' env is set (not saved) as: fdtaddr=${soc_family}${soc_id}-${board}.dtb Signed-off-by: Piotr Wilczek Sig

  1   2   3   4   >