[U-Boot] [PATCH v2 2/2] cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config header

2013-09-01 Thread Masahiro Yamada
For most boards which define CONFIG_SPL_PAD_TO, it is defined in config header files. Currently, there exists only one exception, cam_enc_4xx board. This patch moves CONFIG_SPL_PAD_TO definition from board/ait/cam_enc_4xx/config.mk to include/configs/cam_enc_4xx.h. With this modification, we can

[U-Boot] [PATCH v2 1/2] config.mk: Delete unnecessary code

2013-09-01 Thread Masahiro Yamada
Currently no makefiles (board-specific config.mk) set the following variables: CONFIG_SPL_TEXT_BASE CONFIG_UBOOT_PAD_TO CONFIG_RESET_VECTOR_ADDRESS CONFIG_TPL_PAD_TO For all target boards using above macros they are set in header files (include/configs/*.h), so we do not need to set them as

[U-Boot] [PATCH v2 0/2] config.mk: Delete unnecessary code

2013-09-01 Thread Masahiro Yamada
These consecutive patches delete the following code in the top-level config.mk ifneq ($(CONFIG_SPL_TEXT_BASE),) CPPFLAGS += -DCONFIG_SPL_TEXT_BASE=$(CONFIG_SPL_TEXT_BASE) endif ifneq ($(CONFIG_SPL_PAD_TO),) CPPFLAGS += -DCONFIG_SPL_PAD_TO=$(CONFIG_SPL_PAD_TO) endif ifneq

Re: [U-Boot] [PATCH] config.mk: Delete unnecessary code

2013-09-01 Thread Masahiro Yamada
Hello, Tom. I could fix it up, but yes, if you can submit a v2 that would make life easier. Thanks! And you can whack CONFIG_TPL_PAD_TO if not needed really while at it. I posted v2 which also whacks CONFIG_TPL_PAD_TO. I wanted to refactor CONFIG_SPL_PAD_TO too, so patches were sent as

Re: [U-Boot] [PATCH RFC 0/22] i.MX6: Update pad declarations for multiple-arch binaries

2013-09-01 Thread Stefano Babic
Hi Otavio, On 31/08/2013 23:55, Otavio Salvador wrote: On Sat, Aug 31, 2013 at 6:38 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: The primary reason this patch set is sent as an RFC is the overall feeling that there must be a better way and the fact that none of these pads is

Re: [U-Boot] [PATCH RFC 0/22] i.MX6: Update pad declarations for multiple-arch binaries

2013-09-01 Thread Eric Nelson
Hi Stefano, On 09/01/2013 10:08 AM, Stefano Babic wrote: Hi Otavio, On 31/08/2013 23:55, Otavio Salvador wrote: On Sat, Aug 31, 2013 at 6:38 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: The primary reason this patch set is sent as an RFC is the overall feeling that there must be a

Re: [U-Boot] [PATCH RFC 0/22] i.MX6: Update pad declarations for multiple-arch binaries

2013-09-01 Thread Otavio Salvador
On Sun, Sep 1, 2013 at 2:08 PM, Stefano Babic sba...@denx.de wrote: Hi Otavio, On 31/08/2013 23:55, Otavio Salvador wrote: On Sat, Aug 31, 2013 at 6:38 PM, Eric Nelson eric.nel...@boundarydevices.com wrote: The primary reason this patch set is sent as an RFC is the overall feeling that

Re: [U-Boot] [PATCH] am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF

2013-09-01 Thread Lokesh Vutla
Hi Tom, On Saturday 31 August 2013 02:43 AM, Tom Rini wrote: On Fri, Aug 30, 2013 at 05:07:17PM -0400, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/30/2013 12:50 AM, Sricharan R wrote: Hi Tom, On Friday 23 August 2013 09:56 PM, Tom Rini wrote: Test on Beaglebone

[U-Boot] [PATCH] powerpc/p1010rdb: add p1010rdb-pb support with updating p1010rdb-pa

2013-09-01 Thread Shengzhou Liu
- Rename old P1010RDB board as P1010RDB-PA. - Add support for new P1010RDB-PB board. - Enable IFC flash access in case of SD boot. - Some optimization and code cleanup. Only P1010RDB-PB board is supported officially, but we still reserve code-support for previous P1010RDB-PA board.

Re: [U-Boot] [PATCH] MMC: DWMMC: Correct the CLKDIV register value

2013-09-01 Thread Rajeshwari Birje
Hi Simon, On Thu, Aug 29, 2013 at 8:31 PM, Simon Glass s...@chromium.org wrote: On Thu, Aug 29, 2013 at 5:04 AM, Rajeshwari Birje rajeshwari.bi...@gmail.com wrote: CCing the MMC Maintainer. On Thu, Aug 29, 2013 at 4:22 PM, Rajeshwari S Shinde rajeshwar...@samsung.com wrote: This patch

Re: [U-Boot] [PATCH v3] i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework

2013-09-01 Thread Heiko Schocher
Hello Tom, Am 30.08.2013 14:26, schrieb Tom Rini: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/30/2013 12:48 AM, Heiko Schocher wrote: - add omap24xx driver to new multibus/multiadpater support - adapted all config files, which uses this driver Tested on the am335x based siemens