[U-Boot] [PATCH] powerpc/b4860: Enable law creation of MAPLE

2014-11-12 Thread Shaveta Leekha
B4860, B4440, B4420 and B4220 have MAPLE, so enable law creation for them only Remove static LAW creation for MAPLE Signed-off-by: Shaveta Leekha Signed-off-by: Sandeep Singh Change-Id: I1d1d6e414617bb45ade5e5ab9134f0464763c034 Reviewed-on: http://git.am.freescale.net:8181/23351 Tested-by: Revie

Re: [U-Boot] [PATCH v4 5/7] imx6: add some flexibility for defining macros

2014-11-12 Thread Stefano Babic
Hi John, On 12/11/2014 01:15, John Tobias wrote: > Hi Otavio, > > In iMX6DQ data sheet the stack address is 0x0093FFB8 (page 383). > While, in iMX6SDL datasheet (page 393) is 0x0091FFB8. > I admit that I should take a coffe, and after that maybe I can realize what you are saying. Anyway,

Re: [U-Boot] [PATCH] mx53loco: Change 'fdt_file' dynamically

2014-11-12 Thread Stefano Babic
Hi Fabio, On 10/11/2014 20:38, Fabio Estevam wrote: > From: Fabio Estevam > > Since kernel 3.15 there are two dtb's for the imx53-qsb board: > > imx53-qsb.dtb - For the boards with DA9053 PMIC > imx53-qsrb.dtb - For the boards with MC34708 PMIC > > Change the 'fdt_file' dynamically, so that th

Re: [U-Boot] [PATCH 29/33] x86: Add LAPIC setup code

2014-11-12 Thread Bin Meng
Hi Simon, On Wed, Nov 12, 2014 at 8:18 AM, Simon Glass wrote: > Add code to set up the Local Advanced Peripheral Interrupt Controller. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/Makefile| 1 + > arch/x86/cpu/lapic.c | 68 > arch/x86/include

Re: [U-Boot] [PATCH 10/33] rtc: mc146818: Set up RTC at start of day

2014-11-12 Thread Wolfgang Denk
Dear Simon, In message <1415751501-23407-11-git-send-email-...@chromium.org> you wrote: > If the RTC needs to be cleared, write the U-Boot build date to it. In any > case make sure the settings are correct. Is this really a good idea? Why writing the build date? It is as wrong as any other arbi

[U-Boot] [PATCH 2/3 v2] adi_i2c: convert to use general io accessors.

2014-11-12 Thread Scott Jiang
Signed-off-by: Scott Jiang --- drivers/i2c/adi_i2c.c | 145 ++--- 1 file changed, 77 insertions(+), 68 deletions(-) diff --git a/drivers/i2c/adi_i2c.c b/drivers/i2c/adi_i2c.c index cb74062..71077c5 100644 --- a/drivers/i2c/adi_i2c.c +++ b/drivers/i2c/

[U-Boot] [PATCH 3/3 v2] blackfin: convert to use CONFIG_SYS_I2C framework

2014-11-12 Thread Scott Jiang
Signed-off-by: Scott Jiang --- drivers/i2c/adi_i2c.c | 202 +++ include/configs/bct-brettl2.h |2 +- include/configs/bf518f-ezbrd.h |2 +- include/configs/bf526-ezbrd.h |2 +- include/configs/bf527-ad7160-eval.h |2 +-

[U-Boot] [PATCH 1/3 v2] blackfin: rename bfin-twi_i2c driver to adi_i2c

2014-11-12 Thread Scott Jiang
Signed-off-by: Scott Jiang --- drivers/i2c/Makefile |2 +- drivers/i2c/{bfin-twi_i2c.c => adi_i2c.c} |7 +++ include/configs/bct-brettl2.h |2 +- include/configs/bf518f-ezbrd.h|2 +- include/configs/bf526-ezbrd.h |2

Re: [U-Boot] [PATCH] mx28evk: README: Revision C is also supported

2014-11-12 Thread Stefano Babic
On 10/11/2014 13:34, Fabio Estevam wrote: > Adjust the text to mention that rev C of the board is also supported. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX S

Re: [U-Boot] [PATCH] arm: imx: make bmode command work with SPL/U-Boot combo

2014-11-12 Thread Stefano Babic
Hi Nikita, On 29/10/2014 18:28, Nikita Kiryanov wrote: > The bmode command forces the SoC to use a specific boot device > by writing its boot mode into SRC_GPR9, and notifying the SoC of > the change using SRC_GPR10[28] bit: if the bit is on, bootROM > uses the value in SRC_GPR9 instead of SRC_SMB

Re: [U-Boot] [PATCH 23/33] x86: ivybridge: Add SATA init

2014-11-12 Thread Bin Meng
Hi Simon, On Wed, Nov 12, 2014 at 8:18 AM, Simon Glass wrote: > Add code to set up the SATA interfaces on boot. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/ivybridge/Makefile | 1 + > arch/x86/cpu/ivybridge/bd82x6x.c | 20 +++ > arch/x86/cpu/ivybridge/sat

<    1   2   3