[U-Boot] [PATCH 2/4] qe: add u-qe support to arm board

2014-09-25 Thread Zhao Qiang
ls1021 is arm-core and support qe which is u-qe. add u-qe init for arm board. Signed-off-by: Zhao Qiang b45...@freescale.com --- arch/arm/include/asm/arch-ls102xa/config.h | 4 arch/arm/include/asm/global_data.h | 8 drivers/Makefile | 1 +

Re: [U-Boot] [PATCH 1/7] spl: pbl: Add new SPL image for pblimage tool

2014-09-25 Thread Huan Wang
Hi, York, On 9/22/14 7:43 PM, Wang Huan-B18965 alison.w...@freescale.com wrote: Hi, York, On 09/21/2014 11:17 PM, Wang Huan-B18965 wrote: [Alison Wang] Let me explain the sequence. 1. u-boot-spl.bin is produced. The size of it is not a fixed value. 2.

Re: [U-Boot] [PATCH 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board

2014-09-25 Thread Huan Wang
Hi, Albert, On Mon, 22 Sep 2014 06:46:20 +, Huan Wang alison.w...@freescale.com wrote: Hi, Albert, On Thu, 18 Sep 2014 13:47:18 +0800, Alison Wang b18...@freescale.com wrote: + + . = ALIGN(4); + .u_boot_list : { +

[U-Boot] [PATCH] cmd_mmc: fix bootpart-resize maxarg to 4

2014-09-25 Thread Wally Yeh
sub-command 'bootpart-resize' check for argc == 4, it will retrun CMD_RET_FAILURE when argc value not matched. but bootpart-resize's maxarg is 3, which means you never execute this sub-command successfully. fix it by change bootpart-resize maxarg to 4. Signed-off-by: wally.yeh

Re: [U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena

2014-09-25 Thread Sean Cross
On 29/8/2014 5:30 PM, Marek Vasut wrote: Add support for the Kosagi Novena board. Currently supported are: - I2C busses - FEC Ethernet - MMC0, MMC1, Booting from MMC - SATA - USB ports - USB Ethernet Signed-off-by: Marek Vasut ma...@denx.de --- arch/arm/Kconfig | 4 +

[U-Boot] u-boot bootargs not passing to kernel command line

2014-09-25 Thread Nilesh Kokane
Hello All, i'm trying to fix the bootargs in the u-boot but the kernel seems to not reflecting the change as http://pastebin.com/nXgcGKkY can anyone please help? -- Nilesh ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v4 5/5] i.mx6q: mx6qsabrelite: Update the network configuration

2014-09-25 Thread Shelly-YunQing Ye
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-25 Thread Michal Simek
On 09/25/2014 01:08 AM, Simon Glass wrote: Hi Masahiro, On 22 September 2014 04:59, Masahiro Yamada yamad...@jp.panasonic.com wrote: This commit moves: CONFIG_OF_CONTROL CONFIG_OF_SEPARATE CONFIG_OF_EMBED CONFIG_OF_HOSTFILE Because these options are currently not supported for

Re: [U-Boot] [RFC PATCH v1] powerpc: add --bss-plt to LDFLAGS

2014-09-25 Thread Joakim Tjernlund
On 09/09/2014 09:03 PM, Chris Packham wrote: With some versions of gcc (that we know of 4.6.3 and 4.8.2 are affected) it is necessary to specify --bss-plt to get the final blrl in the _GOT2_TABLE_. Without this the last symbol does not get it's address relocated. For the P2041RDB

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

2014-09-25 Thread Masahiro Yamada
Hi Scott, On Wed, 24 Sep 2014 18:34:52 -0500 Scott Wood scottw...@freescale.com wrote: On Wed, 2014-09-24 at 23:05 +0900, Masahiro YAMADA wrote: Hi Scott, Tom, 2014-09-12 19:43 GMT+09:00 Masahiro Yamada yamad...@jp.panasonic.com: On Fri, 12 Sep 2014 00:42:17 -0500 Chin Liang

Re: [U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-25 Thread Masahiro Yamada
Hi Simon, On Wed, 24 Sep 2014 17:08:11 -0600 Simon Glass s...@chromium.org wrote: +config OF_EMBED + bool Embedded DTB for DT control + help + If this option is enabled, the device tree will be picked up and + built into the U-Boot image. Can you please

Re: [U-Boot] [GIT] Pull request: u-boot-dfu

2014-09-25 Thread Lukasz Majewski
Hi Marek, On Wednesday, September 24, 2014 at 02:24:44 PM, Lukasz Majewski wrote: Hi Marek, The following changes since commit 68bc8b4f2946c3da06c2b05d4f4c7e594cb1fa48: usb: kbd: Allow usb reset to continue when an usb kbd is used (2014-09-21 12:26:19 +0200) are

Re: [U-Boot] [PATCH v3 10/10] kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig

2014-09-25 Thread Masahiro Yamada
Hi Simon, On Wed, 24 Sep 2014 17:09:35 -0600 Simon Glass s...@chromium.org wrote: diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig index af7ceca..e257143 100644 --- a/configs/am335x_boneblack_vboot_defconfig +++

Re: [U-Boot] [PATCH 1/5] usb: ehci: mxs: Add board-specific callbacks

2014-09-25 Thread Stefano Babic
On 24/09/2014 12:53, Marek Vasut wrote: On Monday, April 28, 2014 at 03:38:39 AM, Marek Vasut wrote: Add board-specific callbacks for enabling/disabling port power into the MXS EHCI controller driver. This is in-line with the names of callbacks on other systems. Signed-off-by: Marek Vasut

[U-Boot] [PATCH 2/2] kconfig: add CONFIG_SUPPORT_TPL

2014-09-25 Thread Masahiro Yamada
CONFIG_TPL should not be enabled for boards that do not have TPL. CONFIG_SUPPORT_TPL introduced by this commit should be selected by boards with TPL support and CONFIG_TPL should depend on it. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Kconfig | 5

[U-Boot] [PATCH 0/2] Introduce CONFIG_SUPPORT_SPL/TPL

2014-09-25 Thread Masahiro Yamada
Masahiro Yamada (2): kconfig: add CONFIG_SUPPORT_SPL kconfig: add CONFIG_SUPPORT_TPL Kconfig| 9 ++- arch/arm/Kconfig | 44 ++ arch/arm/cpu/arm926ejs/davinci/Kconfig | 4

[U-Boot] [PATCH 1/2] kconfig: add CONFIG_SUPPORT_SPL

2014-09-25 Thread Masahiro Yamada
CONFIG_SPL should not be enabled for boards that do not have SPL. CONFIG_SUPPORT_SPL introduced by this commit should be selected by boards with SPL support and CONFIG_SPL should depend on it. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com --- Kconfig|

Re: [U-Boot] u-boot bootargs not passing to kernel command line

2014-09-25 Thread Wolfgang Denk
Dear Nilesh Kokane, In message caozatazye334qw+w4x3dsok_xzadnaslal1dt8gpvtb6tt2...@mail.gmail.com you wrote: i'm trying to fix the bootargs in the u-boot but the kernel seems to not reflecting the change as http://pastebin.com/nXgcGKkY can anyone please help? After setting bootargs, you run

Re: [U-Boot] ARM: rpi_b: query internal MAC address from firmware

2014-09-25 Thread Marek Vasut
On Thursday, September 25, 2014 at 04:25:37 AM, Stephen Warren wrote: [...] Normally this should be within a check for if (!getenv(usbethaddr)). Any reason to deviate from that? That makes sense. I simply wasn't aware of the convention. I'll amend the patch. Oh, actually... When

Re: [U-Boot] [GIT] Pull request: u-boot-dfu

2014-09-25 Thread Marek Vasut
On Thursday, September 25, 2014 at 09:35:09 AM, Lukasz Majewski wrote: Hi Marek, On Wednesday, September 24, 2014 at 02:24:44 PM, Lukasz Majewski wrote: Hi Marek, The following changes since commit 68bc8b4f2946c3da06c2b05d4f4c7e594cb1fa48: usb: kbd: Allow usb reset

Re: [U-Boot] u-boot bootargs not passing to kernel command line

2014-09-25 Thread Nilesh Kokane
Hi Wolfgang Denk, Thanks I successfully passed the parameters to kernel by bootcmd script. Thanks a lot for the clue. -- Nilesh ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-25 Thread Tom Rini
On Thu, Sep 25, 2014 at 04:38:09PM +0900, Masahiro Yamada wrote: Hi Simon, On Wed, 24 Sep 2014 17:08:11 -0600 Simon Glass s...@chromium.org wrote: +config OF_EMBED + bool Embedded DTB for DT control + help + If this option is enabled, the device tree will

Re: [U-Boot] [PATCH v2 0/9] Add a better USB keyboard polling method

2014-09-25 Thread Hans de Goede
Hi, On 09/24/2014 09:04 PM, Marek Vasut wrote: On Wednesday, September 24, 2014 at 02:06:02 PM, Hans de Goede wrote: Hi Marek, Here is v2 of my Add a better USB keyboard polling method patch-set. Changes in v2: -Added 2 new patches: usb: kbd: Fix memleak on usb_kbd_deregister() stdio:

Re: [U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-25 Thread Simon Glass
Hi, On 25 September 2014 07:18, Tom Rini tr...@ti.com wrote: On Thu, Sep 25, 2014 at 04:38:09PM +0900, Masahiro Yamada wrote: Hi Simon, On Wed, 24 Sep 2014 17:08:11 -0600 Simon Glass s...@chromium.org wrote: +config OF_EMBED + bool Embedded DTB for DT control + help

Re: [U-Boot] [PATCH v3 10/10] kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig

2014-09-25 Thread Simon Glass
Hi Masahiro, On 25 September 2014 02:06, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, On Wed, 24 Sep 2014 17:09:35 -0600 Simon Glass s...@chromium.org wrote: diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig index

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

2014-09-25 Thread Tom Rini
On Wed, Sep 24, 2014 at 06:15:43PM +0530, Jagannadha Sutradharudu Teki wrote: Hi Tom, Please pull this PR. thanks! Jagan. The following changes since commit 47d3debe1ab8315dc9ade22279e02f60eceda25b: Merge git://git.denx.de/u-boot-dm (2014-09-23 15:21:43 -0400) are available in

Re: [U-Boot] [U-Boot, v6, 1/4] usb/gadget: fastboot: add eMMC support for flash command

2014-09-25 Thread Tom Rini
On Tue, Aug 26, 2014 at 11:47:27AM -0700, Steve Rae wrote: - add support for 'fastboot flash' command for eMMC devices Signed-off-by: Steve Rae s...@broadcom.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v6, 2/4] usb/gadget: fastboot: add support for flash command

2014-09-25 Thread Tom Rini
On Tue, Aug 26, 2014 at 11:47:28AM -0700, Steve Rae wrote: - implement 'fastboot flash' for eMMC devices Signed-off-by: Steve Rae s...@broadcom.com Acked-by: Lukasz Majewski l.majew...@samsung.com Reviewed-by: Marek Vasut ma...@denx.de Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot,v6,3/4] usb/gadget: fastboot: minor cleanup

2014-09-25 Thread Tom Rini
On Tue, Aug 26, 2014 at 11:47:29AM -0700, Steve Rae wrote: - update static function - additional debugging statements - update fastboot command information - add missing include file - update spelling Signed-off-by: Steve Rae s...@broadcom.com Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v6, 4/4] usb/gadget: fastboot: implement sparse format

2014-09-25 Thread Tom Rini
On Tue, Aug 26, 2014 at 11:47:30AM -0700, Steve Rae wrote: - add capability to fastboot flash with sparse format images Signed-off-by: Steve Rae s...@broadcom.com Acked-by: Lukasz Majewski l.majew...@samsung.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital

Re: [U-Boot] tools/env: change stripping strategy to allow no-stripping

2014-09-25 Thread Tom Rini
On Wed, Aug 27, 2014 at 02:29:00PM +0200, Thomas Petazzoni wrote: When building the U-Boot tools for non-ELF platforms (such as Blackfin FLAT), since commit 79fc0c5f498c3982aa4740c273ab1a9255063d9c (tools/env: cross-compile fw_printenv without setting HOSTCC), the build fails because it tries

Re: [U-Boot] e1000: fix no nvm build

2014-09-25 Thread Tom Rini
On Mon, Sep 08, 2014 at 12:02:11AM +0200, Marcel Ziswiler wrote: Fix the following build error in case CONFIG_E1000_NO_NVM is enabled: CC drivers/net/e1000.o drivers/net/e1000.c: In function ‘e1000_initialize’: drivers/net/e1000.c:5365:5: error: ‘struct e1000_hw’ has

Re: [U-Boot] mpc8xx: move common linker scripts into the CPU directory

2014-09-25 Thread Tom Rini
On Tue, Sep 09, 2014 at 03:12:08PM +0900, Masahiro Yamada wrote: Each CPU of PowerPC has its default linker script under the CPU directory, except mpc8xx. Every mpc8xx board has its own linker script under the board directory, resulting in lots of duplication of linker scripts. I notice

Re: [U-Boot] cleanup disk/part.c whitespace

2014-09-25 Thread Tom Rini
On Tue, Sep 09, 2014 at 03:19:42PM +0200, Pavel Machek wrote: Cleanup disk/part.c Signed-off-by: Pavel Machek pa...@denx.de Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list

Re: [U-Boot] [U-Boot,v2,2/4] sandbox: Disable Ctrl-C

2014-09-25 Thread Tom Rini
On Sun, Sep 14, 2014 at 12:40:15PM -0600, Simon Glass wrote: This is not supported properly on sandbox, and interferes with running tests, since when a test script is piped in, some commands will call ctrlc() which will drop characters from the test script. Signed-off-by: Simon Glass

Re: [U-Boot] [U-Boot,v2,3/4] test: Remove tabs from trace test

2014-09-25 Thread Tom Rini
On Sun, Sep 14, 2014 at 12:40:16PM -0600, Simon Glass wrote: These cause U-Boot to print a list of available commands. It doesn't break the test, but it is best to remove them from the output. Signed-off-by: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot,v2,4/4] test: Add a test for command repeat

2014-09-25 Thread Tom Rini
On Sun, Sep 14, 2014 at 12:40:17PM -0600, Simon Glass wrote: This performs a command, then repeats it, and checks that the repeat happens. Signed-off-by: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot,v2,1/4] Reactivate the tracing feature

2014-09-25 Thread Tom Rini
On Sun, Sep 14, 2014 at 12:40:14PM -0600, Simon Glass wrote: This was lost sometime in the Kbuild conversion. Add it back. Check that the trace test now passes: $ ./test/trace/test-trace.sh Simple trace test / sanity check using sandbox /tmp/filemHKPGw Build sandbox O=sandbox

Re: [U-Boot] [U-Boot,3/3] MAINTAINERS: comment out blank M: field

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 02:11:51PM +0900, Masahiro Yamada wrote: Since commit ddaf5c8f3030050fcd356a1e49e3ee8f8f52c6d4 (patman: RunPipe() should not pipe stdout/stderr unless asked), Patman spits lots of Invalid MAINTAINERS address: '-' error messages for patches with global changes. It

Re: [U-Boot] [U-Boot, 2/3] MAINTAINERS: comment out invalid maintainers

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 02:11:50PM +0900, Masahiro Yamada wrote: The S:Orphan in MAINTAINERS means that the maintainer in the M: field is unreachable (i.e. the email address is not working). (Refer to the definition of Orphan adopted in U-Boot in the log of commit

Re: [U-Boot] config_distro_bootcmd: Run 'scsi scan' before trying scsi disks

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 09:26:23AM +0200, Hans de Goede wrote: Scsi disks need to be probed before we try to access them, otherwise all accesses fail with: ** Bad device size - scsi 0 **. Reported-by: Karsten Merker mer...@debian.org Signed-off-by: Hans de Goede hdego...@redhat.com

Re: [U-Boot] [U-Boot, 1/3] tools/genboardscfg.py: pick up also commented maitainers

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 02:11:49PM +0900, Masahiro Yamada wrote: We are still keeping invalid email addressed in MAINTAINERS because they carry information. The problem is that scripts/get_maintainer.pl adds emails in the M: field including invalid ones. We want to comment out invalid

Re: [U-Boot] [U-Boot, v2, 04/10] kconfig: move CONFIG_CMD_CRC32 to Kconfig

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:33:01PM +0900, Masahiro Yamada wrote: Since CONFIG_CMD_CRC32 is defined in config_cmd_defaults.h, it is enabled for all the boards except the ones undefining it explicitly: kwb tseries_mmc tseries_nand tseries_spi vct_platinum_onenand_small

Re: [U-Boot] [U-Boot, v2, 03/10] kconfig: move CONFIG_CMD_BOOTM to Kconfig

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:33:00PM +0900, Masahiro Yamada wrote: CONFIG_CMD_BOOTM is defined in config_cmd_defaults.h which is forcebly included from each board. So, the default value of config CMD_BOOTM should be y. For some boards undefining it (bf506f-ezkit, controlcenterd_TRAILBLA,

Re: [U-Boot] [U-Boot, v2, 02/10] kconfig: move CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED to Kconfig

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:32:59PM +0900, Masahiro Yamada wrote: If this option is enabled, the objects under lib/ directory are compiled with speed optimization, not size optimization. (Currently, only used by some Blackfin boards.) Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com

Re: [U-Boot] [U-Boot, v2, 08/10] kconfig: remove config_cmd_defaults.h

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:33:05PM +0900, Masahiro Yamada wrote: Now config_cmd_defaults.h is empty so it can be deleted safely. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Acked-by: Simon Glass s...@chromium.org Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot, v2, 06/10] kconfig: move CONFIG_CMD_GO to Kconfig

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:33:03PM +0900, Masahiro Yamada wrote: Since CONFIG_CMD_GO is defined in config_cmd_defaults.h (and no board undefs it its own header), it can be moved to Kconfig with the default value y. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Acked-by: Simon

Re: [U-Boot] linker_lists: fix comment

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 08:21:15PM +0900, Masahiro Yamada wrote: The section name and the C variable name seem to be opposite. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Marek Vasut ma...@denx.de Acked-by: Marek Vasut ma...@denx.de Applied to u-boot/master, thanks! --

Re: [U-Boot] [U-Boot, 3/3] compiler.h: remove duplicated uninitialized_var

2014-09-25 Thread Tom Rini
On Wed, Sep 17, 2014 at 08:33:48PM +0200, Jeroen Hofstee wrote: Since clang has a different definition for uninitialized_var it will complain that it is redefined in include/compiler.h. Since these are already defined in linux/compiler.h just remove this instance. Cc: Masahiro Yamada

Re: [U-Boot] [U-Boot, v2, 07/10] kconfig: move CONFIG_CMD_IMPORTENV to Kconfig

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:33:04PM +0900, Masahiro Yamada wrote: Since CONFIG_CMD_IMPORTENV is defined in config_cmd_defaults.h, it should be enabled for all the boards except bf506f-ezkit that undefs it explicitely. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Acked-by: Simon

Re: [U-Boot] cmd_nand: Update (nand_info_t*)nand after arg_off(_size) call

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 02:38:52PM +0200, Rostislav Lisovy wrote: The arg_off() and arg_off_size() update the 'current NAND device' variable (dev). This is then used when assigning the (nand_info_t*)nand value. Place the assignment after the arg_off(_size) calls to prevent using incorrect

Re: [U-Boot] [U-Boot, v2, 1/2] cosmetic: replace MIN, MAX with min, max

2014-09-25 Thread Tom Rini
On Thu, Sep 18, 2014 at 01:28:06PM +0900, Masahiro Yamada wrote: The macro MIN, MAX is defined as the aliase of min, max, respectively. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] kbuild: refactor some makefiles

2014-09-25 Thread Tom Rini
On Thu, Sep 18, 2014 at 03:43:41PM +0900, Masahiro Yamada wrote: [1] Move driver/core/, driver/input/ and drivers/input/ entries from the top Makefile to drivers/Makefile [2] Remove the conditional by CONFIG_DM in drivers/core/Makefile because the whole drivers/core directory is

Re: [U-Boot] [U-Boot, v2, 2/2] common.h: remove MIN, MAX, MIN3, MAX3 macros

2014-09-25 Thread Tom Rini
On Thu, Sep 18, 2014 at 01:28:07PM +0900, Masahiro Yamada wrote: Now MIN, MAX, MIN3, MAX are not used. Going forward, use min, max, min3, max3. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, v2, 1/3] compiler_gcc: prevent redefining attributes

2014-09-25 Thread Tom Rini
On Thu, Sep 18, 2014 at 08:10:27PM +0200, Jeroen Hofstee wrote: The libc headers on FreeBSD and likely related projects as well contain an header file, cdefs.h which provides similiar functionality as linux/compiler.h. It provides compiler independent defines like __weak __packed, to allow

Re: [U-Boot] [U-Boot, v3, 09/10] kconfig: move CONFIG_OF_* to Kconfig

2014-09-25 Thread Tom Rini
On Mon, Sep 22, 2014 at 07:59:05PM +0900, Masahiro Yamada wrote: This commit moves: CONFIG_OF_CONTROL CONFIG_OF_SEPARATE CONFIG_OF_EMBED CONFIG_OF_HOSTFILE Because these options are currently not supported for SPL, the Device Tree Control menu does not appear in the SPL

Re: [U-Boot] [U-Boot, v2, 2/3] README.clang: update FreeBSD instructions

2014-09-25 Thread Tom Rini
On Sun, Sep 21, 2014 at 10:20:22AM +0200, Jeroen Hofstee wrote: The mentioned binutils port got removed while the patch was pending. As Ian pointed out there is another port providing the binutils for arm now. Update the instructions accordingly. Cc: i...@freebsd.org Cc: Tom Rini

Re: [U-Boot] tools: remove reformat.py

2014-09-25 Thread Tom Rini
On Mon, Sep 22, 2014 at 03:06:15PM +0900, Masahiro Yamada wrote: This tools is unnecessary since commit f6c8f38ec601 (tools/genboardscfg.py: improve performance more with Kconfiglib). Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Applied to u-boot/master, thanks! -- Tom

Re: [U-Boot] [U-Boot, v3, 10/10] kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig

2014-09-25 Thread Tom Rini
On Mon, Sep 22, 2014 at 07:59:06PM +0900, Masahiro Yamada wrote: This option specifies the default Device Tree used for the run-time configuration of U-Boot. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Cc: Simon Glass s...@chromium.org Cc: Stephen Warren swar...@nvidia.com

Re: [U-Boot] checkpatch: remove unnecessary + after {8,8}

2014-09-25 Thread Tom Rini
On Tue, Sep 23, 2014 at 12:41:02PM +0200, Marek Vasut wrote: From: Joe Perches j...@perches.com Pick the following commit from Linux kernel: commit 66cb4ee0e52ca721f609fd5eec16187189ae5fda Author: Joe Perches j...@perches.com Date: Wed Sep 10 09:40:47 2014 +1000 checkpatch: remove

Re: [U-Boot] [U-Boot,v2,01/10] kconfig: add blank Kconfig files

2014-09-25 Thread Tom Rini
On Tue, Sep 16, 2014 at 04:32:58PM +0900, Masahiro Yamada wrote: This would be useful to start moving various config options. Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Acked-by: Simon Glass s...@chromium.org Tested-by: Simon Glass s...@chromium.org Applied to u-boot/master,

[U-Boot] [PATCH] ls102x: configs - Add hash command in freescale LS1 platforms

2014-09-25 Thread Ruchika Gupta
Hardware accelerated support for SHA-1 and SHA-256 has been added. Hash command enabled along with hardware accelerated support for SHA-1 and SHA-256 for platforms which have CAAM block. Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com CC: York Sun york...@freescale.com ---

[U-Boot] [PATCH 3/3] ls102x: Add support for secure boot and enable blob command

2014-09-25 Thread Ruchika Gupta
Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com CC: York Sun york...@freescale.com --- configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +++ include/configs/ls1021aqds.h | 4 include/configs/ls1021atwr.h

[U-Boot] [PATCH 1/3] crypto/fsl: Add command for encapsulating/decapsulating blobs

2014-09-25 Thread Ruchika Gupta
Freescale's SEC block has built-in Blob Protocol which provides a method for protecting user-defined data across system power cycles. SEC block protects data in a data structure called a Blob, which provides both confidentiality and integrity protection. Encapsulating data as a blob Each time

[U-Boot] [PATCH 2/3] mpc85xx: configs - Enable blob command in freescale platforms

2014-09-25 Thread Ruchika Gupta
Enable blob commands for platforms having SEC 4.0 or greater for secure boot scenarios Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com CC: York Sun york...@freescale.com --- include/configs/B4860QDS.h | 4 include/configs/BSC9132QDS.h | 4 include/configs/P1010RDB.h | 4

Re: [U-Boot] [PATCH 2/2] mpc85xx: configs - Add hash command in freescale platforms

2014-09-25 Thread York Sun
On 09/10/2014 08:58 PM, Ruchika Gupta wrote: Hardware accelerated support for SHA-1 and SHA-256 has been added. Hash command enabled along with hardware accelerated support for SHA-1 and SHA-256 for platforms which have CAAM block. Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com

Re: [U-Boot] [PATCH 1/2] fsl_sec : Add hardware accelerated SHA256 and SHA1

2014-09-25 Thread York Sun
On 09/10/2014 08:58 PM, Ruchika Gupta wrote: SHA-256 and SHA-1 accelerated using SEC hardware in Freescale SoC's The driver for SEC (CAAM) IP is based on linux drivers/crypto/caam. Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com CC: York Sun york...@freescale.com --- The patch

Re: [U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot

2014-09-25 Thread York Sun
On 09/17/2014 03:35 AM, Ruchika Gupta wrote: By default, PAMU's (IOMMU) are enabled in case of secure boot. Disable/bypass them , once the control reached the bootloader. For non-secure boot, PAMU's are already bypassed in the default SoC configuration Signed-off-by: Ruchika Gupta

[U-Boot] [PATCH 3/3][v2] ls102x: Add support for secure boot and enable blob command

2014-09-25 Thread Ruchika Gupta
Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com CC: York Sun york...@freescale.com --- Changes from v1: No changes configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +++ include/configs/ls1021aqds.h | 4

[U-Boot] [PATCH 1/3][v2] crypto/fsl: Add command for encapsulating/decapsulating blobs

2014-09-25 Thread Ruchika Gupta
Freescale's SEC block has built-in Blob Protocol which provides a method for protecting user-defined data across system power cycles. SEC block protects data in a data structure called a Blob, which provides both confidentiality and integrity protection. Encapsulating data as a blob Each time

[U-Boot] [PATCH 2/3][v2] mpc85xx: configs - Enable blob command in freescale platforms

2014-09-25 Thread Ruchika Gupta
Enable blob commands for platforms having SEC 4.0 or greater for secure boot scenarios Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com CC: York Sun york...@freescale.com --- Changes from v1: Added command in corenet_ds.h include/configs/B4860QDS.h | 4

[U-Boot] [PATCH 3/3][v2] ls102x: Add support for secure boot and enable blob command

2014-09-25 Thread Ruchika Gupta
Signed-off-by: Ruchika Gupta ruchika.gu...@freescale.com --- Changes from v1: Command MACRO corrected configs/ls1021aqds_nor_SECURE_BOOT_defconfig | 3 +++ configs/ls1021atwr_nor_SECURE_BOOT_defconfig | 3 +++ include/configs/ls1021aqds.h | 4 include/configs/ls1021atwr.h

[U-Boot] [Patch v3, 2/2] board/ls1021aqds: Add DDR4 support

2014-09-25 Thread York Sun
LS1021AQDS has a variant with DDR4 slot. This patch adds a new defconfig for this variant to enable DDR4 support. RAW timing parameters are not added for DDR4. The board timing parameters are only tuned for single- rank 1600 and 1800MT/s with Micron DIMM 9ASF51272AZ-2G1A1 due to DIMM availability.

[U-Boot] [PATCH] cmd_mmc: fix bootpart-resize maxarg to 4

2014-09-25 Thread Wally Yeh
sub-command 'bootpart-resize' check for argc == 4, it will retrun CMD_RET_FAILURE when argc value not matched. but bootpart-resize's maxarg is 3, which means you never execute this sub-command successfully. fix it by change bootpart-resize maxarg to 4. Signed-off-by: wally.yeh

[U-Boot] [Patch v4, 2/2] board/ls1021aqds: Add DDR4 support

2014-09-25 Thread York Sun
LS1021AQDS has a variant with DDR4 slot. This patch adds a new defconfig for this variant to enable DDR4 support. RAW timing parameters are not added for DDR4. The board timing parameters are only tuned for single- rank 1600 and 1800MT/s with Micron DIMM 9ASF51272AZ-2G1A1 due to DIMM availability.

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

2014-09-25 Thread York Sun
Tom, The following changes since commit 47d3debe1ab8315dc9ade22279e02f60eceda25b: Merge git://git.denx.de/u-boot-dm (2014-09-23 15:21:43 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to

Re: [U-Boot] [PATCH v2] powerpc/t104xrdb: Add Support of rcw for T1042RDB in u-boot

2014-09-25 Thread York Sun
On 07/23/2014 05:55 AM, Vijay Rai wrote: This patch adds support of rcw for T1042RDB, it makes following changes : - Adds t1042_rcw.cfg file for serdes protocol 0x86 for T1042RDB - Renames t1042_pi_rcw.cfg file from t1042_rcw.cfg and also updates comments for valid serdes protocol which is

Re: [U-Boot] [PATCH v4] powerpc/t104xrdb: Add T1042RDB board support

2014-09-25 Thread York Sun
On 08/19/2014 12:16 AM, Vijay Rai wrote: T1042RDB is a Freescale reference board that hosts the T1042 SoC (and variants). The board is similar to T1040RDB, T1042 is a reduced personality of T1040 SoC without Integrated 8-port Gigabit(L2 Switch). T1042RDB is configured with serdes protocol

Re: [U-Boot] [PATCH] powerpc/8xxx: Fix in USB device-tree fixup

2014-09-25 Thread York Sun
On 08/21/2014 10:26 PM, Ramneek Mehresh wrote: Fix following issues in USB device-tree fixup: - returns when either dr_mode or phy_type not defined. This was terminating fix-up when only either property was defined in hwconfig string - updates dr_mode_type

Re: [U-Boot] [PATCH][v2] powerpc/b4860: Updated default hwconfig so as to enable only

2014-09-25 Thread York Sun
On 09/03/2014 11:13 PM, Shaveta Leekha wrote: CPC1 is not being enabled by default as powerpc is supposed to use only CPC2. Though by editing hwconfig en_cpc option, CPC1 can also be enabled Signed-off-by: Shaveta Leekha shav...@freescale.com Signed-off-by: Sandeep Singh

Re: [U-Boot] [PATCH] B4860QDS: Enable mac command support

2014-09-25 Thread York Sun
On 09/04/2014 03:47 AM, Shaveta Leekha wrote: One of the I2C EEPROM is used to store/save and edit mac addresses of ports. this patch add required CONFIG to support the same Signed-off-by: Shaveta Leekha shav...@freescale.com --- Applied to u-boot-mpc85xx, awaiting upstream. York

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Serdes protocol 00 is supported

2014-09-25 Thread York Sun
On 09/04/2014 09:53 AM, Ebony Zhu wrote: 0x00 is a valid serdes protocol for QorIQ parts, and can not be used to test whether the serdes is enabled or disabled. Signed-off-by: Ebony Zhu b45...@freescale.com --- arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 5 - 1 file changed, 5

Re: [U-Boot] [PATCH] powerpc/t104xrdb: Set DDR ODT to 75ohm

2014-09-25 Thread York Sun
On 09/05/2014 02:48 AM, Priyanka Jain wrote: DDR-ODT require cfg_dram_type switch set properly as per DDR type. T1040RDB, T1042RDB boards have DDR3L type DDR, so cfg_dram_type should be set to OFF for DDR3L Update t104xrdb/README for switch setting Signed-off-by: Priyanka Jain

Re: [U-Boot] [PATCH] board/t1040qds: Add sgmii ports support in 0xA7 protocol

2014-09-25 Thread York Sun
On 09/08/2014 12:50 AM, Priyanka Jain wrote: T1042QDS (T1042 is T1040 Personality without L2 switch) supports following sgmii interfaces with serdes protocol 0xA7 -SGMII-MAC3 on Lane B - slot 7 -SGMII-MAC5 on Lane H - slot 7 -SGMII2.5G-MAC1 on Lane C - slot 6 -SGMII2.5G-MAC2 on Lane D - slot

Re: [U-Boot] [RFC PATCH v1] powerpc: add --bss-plt to LDFLAGS

2014-09-25 Thread York Sun
On 09/09/2014 09:03 PM, Chris Packham wrote: With some versions of gcc (that we know of 4.6.3 and 4.8.2 are affected) it is necessary to specify --bss-plt to get the final blrl in the _GOT2_TABLE_. Without this the last symbol does not get it's address relocated. For the P2041RDB board this

Re: [U-Boot] [PATCH v2 01/10] ARM: sunxi: Use macro values for setting UART GPIO pull-ups

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: We have already defined macros for pull-up/down values in the GPIO header. Use them instead of magic numbers when configuring the UART pins. Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Ian Campbell i...@hellion.org.uk

Re: [U-Boot] [PATCH v2 04/10] ARM: sun6i: Add support for the power reset control module found on the A31

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: From: Oliver Schinagl oli...@schinagl.nl The A31 has a new module called PRCM, or Power, Reset Control Module. This module controls clocks and resets for RTC block modules, and also PLL biasing in the main clock module. This patch

Re: [U-Boot] [PATCH v2 05/10] ARM: sun6i: Add clock support

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: This patch adds the basic clocks support for the Allwinner A31 (sun6i) processor. This code will not been compiled until the build is hooked up in a later patch. It has been split out to keep the patches manageable. This includes changes

Re: [U-Boot] [PATCH v2 06/10] ARM: sunxi-mmc: Add mmc support for sun6i / A31

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: From: Hans de Goede hdego...@redhat.com The mmc hardware on sun6i has an extra reset control that needs to be de-asserted prior to usage. Also the FIFO address is different. Signed-off-by: Hans de Goede hdego...@redhat.com

Re: [U-Boot] [PATCH v2 07/10] ARM: sun6i: Define UART0 pins for A31

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: UART0 is the default debug/console UART on the A31. Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Ian Campbell i...@hellion.org.uk ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2 08/10] ARM: sun6i: Setup the A31 UART0 muxing

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: From: Maxime Ripard maxime.rip...@free-electrons.com Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Signed-off-by: Hans de Goede hdego...@redhat.com [w...@csie.org: commit message was ARM: sunxi: Setup the A31 UART0

[U-Boot] [PATCH] nand/denali: Document CONFIG symbols

2014-09-25 Thread Scott Wood
The patch nand/denali: Adding Denali NAND driver support introduced two config symbols without documenting them. Signed-off-by: Scott Wood scottw...@freescale.com Cc: Chin Liang See cl...@altera.com Cc: Masahiro Yamada yamad...@jp.panasonic.com --- doc/README.nand | 6 ++ 1 file changed, 6

Re: [U-Boot] [PATCH v2 09/10] ARM: sunxi: Add basic A31 support

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: From: Maxime Ripard maxime.rip...@free-electrons.com Add a new sun6i machine that supports UART and MMC. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Signed-off-by: Hans de Goede hdego...@redhat.com [w...@csie.org:

Re: [U-Boot] [PATCH v2 10/10] ARM: sun6i: Add Colombus board defconfig

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: The Colombus board is an A31 evaluation board from WITS Technology. Signed-off-by: Chen-Yu Tsai w...@csie.org --- configs/Colombus_defconfig | 4 1 file changed, 4 insertions(+) create mode 100644 configs/Colombus_defconfig

[U-Boot] [PATCH] mtd: nand: mxs: Add ECC geometry for 2048b/112b NAND

2014-09-25 Thread Marek Vasut
Add ECC geometry for NAND which has 2048b pagesize and 112b OOB size. This is for example Macronix MX30LF2G28AB chip. Signed-off-by: Marek Vasut ma...@denx.de --- drivers/mtd/nand/mxs_nand.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/mxs_nand.c

[U-Boot] [PATCH 2/2] arm: m53evk: Zap superfluous tab in env

2014-09-25 Thread Marek Vasut
Remove this tab from env, since it's useless, just use spaces. Signed-off-by: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de --- include/configs/m53evk.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h

[U-Boot] [PATCH 1/2] arm: m28evk: Zap superfluous tab in env

2014-09-25 Thread Marek Vasut
Remove this tab from env, since it's useless, just use spaces. Signed-off-by: Marek Vasut ma...@denx.de Cc: Stefano Babic sba...@denx.de --- include/configs/m28evk.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h

Re: [U-Boot] [PATCH] driver/net/fm/memac_phy: set NEG bit for external MDIOs

2014-09-25 Thread Joe Hershberger
On Wed, Aug 13, 2014 at 5:38 AM, shh@gmail.com wrote: From: Shaohui Xie shaohui@freescale.com NEG bit default is '1' for external MDIOs as per FMAN-v3 RM, but on some platforms, e.g. T2080QDS, this bit is '0', which leads to MDIO failure on XAUI PHY, so set this bit definitely to

Re: [U-Boot] [PATCH] Fman/mEMAC: mEMAC fix for 10G MAC and PHY

2014-09-25 Thread Joe Hershberger
On Wed, Aug 13, 2014 at 5:32 AM, shh@gmail.com wrote: From: Shaohui Xie shaohui@freescale.com 1. use Payload length check disable when enable MAC; 2. add XGMII support for setting MAC interface mode; 3. only enable auto negotiation for Non-XGMII mode; 4. return 0x if clause 22

[U-Boot] [PATCH] patman: Check commit_match before stripping leading whitespace

2014-09-25 Thread Scott Wood
True commit lines start at column zero. Anything that is indented is part of the commit message instead. I noticed this by trying to run buildman with commit e3a4facdfc07179ebe017a07b8de6224a935a9f3 as master, which contained a reference to a Linux commit inside the commit message. ProcessLine

  1   2   >