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
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
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);
> +
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
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]
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[]
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
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
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
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
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
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
> 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
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
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.
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
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
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
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
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/
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
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
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
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
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
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|
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
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
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/
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 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/
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
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
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'
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
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/
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
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 +
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 +++
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
___
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:
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:
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
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:
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
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
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
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:
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
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
___
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
> |
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
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
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
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 "
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:
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
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 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 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
82 matches
Mail list logo