Re: [U-Boot] [PATCH 12/25] dm: spi: Add documentation on how to convert over SPI drivers

2014-08-31 Thread Jagan Teki
Hi Simon, On 1 September 2014 10:36, Simon Glass wrote: > Hi Jagan, > > On 28 August 2014 04:32, Jagan Teki wrote: >> On 15 July 2014 06:26, Simon Glass wrote: >>> This README is intended to help maintainers move their SPI drivers over to >>> driver model. It works through the required steps wi

Re: [U-Boot] [PATCH] tools/genboardscfg.py: improve performance more by using Kconfiglib

2014-08-31 Thread Wolfgang Denk
Dear Simon & Masahiro, In message you wrote: > > The license looks fine to me - you can probably use a short form like this: > > https://spdx.org/licenses/ISC We have to add the license text to Licenses/ and add the respective SPDX ID. Best regards, Wolfgang Denk -- DENX Software Engineer

Re: [U-Boot] [PATCH] Add support for i.MX6SL EVK board keypad

2014-08-31 Thread Wolfgang Denk
Dear nitin.g...@freescale.com, In message <1409520692-30412-2-git-send-email-nitin.g...@freescale.com> you wrote: > +static void mxc_kpp_dump_regs() > +{ > + unsigned short t1, t2, t3; > + > + t1 = __raw_readw(KPCR); > + t2 = __raw_readw(KPSR); > + t3 = __raw_readw(KDDR); > +

Re: [U-Boot] [PATCH] Support i.MX6 High Assurance Boot (HAB) authentication of images

2014-08-31 Thread Wolfgang Denk
Dear nitin.g...@freescale.com, In message <1409516179-32553-2-git-send-email-nitin.g...@freescale.com> you wrote: > > + reg = readl(&ccm_regs->CCGR0); > + reg |= (MXC_CCM_CCGR0_CAAM_WRAPPER_IPG_MASK | > + MXC_CCM_CCGR0_CAAM_WRAPPER_ACLK_MASK | > + M

Re: [U-Boot] [PATCH] Move board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg to board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg so that mx6sabresd files are consolidated into one place.

2014-08-31 Thread Wolfgang Denk
Dear nitin.g...@freescale.com, In message <1409509579-29433-2-git-send-email-nitin.g...@freescale.com> you wrote: > From: Nitin Garg > > Signed-off-by: Nitin Garg Please restrict your Subject: line to some 50 characters or so, and instead provide a proper commit message. See for example [1]

Re: [U-Boot] use CONFIG_PRE_CONSOLE_BUFFER

2014-08-31 Thread Simon Glass
Hi, On 13 August 2014 02:37, Johann Obermayr wrote: > Hello, > > i will use CONFIG_PRE_CONSOLE_BUFFER and have some trouble. > > > myboard.h > #define CONFIG_PRE_CONSOLE_BUFFER > #define CONFIG_PRE_CON_BUF_SZ4096 > #ifndef __ASSEMBLY__ > extern char preConsoleBuffer[]

Re: [U-Boot] How to recognize need for new configuration

2014-08-31 Thread Simon Glass
Hi David, On 13 August 2014 09:00, David Nelson wrote: > good morning/afternoon/evening > > I have long been aware of my current project's implicit requirement of > building a custom bootloader with repeatable and consistent results, and as > such decided thatI would use U-Boot. > > That decision

Re: [U-Boot] buildman: suspect issue with patman tags

2014-08-31 Thread Simon Glass
Hi Steve, On 29 August 2014 09:58, Steve Rae wrote: > > > On 14-08-28 05:59 PM, Simon Glass wrote: >> >> Hi Steve, >> >> >> On 28 August 2014 10:21, Steve Rae wrote: >>> >>> >>> >>> >>> On 14-08-28 07:45 AM, Simon Glass wrote: Hi Steve, On 27 August 2014 15:22, Steve Rae

Re: [U-Boot] [PATCH v9 11/14] buildman: Add an option to show which boards caused which errors

2014-08-31 Thread Simon Glass
Hi Tom, On 28 August 2014 05:51, Tom Rini wrote: > On Tue, Aug 26, 2014 at 08:59:52PM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 25 August 2014 13:14, Tom Rini wrote: >> > On Mon, Aug 25, 2014 at 09:58:32AM -0600, Simon Glass wrote: >> >> Add a -l option to display a list of offending boards

Re: [U-Boot] [PATCH 12/25] dm: spi: Add documentation on how to convert over SPI drivers

2014-08-31 Thread Simon Glass
Hi Jagan, On 28 August 2014 04:32, Jagan Teki wrote: > On 15 July 2014 06:26, Simon Glass wrote: >> This README is intended to help maintainers move their SPI drivers over to >> driver model. It works through the required steps with an example. >> >> Signed-off-by: Simon Glass >> --- >> >> doc

Re: [U-Boot] [PATCH v9 0/14] Add some missing buildman features and deprecate MAKEALL

2014-08-31 Thread Simon Glass
Hi Tom, On 28 August 2014 05:48, Tom Rini wrote: > On Tue, Aug 26, 2014 at 08:54:03PM -0600, Simon Glass wrote: >> Hi Tom, >> >> On 25 August 2014 14:21, Tom Rini wrote: >> > On Mon, Aug 25, 2014 at 01:00:05PM -0600, Simon Glass wrote: >> >> Hi Tom, >> >> >> >> On 25 August 2014 12:54, Tom Rini

Re: [U-Boot] [PATCH 6/8] xtensa: add support for the xtensa processor architecture [2/2]

2014-08-31 Thread Simon Glass
Hi Max, On 20 August 2014 10:42, Max Filippov wrote: > From: Chris Zankel > > The Xtensa processor architecture is a configurable, extensible, > and synthesizable 32-bit RISC processor core provided by Tensilica, inc. > > This is the second part of the basic architecture port, adding the > 'arch

Re: [U-Boot] uboot env in mmc partition

2014-08-31 Thread Hannes Petermaier
> HI there, Hi Naitik, > > I recently made changes to my system, where I created a new partition on > my mmc. (mmcblk0p4) do you use MMC or eMMC ? I guess eMMC. > > Then i dd'd a uboot env image into this partition, updated the > fw_env.config to point to /dev/mmcblk0p4. At this point, my f

Re: [U-Boot] tools-only build broken

2014-08-31 Thread Simon Glass
Hi, On 30 August 2014 19:44, Ian Campbell wrote: > On Sat, 2014-08-30 at 13:40 +0400, Matwey V. Kornilov wrote: >> 30.08.2014 04:04, Ian Campbell пишет: >> >> > In the meantime "touch include/config/auto.conf" lets it build (hardly >> > ideal though!) >> >> Hi, I do >> >> make defconfig >> make s

Re: [U-Boot] [PATCH] tools/genboardscfg.py: improve performance more by using Kconfiglib

2014-08-31 Thread Simon Glass
Hi Masahiro, On 31 August 2014 10:23, Masahiro Yamada wrote: > The idea of using Kconfiglib was given by Tom Rini. > It allows us to scan lots of defconfigs very quickly. > This commit also uses multiprocessing for further acceleration. > You will be able to generate boards.cfg in a few seconds.

Re: [U-Boot] [PATCH 2/2] doc: Use KBUILD_OUTPUT instead of BUILD_DIR

2014-08-31 Thread Masahiro Yamada
Hi Jagan, On Fri, 29 Aug 2014 18:37:10 +0530 Jagannadha Sutradharudu Teki wrote: > Now saving output files in a separate directory through > KBUILD_OUTPUT not with BUILD_DIR, so updated the documentation > accordingly. > > Signed-off-by: Jagannadha Sutradharudu Teki I am afraid you are con

Re: [U-Boot] [PATCH v2 1/2] sandbox: Update minor documentation changes

2014-08-31 Thread Masahiro Yamada
Hi Jagan, On Sun, 31 Aug 2014 21:19:43 +0530 Jagannadha Sutradharudu Teki wrote: > diff --git a/README b/README > index 1e63f04..e88184b 100644 > --- a/README > +++ b/README > @@ -272,7 +272,7 @@ board. This allows feature development which is not > board- or architecture- > specific to be u

Re: [U-Boot] [PATCH v2 1/2] sandbox: Update minor documentation changes

2014-08-31 Thread Simon Glass
On 31 August 2014 08:49, Jagannadha Sutradharudu Teki wrote: > From: Jagannadha Sutradharudu Teki > > - Use _defconfig instead of _config, but still _config is working. > - Corrected README.sandbox path in ./README > > Signed-off-by: Jagannadha Sutradharudu Teki Thanks. Acked-by: Simon Glass

Re: [U-Boot] [PATCH] nand/denali: Adding Denali NAND driver support

2014-08-31 Thread Masahiro Yamada
Hi Tom, On Sat, 30 Aug 2014 07:45:49 -0400 Tom Rini wrote: > On Thu, Aug 28, 2014 at 11:13:40AM +0900, Masahiro Yamada wrote: > > Hi Scott, > > > > > > On Tue, 19 Aug 2014 04:47:40 -0500 > > Chin Liang See wrote: > > > > > To add the Denali NAND driver support into U-Boot. > > > This drive

[U-Boot] [imx PATCH v2] Add i.MX6 CPU temperature sensor support

2014-08-31 Thread Nitin Garg
i.MX6 SoC has onChip temperature sensor. Add support for this sensor. Signed-off-by: Nitin Garg --- arch/arm/cpu/armv7/mx6/soc.c | 142 +++- arch/arm/imx-common/cpu.c|7 +- arch/arm/include/asm/arch-mx6/crm_regs.h | 543 +- arch/

Re: [U-Boot] [PATCH 2/2] USB: gadget: s3c: get rid of debug compile warning

2014-08-31 Thread Bo Shen
Hi Marek, On 08/29/2014 05:34 PM, Marek Vasut wrote: On Wednesday, August 27, 2014 at 11:28:18 AM, Bo Shen wrote: When enable debug option to compile, it will give the following warning, this patch is used to get rid of it. --->8--- warning: 'flags' is used uninitialized in this function [-Wuni

Re: [U-Boot] [PATCH v4 1/2] blackfin: convert blackfin board_f and board_r to use generic board init functions

2014-08-31 Thread Sonic Zhang
Hi Michael, On Fri, Aug 29, 2014 at 8:20 PM, Michal Simek wrote: > Hi Sonic > > On 08/07/2014 09:08 AM, Sonic Zhang wrote: >> From: Sonic Zhang >> >> - move blackfin specific cpu init code from blackfin board.c to cpu.c >> - remove blackfin specific board init code and invoke generic board_f fro

Re: [U-Boot] [PATCH 3/3] kconfig: zynq: Add ZYBO board

2014-08-31 Thread Masahiro Yamada
Hi Peter, Sorry, this patch no longer applies on the mainline. Could you rebase and repost this patch, please? (You need to touch arch/arm/cpu/armv7/zynq/Kconfig, intead of arch/arm/Kconfig, board/xilinx/zynq/Kconfig) Best Regards Masahiro Yamada On Thu, 28 Aug 2014 21:16:41 +1000 Peter Crosth

Re: [U-Boot] [PATCH] imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent

2014-08-31 Thread Fabio Estevam
On Tue, Aug 26, 2014 at 7:05 AM, Guillaume GARDET wrote: > nitrogen6x.h file defines CONFIG_CMD_FS_GENERIC, so we are able to use generic > 'load' command instead of 'fatload'. It allows to use ext filesystem and keep > compatibilty with fat filesystem. > > Signed-off-by: Guillaume GARDET > Cc: S

[U-Boot] [PATCH v3 4/6] arm: debug: replace license blocks with SPDX

2014-08-31 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- Changes in v3: None Changes in v2: None arch/arm/include/debug/8250.S | 4 +--- arch/arm/lib/debug.S | 4 +--- include/linux/serial_reg.h| 5 ++--- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/arch/arm/include/debug/8250.S b/arch

[U-Boot] [PATCH v3 2/6] kconfig: armv8: move CONFIG_ARM64 to Kconfig

2014-08-31 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- Changes in v3: - Rebase on commit a1263632 Changes in v2: None arch/arm/Kconfig | 8 arch/arm/cpu/armv8/Kconfig | 7 +++ board/armltd/vexpress64/Kconfig| 4 board/freescale/ls2085a/Kconfig|

[U-Boot] [PATCH v3 5/6] arm: debug: add Kconfig entries for lowlevel debug

2014-08-31 Thread Masahiro Yamada
We have not had a good method to debug the early boot stage such as lowlevel_init function. I guess developers generally use dedicated debuggers for that, but it is difficult in some cases. (For example, my debugger cannot connect to the ARM processor when it is in the secure state. It sometimes

[U-Boot] [PATCH v3 1/6] vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI

2014-08-31 Thread Masahiro Yamada
We do not have to distinguish CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI from CONFIG_TARGET_VEXPRESS_AEMV8A. Rename the former to the latter. Signed-off-by: Masahiro Yamada Reviewed-by: Steve Rae Cc: David Feng --- Changes in v3: None Changes in v2: None arch/arm/Kconfig | 3

Re: [U-Boot] [PATCH] Add i.MX6 CPU temperature sensor support

2014-08-31 Thread Fabio Estevam
On Sun, Aug 31, 2014 at 12:03 PM, wrote: > From: Nitin Garg > > Support CPU temperature sensors on i.MX6 SoC. > > Signed-off-by: Nitin Garg Please run checkpatch on all the patches and fix the issues prior to submitting them: CHECK: Alignment should match open parenthesis #67: FILE: arch/arm/

[U-Boot] [PATCH v3 6/6] arm: debug: adjust for U-Boot

2014-08-31 Thread Masahiro Yamada
Because CONFIG_MMU is never defined in U-Boot, the non-MMU code in debug.S is always used. Unfortunately, the number of arguments of the addruart macro in Linux is different between MMU and non-MMU. This causes a build error when importing some debug macros using the third argument. (For ex. arch/

[U-Boot] [PATCH v3 3/6] arm: debug: import debug files from Linux 3.16

2014-08-31 Thread Masahiro Yamada
U-Boot does not have arch/arm/kernel, include/uapi directories, This commit copies files as follows: Location in Linux -> Location in U-Boot arch/arm/kernel/debug.S -> arch/arm/lib/debug.S arch/arm/include/debug/8250.S -> arch/arm/include/debug/8250.S include/uapi/

[U-Boot] [PATCH v3 0/6] Introduce low-level debug for ARM architecture

2014-08-31 Thread Masahiro Yamada
I have been in trouble for a while to debug some nasty problem where neighter a debugger nor printf() function is available. I found the lowlevel debug feature in ARM Linux can be used as is in U-Boot too. I tested this series on our SoCs (32bit ARM, specificly Coretex-A9). Because I was not sure

Re: [U-Boot] [PATCH] Add i.MX6 CPU temperature sensor support

2014-08-31 Thread Fabio Estevam
Hi Nitin, On Sun, Aug 31, 2014 at 12:03 PM, wrote: > From: Nitin Garg > > This patch adds support for i.MX6 on chip temperature sensor support. > > Nitin Garg (1): > Add i.MX6 CPU temperature sensor support > > arch/arm/cpu/armv7/mx6/soc.c | 137 +++- > arch/arm/imx-common/c

Re: [U-Boot] [PATCH] Add support for i.MX6SL EVK board keypad

2014-08-31 Thread Otavio Salvador
On Sun, Aug 31, 2014 at 6:31 PM, wrote: > From: Nitin Garg > > i.MX6sl evk has a keyboard on the board, so add mxc_keyb driver to > support keypad. > > Signed-off-by: Nitin Garg This driver seems to be generic and this can be used with the other reference designs which has the keyboard, doesn'

Re: [U-Boot] [PATCH] Support i.MX6 High Assurance Boot (HAB) authentication of images

2014-08-31 Thread Otavio Salvador
Hello Nitin, On Sun, Aug 31, 2014 at 5:16 PM, wrote: > From: Nitin Garg > > Add hab_auth_img u-boot command which can be used for HAB authentication > of images. > > Signed-off-by: Nitin Garg As the other patch I commented, this commit log also needs some rework to comply to the guidelines. I

Re: [U-Boot] [PATCH] Move board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg to board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg so that mx6sabresd files are consolidated into one place.

2014-08-31 Thread Otavio Salvador
Hello Nitin, On Sun, Aug 31, 2014 at 3:26 PM, wrote: > From: Nitin Garg > > Signed-off-by: Nitin Garg I agree with the patch, two remarks only: Please use the rename tracking of Git so it is much easier to see what changed between the files. One easy way to do that is to add, to your $HOME/

[U-Boot] [PATCH] i.MX6SL EVK: Add keypad support

2014-08-31 Thread nitin.garg
From: Nitin Garg i.MX6sl evk has a keyboard on the board, so add mxc_keyb driver to support keypad. Nitin Garg (1): Add support for i.MX6SL EVK board keypad drivers/input/Makefile |1 + drivers/input/mxc_keyb.c | 588 ++ include/mxc_keyb.h

[U-Boot] [PATCH] Add support for i.MX6SL EVK board keypad

2014-08-31 Thread nitin.garg
From: Nitin Garg i.MX6sl evk has a keyboard on the board, so add mxc_keyb driver to support keypad. Signed-off-by: Nitin Garg --- drivers/input/Makefile |1 + drivers/input/mxc_keyb.c | 588 ++ include/mxc_keyb.h | 240 +

[U-Boot] [PATCH] i.MX6 High Assurance Boot (HAB) support

2014-08-31 Thread nitin.garg
From: Nitin Garg Add hab_auth_img u-boot command which can be used for HAB authentication of images. Nitin Garg (1): Support i.MX6 High Assurance Boot (HAB) authentication of images arch/arm/cpu/armv7/mx6/clock.c| 40 ++- arch/arm/cpu/armv7/mx6/hab.c | 180 +++

[U-Boot] [PATCH] Support i.MX6 High Assurance Boot (HAB) authentication of images

2014-08-31 Thread nitin.garg
From: Nitin Garg Add hab_auth_img u-boot command which can be used for HAB authentication of images. Signed-off-by: Nitin Garg --- arch/arm/cpu/armv7/mx6/clock.c| 40 ++- arch/arm/cpu/armv7/mx6/hab.c | 180 - arch/arm/cpu/armv7/mx6/so

[U-Boot] [PATCH] Remove board/freescale/imx/ddr folder

2014-08-31 Thread nitin.garg
From: Nitin Garg Since board/freescale/imx/ddr/ contains single file and that file actually belongs to mx6sabresd, move it so that its move evident. Nitin Garg (1): Move board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg to board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg so that mx6sabresd

[U-Boot] [PATCH] Move board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg to board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg so that mx6sabresd files are consolidated into one place.

2014-08-31 Thread nitin.garg
From: Nitin Garg Signed-off-by: Nitin Garg --- board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg| 169 --- board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg | 169 +++ configs/cgtqmx6qeval_defconfig |2 +- configs/mx6qsabresd_defconfig

[U-Boot] [PATCH] tools/genboardscfg.py: improve performance more by using Kconfiglib

2014-08-31 Thread Masahiro Yamada
The idea of using Kconfiglib was given by Tom Rini. It allows us to scan lots of defconfigs very quickly. This commit also uses multiprocessing for further acceleration. You will be able to generate boards.cfg in a few seconds. Kconfiglib must be installed in advance to try this commit. Fetch and

Re: [U-Boot] [PATCH] arm: am335x: add Kconfig range attribute to prevent invalid CONS_INDEX

2014-08-31 Thread Tom Rini
On Mon, Sep 01, 2014 at 01:05:32AM +0900, Masahiro Yamada wrote: > The help message in board/ti/am335x/Kconfig says AM335x has > 6 UARTs, so the valid number for CONFIG_CONS_INDEX is from 1 to 6. > > Signed-off-by: Masahiro Yamada > Cc: Tom Rini > --- > > BTW, why does CONFIG_CONS_INDEX start

[U-Boot] [PATCH] arm: am335x: add Kconfig range attribute to prevent invalid CONS_INDEX

2014-08-31 Thread Masahiro Yamada
The help message in board/ti/am335x/Kconfig says AM335x has 6 UARTs, so the valid number for CONFIG_CONS_INDEX is from 1 to 6. Signed-off-by: Masahiro Yamada Cc: Tom Rini --- BTW, why does CONFIG_CONS_INDEX start from 1, not 0. CONFIG_CONS_INDEX=1 correponds to UART0 ? board/ti/am335x/Kconf

Re: [U-Boot] [PATCH] mx6: tqma6: get board support back to Kconfig build system

2014-08-31 Thread Tom Rini
On Mon, Sep 01, 2014 at 12:47:55AM +0900, Masahiro Yamada wrote: > The QS Systems TQMa6 board support was added by commit cb07d74e > and lost by commit e82abaeb. > > Commit e82abaeb merged the IMX branch based on pre-Kconfig > and the mainline based on post-Kconfig, simply deleting > the boards.c

[U-Boot] [PATCH v2 2/2] doc: Use KBUILD_OUTPUT instead of BUILD_DIR

2014-08-31 Thread Jagannadha Sutradharudu Teki
From: Jagannadha Sutradharudu Teki Now saving output files in a separate directory through KBUILD_OUTPUT not with BUILD_DIR, so updated the documentation accordingly. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none MAKEALL | 12 ++-- README

[U-Boot] [PATCH v2 1/2] sandbox: Update minor documentation changes

2014-08-31 Thread Jagannadha Sutradharudu Teki
From: Jagannadha Sutradharudu Teki - Use _defconfig instead of _config, but still _config is working. - Corrected README.sandbox path in ./README Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - Fixed board path in 'board/sandbox/README.sandbox' README

[U-Boot] [PATCH] mx6: tqma6: get board support back to Kconfig build system

2014-08-31 Thread Masahiro Yamada
The QS Systems TQMa6 board support was added by commit cb07d74e and lost by commit e82abaeb. Commit e82abaeb merged the IMX branch based on pre-Kconfig and the mainline based on post-Kconfig, simply deleting the boards.cfg file. As a result, some boards added just before the merge were lost. Thi

[U-Boot] [PATCH] Add i.MX6 CPU temperature sensor support

2014-08-31 Thread nitin.garg
From: Nitin Garg This patch adds support for i.MX6 on chip temperature sensor support. Nitin Garg (1): Add i.MX6 CPU temperature sensor support arch/arm/cpu/armv7/mx6/soc.c | 137 +++- arch/arm/imx-common/cpu.c|7 +- arch/arm/include/asm/arch-mx6/crm_regs

[U-Boot] [PATCH] Add i.MX6 CPU temperature sensor support

2014-08-31 Thread nitin.garg
From: Nitin Garg Support CPU temperature sensors on i.MX6 SoC. Signed-off-by: Nitin Garg --- arch/arm/cpu/armv7/mx6/soc.c | 137 +++- arch/arm/imx-common/cpu.c|7 +- arch/arm/include/asm/arch-mx6/crm_regs.h | 543 +- arch/arm/in

[U-Boot] [PATCH] Add i.MX6 CPU temperature sensor support

2014-08-31 Thread nitin.garg
From: Nitin Garg This patch adds support for i.MX6 on chip temperature sensor support. Nitin Garg (1): Add i.MX6 CPU temperature sensor support arch/arm/cpu/armv7/mx6/soc.c | 137 +++- arch/arm/imx-common/cpu.c|7 +- arch/arm/include/asm/arch-mx6/crm_regs

[U-Boot] [PATCH] Add i.MX6 CPU temperature sensor support

2014-08-31 Thread nitin.garg
From: Nitin Garg Support CPU temperature sensors on i.MX6 SoC. Signed-off-by: Nitin Garg --- arch/arm/cpu/armv7/mx6/soc.c | 137 +++- arch/arm/imx-common/cpu.c|7 +- arch/arm/include/asm/arch-mx6/crm_regs.h | 543 +- arch/arm/in

Re: [U-Boot] [PATCH] kconfig: remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS

2014-08-31 Thread Ian Campbell
On Sun, 2014-08-31 at 22:32 +0900, Masahiro Yamada wrote: > CONFIG_SPL is defined as a primary option in Kconfig. > It should not be added to CONFIG_SYS_EXTRA_OPTIONS. > > Signed-off-by: Masahiro Yamada Looks good to me. Build tested on Cubietruck (in an airport, so no runtime test). Acked-by:

Re: [U-Boot] [PATCH v2] sunxi: Correct typo CONFIG_FTDFILE => CONFIG_FDTFILE

2014-08-31 Thread Ian Campbell
On Sun, 2014-08-31 at 22:18 +0900, Masahiro YAMADA wrote: > Hi Ian, > > > 2014-08-31 21:13 GMT+09:00 Ian Campbell : > > Patch is the result of: > > sed -i -e 's/FTDFILE/FDTFILE/g' board/sunxi/Kconfig configs/* > > include/configs/sunxi-common.h > > sed -i -e 's/ftdfile/fdtfile/g' board/sunxi

Re: [U-Boot] [PATCH v3 08/14] omap3: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:11:02AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the OMAP3 board select menu to omap3/Kconfig. > > Move also common settings (CONFIG_SYS_CPU="armv7" and > CONFIG_SYS_SOC="omap3 > > Signed-off-by: Masahiro Yama

Re: [U-Boot] [PATCH 1/2] sandbox: Update minor documentation changes

2014-08-31 Thread Masahiro YAMADA
Hi Jagan, 2014-08-29 22:07 GMT+09:00 Jagannadha Sutradharudu Teki : > From: Jagannadha Sutradharudu Teki > > - Use _defconfig instead of _config, but _config is still working. > - Corrected README.sandbox path in ./README > > Signed-off-by: Jagannadha Sutradharudu Teki > --- > README

[U-Boot] [PATCH] kconfig: remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS

2014-08-31 Thread Masahiro Yamada
CONFIG_SPL is defined as a primary option in Kconfig. It should not be added to CONFIG_SYS_EXTRA_OPTIONS. Signed-off-by: Masahiro Yamada --- configs/A10-OLinuXino-Lime_defconfig | 2 +- configs/A10s-OLinuXino-M_defconfig| 2 +- configs/A13-OLinuXinoM_defconfig | 2 +- configs/A13-OLin

Re: [U-Boot] [PATCH v2] sunxi: Correct typo CONFIG_FTDFILE => CONFIG_FDTFILE

2014-08-31 Thread Masahiro YAMADA
Hi Ian, 2014-08-31 21:13 GMT+09:00 Ian Campbell : > Patch is the result of: > sed -i -e 's/FTDFILE/FDTFILE/g' board/sunxi/Kconfig configs/* > include/configs/sunxi-common.h > sed -i -e 's/ftdfile/fdtfile/g' board/sunxi/Kconfig > > Spotted-by: Vagrant Cascadian > Signed-off-by: Ian Campbell

[U-Boot] [PATCH v2] sunxi: Correct typo CONFIG_FTDFILE => CONFIG_FDTFILE

2014-08-31 Thread Ian Campbell
Patch is the result of: sed -i -e 's/FTDFILE/FDTFILE/g' board/sunxi/Kconfig configs/* include/configs/sunxi-common.h sed -i -e 's/ftdfile/fdtfile/g' board/sunxi/Kconfig Spotted-by: Vagrant Cascadian Signed-off-by: Ian Campbell --- v2: Kconfig help (lowercase) too. --- board/sunxi/Kconfig

Re: [U-Boot] Pull request: u-boot-nios/master

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 04:48:35PM +0800, Thomas Chou wrote: > Hi Tom, > > Please pull > > The following changes since commit 6defdc0b5552ab1af4a66a8abac8196cbb6b9e15: > > Merge branch 'master' of git://git.denx.de/u-boot-ti (2014-08-29 13:47:42 > -0400) > > are available in the git reposit

Re: [U-Boot] [PATCH v3 13/14] highbank: kconfig: move common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:11:07AM +0900, Masahiro Yamada wrote: > Move Highbank-specific settings to highbank/Kconfig. > > Signed-off-by: Masahiro Yamada > Cc: Rob Herring Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v3 14/14] nomadik: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:11:08AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Nomadik board select menu to nomadik/Kconfig. > > Move also common settings (CONFIG_SYS_CPU="arm926ejs" and > CONFIG_SYS_SOC="nomadik"). > > Signed-off-by:

Re: [U-Boot] [PATCH v3 12/14] orion5x: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:11:06AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Orion5x board select menu to orion5x/Kconfig. > > Move also common settings (CONFIG_SYS_CPU="arm926ejs" and > CONFIG_SYS_SOC="orion5x"). > > Signed-off-by:

Re: [U-Boot] [PATCH v3 09/14] omap4: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:11:03AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the OMAP4 board select menu to omap4/Kconfig. > > Move also common settings (CONFIG_SYS_CPU="armv7" and > CONFIG_SYS_SOC="omap4"). > > Signed-off-by: Masahiro Y

Re: [U-Boot] [PATCH v3 07/14] davinci: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:11:01AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Davinci board select menu to davinci/Kconfig. > > Move also common settings (CONFIG_SYS_CPU="arm926ejs" and > CONFIG_SYS_SOC="davinci"). > > Signed-off-by:

Re: [U-Boot] [PATCH v3 10/14] omap5: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:11:04AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the OMAP5 board select menu to omap5/Kconfig. > > Move also common settings (CONFIG_SYS_CPU="armv7" and > CONFIG_SYS_SOC="omap5"). > > Signed-off-by: Masahiro Y

Re: [U-Boot] [PATCH v3 05/14] kirkwood: kconfig: refactor Kconfig and defconfig

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:10:59AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the KirkWood board select menu to kirkwood/Kconfig. > > Consolidate also common settings (CONFIG_SYS_CPU="arm926ejs" and > CONFIG_SYS_SOC="kirkwood"). > > Signe

Re: [U-Boot] [PATCH v3 11/14] keystone: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:11:05AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Keystone board select menu to keystone/Kconfig. > > Move also common settings (CONFIG_SYS_CPU="armv7" and > CONFIG_SYS_SOC="keystone"). > > Signed-off-by: M

Re: [U-Boot] [PATCH v3 06/14] exynos: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:11:00AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Exynos board select menu to exynos/Kconfig. > > Consolidate also common settings (CONFIG_SYS_CPU="armv7" and > CONFIG_SYS_SOC="exynos"). > > Signed-off-by:

Re: [U-Boot] [PATCH v3 01/14] zynq: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:10:55AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Zynq board select menu to zynq/Kconfig. > > Consolidate also common settings (CONFIG_SYS_CPU="armv7" and > CONFIG_SYS_SOC="zynq"). > > Refactor board/xilinx

Re: [U-Boot] [PATCH v3 04/14] versatile: kconfig: move common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:10:58AM +0900, Masahiro Yamada wrote: > Move Versatile-specific settings to versatile/Kconfig. > > Signed-off-by: Masahiro Yamada Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] [PATCH v3 02/14] tegra: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:10:56AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Tegra board select menu to tegra/Kconfig. > > Insert the Tegra SoC select menu between the arch select and the > board select. > > Architecture select > |

Re: [U-Boot] [PATCH v3 03/14] rmobile: kconfig: move board select menu and common settings

2014-08-31 Thread Tom Rini
On Sun, Aug 31, 2014 at 07:10:57AM +0900, Masahiro Yamada wrote: > Becuase the board select menu in arch/arm/Kconfig is too big, > move the Rmobile board select menu to rmobile/Kconfig. > > Consolidate also common settings (CONFIG_SYS_CPU="armv7" and > CONFIG_SYS_SOC="rmobile"). > > Signed-off-b

Re: [U-Boot] [PATCH] kbuild: force to define __UBOOT__ in all the C sources

2014-08-31 Thread Marek Vasut
On Sunday, August 31, 2014 at 08:16:53 AM, Masahiro Yamada wrote: > U-Boot has imported various source files from other projects, > mostly Linux. > > Something like > > #ifdef __UBOOT__ > [ modification for U-Boot ] > #else > [ original code ] > #endif > > is an often used strategy

Re: [U-Boot] socfpga: fix clock manager register definition

2014-08-31 Thread Pavel Machek
Hi! > > Structure defining clock manager hardware was wrong, leading to > > wrong registers being accessed and hang in MMC init. > > > > This fixes structure to match hardware. > > > > Signed-off-by: Pavel Machek > > Applied to u-boot/master, thanks! Thanks for taking the patches, but

Re: [U-Boot] [PATCH 7/7] sunxi: Add environment settings to make extlinux.conf booting work

2014-08-31 Thread Hans de Goede
Hi, On 08/30/2014 11:57 PM, Ian Campbell wrote: > On Fri, 2014-08-01 at 09:46 +0200, Hans de Goede wrote: >> +config FTDFILE >> +string "Default ftdfile env setting for this board" > > Vagrant just pointed out the typo in all of this to me, whoops ;-) > >> + "fdtfile=" CONFIG_FTDFILE "

[U-Boot] Pull request: u-boot-nios/master

2014-08-31 Thread Thomas Chou
Hi Tom, Please pull The following changes since commit 6defdc0b5552ab1af4a66a8abac8196cbb6b9e15: Merge branch 'master' of git://git.denx.de/u-boot-ti (2014-08-29 13:47:42 -0400) are available in the git repository at: git://git.denx.de/u-boot-nios.git master Thomas Chou (6): nios2:

Re: [U-Boot] [PATCH] nios2: rebase nios2-generic board to 3c120 reference design

2014-08-31 Thread Thomas Chou
On 08/30/2014 05:47 PM, Thomas Chou wrote: Though nios2-generic board meant to be a template, it is helpful to be able to test on a real hardware. As the nios2 linux is developed and tested on a 3c120 FPGA based Golden Hardware Reference Design, it makes sense to rebase nios2-generic on this FPGA

Re: [U-Boot] [PATCH V4 00/19] Introduce cm-fx6 board

2014-08-31 Thread Nikita Kiryanov
Hi Tom, Stefano, We really want this series to make it into the next release (V1 was submitted only a day after the merge window closed). If there are no other comments, can we maybe start applying it? -- Regards, Nikita Kiryanov ___ U-Boot mailing lis

[U-Boot] [PATCH] kbuild: force to define __UBOOT__ in all the C sources

2014-08-31 Thread Masahiro Yamada
U-Boot has imported various source files from other projects, mostly Linux. Something like #ifdef __UBOOT__ [ modification for U-Boot ] #else [ original code ] #endif is an often used strategy for clarification of adjusted parts, that is, easier re-sync in future. Instead of defin

[U-Boot] [PATCH] kbuild: force to define __UBOOT__ in all the C sources

2014-08-31 Thread Masahiro Yamada
U-Boot has imported various source files from other projects, mostly Linux. Something like #ifdef __UBOOT__ [ modification for U-Boot ] #else [ original code ] #endif is an often used strategy for clarification of adjusted parts, that is, easier re-sync in future. Instead of defin