[U-Boot] Incomplete type declarations in arch/Kconfig (U-Boot-2014.10)

2014-12-02 Thread Guilhem Malichier
Hi, I'm quite new to U-Boot as well as to the whole Kconfig system, so this may be a dumb question, in which case please forgive my ignorance. I noticed that the type declarations of several items in the file arch/Kconfig are actually incomplete, lacking the prompt parameter: config SYS_ARCH

Re: [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

2014-12-02 Thread Guillaume Gardet
Ping. Just a friendly reminder. Guillaume Le 18/11/2014 10:44, Guillaume GARDET a écrit : In SPL MMC, boot modes are exclusive. So, if MMCSD_MODE_RAW fails, the board hangs. This patch allows to try MMCSD_MODE_FS then, if available. It has been tested on a pandaboard (rev. A3).

Re: [U-Boot] Incomplete type declarations in arch/Kconfig (U-Boot-2014.10)

2014-12-02 Thread Masahiro Yamada
Hi Guilhem, On Tue, 2 Dec 2014 07:03:24 + Guilhem Malichier g...@eco-counter.com wrote: Hi, I'm quite new to U-Boot as well as to the whole Kconfig system, so this may be a dumb question, in which case please forgive my ignorance. I noticed that the type declarations of several

Re: [U-Boot] m68k: Build problems on some boards

2014-12-02 Thread Angelo Dureghello
Dear Masahiro, I recommend you to use kernel.org toolchain as I mentioned in http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/188763/focus=190993 or git log fbe79a17fddb7f0b many thanks, i am not confident still using the archive, was using the pipermail archive, and clicking next

Re: [U-Boot] [PATCH 00/18] Support for eMMC partitioning and related fixes

2014-12-02 Thread Joakim Tjernlund
Diego Santa Cruz diego.santac...@spinetix.com wrote on 2014/11/28 12:12:56: Hi, -Original Message- From: Joakim Tjernlund [mailto:joakim.tjernl...@transmode.se] Sent: Friday, November 28, 2014 11:05 AM To: Diego Santa Cruz Cc: pa...@antoniou-consulting.com;

Re: [U-Boot] [PATCH V2 09/12] lcd: introduce getters for bg/fg color

2014-12-02 Thread Nikita Kiryanov
Hi Simon, On 11/30/2014 09:27 PM, Simon Glass wrote: Hi Nikita, On 30 November 2014 at 05:29, Nikita Kiryanov nik...@compulab.co.il wrote: Introduce lcd_getbgcolor() and lcd_getfgcolor(), and use them where applicable. This is a preparatory step for extracting lcd console code into its own

Re: [U-Boot] [PATCH V2 06/12] lcd: replace CONSOLE_(ROWS|COLS) with variables

2014-12-02 Thread Nikita Kiryanov
Hi Simon, On 11/30/2014 09:25 PM, Simon Glass wrote: On 30 November 2014 at 05:29, Nikita Kiryanov nik...@compulab.co.il wrote: Replace CONSOLE_(ROWS|COLS) macros with variables, and assign the original macro values. This is a preparatory step for extracting lcd console code into its own

Re: [U-Boot] Please pull u-boot-x86.git

2014-12-02 Thread Tom Rini
On Wed, Nov 26, 2014 at 09:28:50AM -0700, Simon Glass wrote: Hi Tom, This is the last of the bare x86 support for this release. I also brought in some interrupt fixes from Bin. The following changes since commit 2a82ec77d27ef5f860a107c4b764643a655dceeb: Prepare v2015.01-rc2

Re: [U-Boot] Please pull u-boot-fdt.git (take 2)

2014-12-02 Thread Tom Rini
On Mon, Dec 01, 2014 at 08:26:37AM -0700, Simon Glass wrote: Hi Tom, I just pulled this down from patchwork again, adding two more Tested-by: credits. The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce: Merge branch 'master' of

[U-Boot] [PATCH] powerpc/bsc913x: Convert to use generic board code

2014-12-02 Thread Harninder Rai
Signed-off-by: Harninder Rai harninder@freescale.com --- include/configs/BSC9131RDB.h |3 +++ include/configs/BSC9132QDS.h |3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h index adb8146..eeb0671 100644

[U-Boot] [PATCH] mtd: nand: mxs: Add support for multiple NAND chips

2014-12-02 Thread Stefan Roese
This patch adds support for multiple NAND chips connected to the i.MX6. Linux already supports this configuration. So lets port the missing features to the U-Boot driver to support more than one NAND chip here as well. The necessary changes in detail are: - Only use DMA channel 0 for all NAND

Re: [U-Boot] Incomplete type declarations in arch/Kconfig (U-Boot-2014.10)

2014-12-02 Thread Guilhem Malichier
Hi Masahiro, thank you for this very quick answer. Thanks a lot for clarifying the grammar point too. If I got it correctly, the syntax is valid and meant to be used for non-user-controlled items, which seems to make a lot of sense now :). Actually the only item I would really need to override

Re: [U-Boot] Bare x86 support is merged to u-boot-x86

2014-12-02 Thread Christian Gmeiner
Hi Bin, 2014-12-02 5:38 GMT+01:00 Bin Meng bmeng...@gmail.com: Hi Bruce, On Tue, Dec 2, 2014 at 4:28 AM, bruce_leon...@selinc.com wrote: Simon, From: Simon Glass s...@chromium.org To: bruce_leon...@selinc.com Cc: tr...@ti.com tr...@ti.com, U-Boot Mailing List u- b...@lists.denx.de,

Re: [U-Boot] [PATCH v10 1/4] config: exynos5420: move non common configs to specific board files

2014-12-02 Thread Simon Glass
On 2 December 2014 at 00:07, Hyungwon Hwang human.hw...@samsung.com wrote: The media for boot and environment is a board-specific feature, not a processor-specific. This is same to console port number and some other addresses. This patch moves the that kinds of configs to each board-specific

Re: [U-Boot] [PATCH v10 3/4] Odroid-XU3: Add documentation for Odroid-XU3

2014-12-02 Thread Simon Glass
Hi, On 2 December 2014 at 00:07, Hyungwon Hwang human.hw...@samsung.com wrote: This patch adds documentation for Odroid-XU3. This documentation is based on that of Odroid (doc/README-odroid) made by Przemyslaw Marczak. The documentation includes basic information about boot media layout,

Re: [U-Boot] [PATCH v10 4/4] Odroid-XU3: Add entry for DTS EHCI GPIO

2014-12-02 Thread Simon Glass
Hi, On 2 December 2014 at 00:07, Hyungwon Hwang human.hw...@samsung.com wrote: From: Sjoerd Simons sjoerd.sim...@collabora.co.uk Add samsung,vbus-gpio information for the XU3. This allows the usage of the EHCI controller on the XU3, which is connected to the SMSC LAN9514 chip (usb hub +

Re: [U-Boot] [PATCH v10 2/4] Odroid-XU3: Add support for Odroid-XU3

2014-12-02 Thread Simon Glass
On 2 December 2014 at 00:07, Hyungwon Hwang human.hw...@samsung.com wrote: This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang human.hw...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com Cc: Lukasz Majewski l.majew...@samsung.com Cc: Sjoerd Simons

Re: [U-Boot] [PATCH V2 06/12] lcd: replace CONSOLE_(ROWS|COLS) with variables

2014-12-02 Thread Simon Glass
On 30 November 2014 at 05:29, Nikita Kiryanov nik...@compulab.co.il wrote: Replace CONSOLE_(ROWS|COLS) macros with variables, and assign the original macro values. This is a preparatory step for extracting lcd console code into its own file. Signed-off-by: Nikita Kiryanov

Re: [U-Boot] [PATCH v3 01/10] dm: i2c: Add a uclass for I2C

2014-12-02 Thread Simon Glass
Hi, On 1 December 2014 at 23:29, Heiko Schocher h...@denx.de wrote: Hello Simon, Am 02.12.2014 05:31, schrieb Simon Glass: +Heiko - are you OK with the new msg-based approach? Yes, you can add my acked-by to the hole series. OK good, I'm going to continue on this line, and work through

Re: [U-Boot] [Driver Model] post_bind() and pre_unbind() handler

2014-12-02 Thread Simon Glass
Hi Masahiro, On 1 December 2014 at 22:31, Masahiro Yamada yamad...@jp.panasonic.com wrote: Hi Simon, I have a question about handlers of struct uclass_driver. When binding a device, uc-uc_drv-post_bind() is called *before* drv-bind(), so the name pre_bind() is more suitable than

Re: [U-Boot] Building fw_env tools seems broken

2014-12-02 Thread Denys Dmytriyenko
Ping on this one. I tried few different defconfigs - the results are mixed, where sandbox and some other machines do work, but some are broken as below. Tried different toolchains as well - gcc-4.7 and 4.9. Any pointers or any help in resolving this issue would be greatly appreciated! Thanks.

[U-Boot] [Patch v3] driver/ddr/fsl: Fix MRC_CYC calculation for DDR3

2014-12-02 Thread York Sun
For DDR controller version 4.7 or newer, MRC_CYC (mode register set cycle time) is max(tMRD, tMOD). tMRD is 4nCK, or 8nCK (RDIMM). tMOD is max(12nCK, 15ns) according to JEDEC spec. DDR4 is not affected by this change. Signed-off-by: York Sun york...@freescale.com --- Change log v3: Add cast for

[U-Boot] [Patch v3] powerpc/mpc85xx: Fix DDR TLB mapping leftover

2014-12-02 Thread York Sun
Commit f29f804a93e87c17670607641d120f431a3b0633 generalized the TLB mapping function, but made the DDR mapping leftover size to zero, causing the message not printed. Signed-off-by: York Sun york...@freescale.com CC: Alexander Graf ag...@suse.de CC: Scott Wood scottw...@freescale.com --- Change

[U-Boot] [PATCH v2 0/12] bootm: Tidy up decompression and add tests

2014-12-02 Thread Simon Glass
(Note: this builds on a single patch left over from a recent series, which is why it is v2. That patch refactored the code but did not add tests.) bootm's decompression functions currently have tests in the 'test_compression' unit test command, but this calls the decompression routines directly

[U-Boot] [PATCH v2 04/12] test: Add DEBUG output option to test-fit.py

2014-12-02 Thread Simon Glass
Sometimes it is useful to see the output from U-Boot, so add an option to make this easier. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None test/image/test-fit.py | 10 ++ 1 file changed, 10 insertions(+) diff --git a/test/image/test-fit.py

[U-Boot] [PATCH v2 02/12] bootm: Move compression progress/error messages into a function

2014-12-02 Thread Simon Glass
This code is repeated in several places, and does not detect a common fault where the image is too large. Move it into its own function and provide a more helpful messages in this case, for compression schemes which support this. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: -

[U-Boot] [PATCH v2 01/12] lzma: fix buffer bound check error further

2014-12-02 Thread Simon Glass
Commit 4d3b8a0d fixed a problem with lzma decompress where it would run out of bytes to decompress. The algorithm needs to know how many uncompressed bytes it is expected to produce. However, the fix introduced a potential buffer overrun, and causes the compression test to fail (test_compression

[U-Boot] [PATCH v2 06/12] test: Rename test_compression to ut_compression

2014-12-02 Thread Simon Glass
Try to keep the names of the unit test commands consistent. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None test/compression.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/test/compression.c b/test/compression.c index 139ea01..c460567 100644

[U-Boot] [PATCH v2 10/12] bzlib: Update destLen even on error

2014-12-02 Thread Simon Glass
This allows the caller to easily detect how much of the destination buffer has been used. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None lib/bzlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bzlib.c b/lib/bzlib.c index 5844e18..9262e40 100644

[U-Boot] [PATCH v2 07/12] test: Add unit tests for bootm image decompression

2014-12-02 Thread Simon Glass
Use each compression method (including uncompressed). Test for normal operation, insufficient space and corrupted data. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None test/compression.c | 84 ++ 1 file changed, 84

[U-Boot] [PATCH v2 03/12] sandbox: Correct ordering of 'sb save' commands

2014-12-02 Thread Simon Glass
Prior to commit d455d87 there was an inconsistency between the position of the 'address' parameter in 'sb load' and 'sb save'. This was corrected but it broke some tests. Fix the tests and also the help for 'sb save'. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None

[U-Boot] [PATCH v2 05/12] bootm: Export bootm_decomp_image()

2014-12-02 Thread Simon Glass
Export this function for testing. Also add a parameter so that values other than CONFIG_SYS_BOOTM_LEN can be used for the maximum uncompressed size. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None common/bootm.c | 29 ++--- include/bootm.h | 17

[U-Boot] [PATCH v2 08/12] bootm: Use print_decomp_msg() in all cases

2014-12-02 Thread Simon Glass
Refactor to allow this function to be used to announce the image being loaded regardless of compression type and even when there is no decompression. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None common/bootm.c | 34 ++ 1 file changed, 18

[U-Boot] [PATCH v2 09/12] bootm: Factor out common parts of image decompression code

2014-12-02 Thread Simon Glass
Adjust the code so that the error reporting can all be done at the end, and is the same for each decompression method. Try to detect when decompression fails due to lack of space. Keep the behaviour of resetting on failure even though there should be no memory corruption now. Signed-off-by: Simon

[U-Boot] [PATCH v2 11/12] gunzip: Update lenp even on error

2014-12-02 Thread Simon Glass
This allows the caller to easily detect how much of the destination buffer has been used. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None lib/gunzip.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/gunzip.c b/lib/gunzip.c index

[U-Boot] [PATCH v2 12/12] lzo: Update dst_len even on error

2014-12-02 Thread Simon Glass
This allows the caller to easily detect how much of the destination buffer has been used. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None lib/lzo/lzo1x_decompress.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/lzo/lzo1x_decompress.c

Re: [U-Boot] [PATCH 1/3] sf: stmicro: Add support for N25Q32

2014-12-02 Thread Jagan Teki
On 25 November 2014 at 17:16, xixiguo xixigu...@163.com wrote: I add it's probe in stmicro.c as follow : /static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = { ... + { + .id = 0xba16, + .pages_per_sector = 256, + .nr_sectors = 64, + .name = N25Q32, + }, ...

Re: [U-Boot] [PATCH 2/2] spi: add common spi3 controller driver

2014-12-02 Thread Jagan Teki
On 18 November 2014 at 14:28, Scott Jiang scott.jiang.li...@gmail.com wrote: 2014-11-17 3:23 GMT+08:00 Jagan Teki jagannadh.t...@gmail.com: Hi Scott, On 25 September 2014 14:55, Scott Jiang scott.jiang.li...@gmail.com wrote: SPI3 controller is not only used on BF609 platform. So we add a

[U-Boot] Problem converting da850evm to generic board and use libfdt

2014-12-02 Thread Peter Howard
I'm trying to make two changes to building u-boot for the da850evm. * Use the generic board code to get rid of the warning, and * Enable libfdt to allow booting of linux with a standalone dtb image. The first part appears to be simple. Just adding #define

Re: [U-Boot] [PATCH] powerpc/mpc85xx: SECURE BOOT- Add secure boot target for P5040DS

2014-12-02 Thread York Sun
On 12/01/2014 09:50 PM, Gaurav Rana wrote: From: Gaurav Kumar Rana gaurav.r...@freescale.com Secure boot target is added for P5040DS platform. Signed-off-by: Gaurav Kumar Rana gaurav.r...@freescale.com --- configs/P5040DS_SECURE_BOOT_defconfig | 4 1 file changed, 4 insertions(+)

Re: [U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3

2014-12-02 Thread Lukasz Majewski
Hi Simon, Hi, On 28 November 2014 at 06:46, Lukasz Majewski l.majew...@majess.pl wrote: Hello Javier, Hello Lukasz, On Fri, Nov 28, 2014 at 9:39 AM, Lukasz Majewski l.majew...@majess.pl wrote: I have yet to take him up on that offer though, but it sounds like a good way

Re: [U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3

2014-12-02 Thread Suriyan Ramasami
Hello Simon, Lukasz, On Tue, Dec 2, 2014 at 2:29 PM, Lukasz Majewski l.majew...@majess.pl wrote: Hi Simon, Hi, On 28 November 2014 at 06:46, Lukasz Majewski l.majew...@majess.pl wrote: Hello Javier, Hello Lukasz, On Fri, Nov 28, 2014 at 9:39 AM, Lukasz Majewski

[U-Boot] [PATCH] tools: env: fix build error

2014-12-02 Thread Masahiro Yamada
Since CONFIG_SYS_ARCH, CONFIG_SYS_CPU, ... were moved to Kconfig, tools/env/fw_printenv fails to build if CONFIG_ENV_VARS_UBOOT_CONFIG is defined. (I do not think this is the right way to fix the problem, but for now I do not have enough time to take a close look.) Signed-off-by: Masahiro Yamada

Re: [U-Boot] Building fw_env tools seems broken

2014-12-02 Thread Masahiro Yamada
Hi Denys, Sorry, I missed your mail. On Tue, 2 Dec 2014 13:09:11 -0500 Denys Dmytriyenko de...@ti.com wrote: Ping on this one. I tried few different defconfigs - the results are mixed, where sandbox and some other machines do work, but some are broken as below. Tried different

Re: [U-Boot] Bare x86 support is merged to u-boot-x86

2014-12-02 Thread Bin Meng
Hi Christian, On Wed, Dec 3, 2014 at 12:02 AM, Christian Gmeiner christian.gmei...@gmail.com wrote: Hi Bin, 2014-12-02 5:38 GMT+01:00 Bin Meng bmeng...@gmail.com: Hi Bruce, On Tue, Dec 2, 2014 at 4:28 AM, bruce_leon...@selinc.com wrote: Simon, From: Simon Glass s...@chromium.org To:

[U-Boot] [PATCH] mtd/spi: Add support for SST25WF040B

2014-12-02 Thread Shengzhou Liu
Add support for SST25WF040B-40I-SN flash. Tested on T1024QDS board. Signed-off-by: Shengzhou Liu shengzhou@freescale.com --- drivers/mtd/spi/sf_params.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c index 61545ca..6e3a270 100644

Re: [U-Boot] [PATCH v2 00/12] spi: sf: ICH SPI driver fix and flash params update

2014-12-02 Thread Bin Meng
Hi Jagan, On Sun, Nov 23, 2014 at 9:43 PM, Bin Meng bmeng...@gmail.com wrote: Hi Jagan, On Wed, Nov 12, 2014 at 3:04 PM, Jagan Teki jagannadh.t...@gmail.com wrote: On 12 November 2014 07:57, Bin Meng bmeng...@gmail.com wrote: Hi Jagan, On Wed, Nov 5, 2014 at 10:56 AM, Bin Meng

[U-Boot] [PATCH v4 0/9] Add SD/NAND boot support for LS1021AQDS/TWR board

2014-12-02 Thread Alison Wang
This series contain SD boot support for LS1021AQDS/TWR board and NAND boot support for LS1021AQDS board.SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from SD card or NAND flash to DDR, finally SPL transfer control to

[U-Boot] [PATCH v4 2/9] spl: Use u-boot.img instead of u-boot.bin

2014-12-02 Thread Alison Wang
In SD boot, the magic number of u-boot image will be checked. For LS102xA, u-boot.bin doesn't have the magic number. So use u-boot.img which includes the magic number instead of u-boot.bin when producing u-boot-with-spl-pbl.bin. Signed-off-by: Alison Wang alison.w...@freescale.com --- Change log:

[U-Boot] [PATCH v4 1/9] ls102xa: pblimage: Add pblimage tool support for LS102xA

2014-12-02 Thread Alison Wang
For LS102xA, the size of spl/u-boot-spl.bin is variable. This patch adds the support to deal with the variable u-boot size in pblimage tool. It will be padded to 64 byte boundary. Use pblimage_check_params() to add the specific operations for ARM, such as PBI CRC and END command and the

[U-Boot] [PATCH v4 4/9] common: spl: Add interactive DDR debugger support for SPL image

2014-12-02 Thread Alison Wang
To support interactive DDR debugger, cli_simple.o, cli.o, cli_readline.o, command.o, s_record.o, xyzModem.o and cmd_disk.o are all needed for drivers/ddr/fsl/interactive.c. In current common/Makefile, the above .o files are only produced when CONFIG_SPL_BUILD is disabled. For LS102xA,

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

2014-12-02 Thread Alison Wang
This patch adds SD boot support for LS1021AQDS board. SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from SD card to DDR, finally SPL transfer control to u-boot. Signed-off-by: Alison Wang alison.w...@freescale.com

[U-Boot] [PATCH v4 3/9] arm: spl: Add I2C linker list in generic .lds

2014-12-02 Thread Alison Wang
On LS1, DDR is initialized by reading SPD through I2C interface in SPL code. For I2C, ll_entry_count() is called, and it returns the number of elements of a linker-generated array placed into subsection of .u_boot_list section specified by _list argument. So add I2C linker list in the generic .lds

[U-Boot] [PATCH v4 6/9] ls102xa: qixis: Add CONFIG_QIXIS_I2C_ACCESS macro

2014-12-02 Thread Alison Wang
Through adding CONFIG_QIXIS_I2C_ACCESS macro, QIXIS_READ(reg)/QIXIS_WRITE(reg, value) can be used for both i2c and ifc access to QIXIS FPGA. This is more convenient for coding. Signed-off-by: Jason Jin jason@freescale.com Signed-off-by: Alison Wang alison.w...@freescale.com --- Change log:

[U-Boot] [PATCH v4 8/9] arm: ls102xa: Add SD boot support for LS1021ATWR board

2014-12-02 Thread Alison Wang
This patch adds SD boot support for LS1021ATWR board. SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from SD card to DDR, finally SPL transfer control to u-boot. Signed-off-by: Chen Lu chen...@freescale.com

[U-Boot] [PATCH v4 9/9] arm: ls102xa: Add NAND boot support for LS1021AQDS board

2014-12-02 Thread Alison Wang
This patch adds NAND boot support for LS1021AQDS board. SPL framework is used. PBL initialize the internal RAM and copy SPL to it, then SPL initialize DDR using SPD and copy u-boot from NAND flash to DDR, finally SPL transfer control to u-boot. Signed-off-by: Prabhakar Kushwaha

Re: [U-Boot] [PATCH v3 4/8] common: spl: Add interactive DDR debugger support for SPL image

2014-12-02 Thread Huan Wang
Hi, York, On 11/17/2014 11:02 PM, Albert ARIBAUD wrote: Hello York, On Mon, 17 Nov 2014 15:00:42 -0800, York Sun york...@freescale.com wrote: On 10/27/2014 06:48 PM, Wang Huan-B18965 wrote: Hello, Albert, snip --- Change log: v3: Gave more explaination in the commit.

[U-Boot] [PATCH v4 5/9] kconfig: ls1021a: add SUPPORT_SPL

2014-12-02 Thread Alison Wang
Add SUPPORT_SPL feature for SD and NAND boot on LS1021AQDS and LS1021ATWR. Signed-off-by: Alison Wang alison.w...@freescale.com --- Change log: v4: New file. arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0982117..1f00e93 100644

Re: [U-Boot] [PATCH v4 5/9] kconfig: ls1021a: add SUPPORT_SPL

2014-12-02 Thread Masahiro Yamada
Hi Alison, On Wed, 3 Dec 2014 15:00:45 +0800 Alison Wang b18...@freescale.com wrote: Add SUPPORT_SPL feature for SD and NAND boot on LS1021AQDS and LS1021ATWR. Signed-off-by: Alison Wang alison.w...@freescale.com --- Change log: v4: New file. arch/arm/Kconfig | 2 ++ 1 file

Re: [U-Boot] [PATCH 1/2] i2c: Fix deselection of muxes

2014-12-02 Thread Chris Packham
Hi Mark, This might get more attention if Heiko was on the Cc list. On Tue, Dec 2, 2014 at 8:49 AM, Mark Tomlinson mark.tomlin...@alliedtelesis.co.nz wrote: Due to an uninitialised variable, when muxes were deselected, any value could be written to the mux control register. On the PCA9548,

Re: [U-Boot] [PATCH 2/2] i2c: Correct spelling error

2014-12-02 Thread Chris Packham
This one too. On Tue, Dec 2, 2014 at 8:49 AM, Mark Tomlinson mark.tomlin...@alliedtelesis.co.nz wrote: diconnect and disconnet should both be disconnect. Signed-off-by: Mark Tomlinson mark.tomlin...@alliedtelesis.co.nz --- drivers/i2c/i2c_core.c | 6 +++--- 1 file changed, 3 insertions(+),

Re: [U-Boot] [PATCH v4 5/9] kconfig: ls1021a: add SUPPORT_SPL

2014-12-02 Thread Huan Wang
Hi, Yamada, On Wed, 3 Dec 2014 15:00:45 +0800 Alison Wang b18...@freescale.com wrote: Add SUPPORT_SPL feature for SD and NAND boot on LS1021AQDS and LS1021ATWR. Signed-off-by: Alison Wang alison.w...@freescale.com --- Change log: v4: New file. arch/arm/Kconfig | 2 ++ 1