Hi Heiko,
On 11/13/2013 01:04 PM, Heiko Schocher wrote:
Hello Bo,
Am 13.11.2013 02:35, schrieb Bo Shen:
Hi Heiko,
On 11/12/2013 09:50 PM, Heiko Schocher wrote:
Hello Andreas,
Am 12.11.2013 13:56, schrieb Andreas Bießmann:
Hello Heiko,
On 11/12/2013 11:21 AM, Heiko Schocher wrote:
add com
Hi Eric,
On 09/11/2013 23:51, Eric Nelson wrote:
> Signed-off-by: Eric Nelson
> ---
> V2 replaces the words "arch" and "architecture", since we're talking about
> processor variations within a family, not different processor architectures.
>
> doc/README.imx6-multi-bom | 241
>
Hi Vaibhav,
On Wednesday 06 November 2013 07:24 PM, Lokesh Vutla wrote:
> On Wednesday 06 November 2013 06:32 PM, Vaibhav Bedia wrote:
>> On Mon, Nov 4, 2013 at 11:20 PM, Lokesh Vutla wrote:
>>> GP EVM has 1GB DDR3 attached(Part no: MT47H128M16RT-187E:C).
>>> Adding details for the same.
>>> Below
Hi Tapani,
On 13/11/2013 06:50, Tapani wrote:
>
> Stefano,
>
> I'll reply to this, since including the __attribute__ was my suggestion.
>
>>> + u32 res10[25];
>>> + u32 mpmur0;
>>> +}__attribute__((packed, aligned(4)));
>>> +
>>
>> I am missing why the packed is needed.
>>
>
> Th
Hi Giuseppe,
On 11/11/2013 18:11, Giuseppe Pagano wrote:
> Previous uDoo configuration adopts register settings for DDR3, clock, muxing,
> etc. taken from Nitrogen6x. uDoo schematics is rather different from that
> board, and it needs customized setting for most of the registers.
> All this cha
Hi Giuseppe,
On 11/11/2013 18:11, Giuseppe Pagano wrote:
> Add Ethernet and networking support on uDoo board (FEC + phy Micrel KSZ9031).
>
> Signed-off-by: Giuseppe Pagano
> CC: Stefano Babic
> CC: Fabio Estevam
> ---
ok - remember to increment the version number of the patchset for next
time
On 01/11/2013 11:12, Fabio Estevam wrote:
> There is no real benefit in adding the board name into U-boot's prompt, so
> remove the custom CONFIG_SYS_PROMPT definitions so that the standard "=> "
> prompt is used across FSL boards.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx,
On 03/11/2013 22:59, Michael Heimpold wrote:
> Setting the direction and an output value should be done by
> 1) set the desired output value,
> 2) switch to output.
>
> If this is done in the inverse order, there can be a glitch on
> the GPIO line.
>
> This patch fixes this by using the order as
On 04/11/2013 01:12, Fabio Estevam wrote:
> From: Fabio Estevam
>
> When cpu_eth_init() fails we should not return success.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
==
On 04/11/2013 01:03, Fabio Estevam wrote:
> From: Fabio Estevam
>
> If ipuv3_fb_init() fails, we should return the error immediately.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
On 04/11/2013 01:03, Fabio Estevam wrote:
> From: Fabio Estevam
>
> When cpu_eth_init() fails we should not return success.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
==
On 04/11/2013 08:35, Stefan Roese wrote:
> Since the titanium board is not a Freescale board, move its
> BSP code from the freescale board directory to the newly created
> barco board directory.
>
> Signed-off-by: Stefan Roese
> Cc: Peter Korsgaard
> Cc: Stefano Babic
> ---
Applied to u-boot-i
Hi Eric,
On 05/11/2013 01:00, Eric Nelson wrote:
> This patch set consolidates mux and pad declarations for the i.MX6
> Dual/Quad and Dual-Lite/Solo processor variants.
>
> Patch 1 replaces the mux/pad names with their equivalents from
> the Linux kernel (from linux-next). This
> Patch 2
On Fri, Jun 21, 2013 at 6:20 PM, Stephen Warren wrote:
> On 06/21/2013 05:05 AM, Jim Lin wrote:
>> Add DT node for USB EHCI function.
>> Add support for T30-Cardhu, T30-Beaver, T114-Dalmore boards.
>
>> Changes in v5:
>> - Move changes on fdtdec.h and fdtdec.c to patch 2/3
>> - Modify PHY type t
Changes:
- define function usb_cable_connected() in trats board file
which returns 1 if cable is connected and 0 otherwise
- trats.h: add CONFIG_USB_CHECK_CABLE
Signed-off-by: Przemyslaw Marczak
Cc: Minkyu Kang
---
board/samsung/trats/trats.c | 10 ++
include/configs/trats.h |
Hi Bo,
On 11/06/2013 06:29 AM, Bo Shen wrote:
> As the DBGU and PIT has its own ID on sama5d3 SoC, while not share
> with SYS ID. So, correct them.
>
> Signed-off-by: Bo Shen
>
> ---
no complaints
Best regards
Andreas Bießmann
___
U-Boot mailing l
Old s5p gpio coding method returns bad bank address in few cases.
Now it is working properly with every gpio part bank and pin
and it is easy to extend.
Gpio coding mask:
0x00ff - pin number
0x0000 - bank offset
0xff00 - part number
Tested on: Goni, Universal, Trats, Trats2.
Signed-o
Hi Bo,
On 11/06/2013 06:29 AM, Bo Shen wrote:
> The offset of MULA field in PLLA register in sama5d3 is 18,
> and the length only 7 bits.
>
> Signed-off-by: Bo Shen
>
> ---
no complaints
Best regards
Andreas Bießmann
___
U-Boot mailing list
U-Boot
Hi Bo,
On 11/06/2013 06:29 AM, Bo Shen wrote:
> Enable the PIO peripherals early than other peripherals.
>
> Signed-off-by: Bo Shen
>
> ---
> Changes in v3:
> - Correct the clock enable code, the ID can not OR
>
> Changes in v2:
> - None
>
> board/atmel/sama5d3xek/sama5d3xek.c |6 +++
Create a common board.c file for all functions which are common across
all EXYNOS5 platforms.
exynos_init function is provided for platform specific code.
Signed-off-by: Rajeshwari S Shinde
---
Changes in V2:
- None
Changes in V3:
- None
Changes in V4:
- Added check for t
This patch adds basic board support for SMDK5420 board.
These patches are tested for booting fine on EVT1 SMDK5420.
Changes in V2:
- Corrected a compilation issue for SMDK5420.
Changes in V3:
- Add patch to support variable size SPL support
- Add patch to disable SMU for e
Adds base addresses of various IPs and controllers required for
Exynos5420.
Signed-off-by: Rajeshwari S Shinde
Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
---
Changes in V2:
- None
Changes in V3:
- None
Changes in V4:
- Added base address for TZPC.
Changes in V5
Adding initial config for SMDK5420 to build and boot U-Boot
over Exynos based SMDK5420.
Signed-off-by: Rajeshwari S Shinde
Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
---
Changes in V2:
- None
Changes in V3:
- None
Changes in V4:
- Created a common exynos5-dt.h
Adds code in pinmux and gpio framework to support Exynos5420.
Signed-off-by: Naveen Krishna Chatradhi
Signed-off-by: Akshay Saraswat
Signed-off-by: Rajeshwari S Shinde
Acked-by: Simon Glass
---
Changes in V2:
- None
Changes in V3:
- None
Changes in V4:
- Added correct c
This patch intends to add DDR3 initialization code for Exynos5420.
Signed-off-by: Rajeshwari S Shinde
Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
---
Changes in V2:
- Corrected a compilation issue for SMDK5250.
Changes in V3:
- None
Changes in V4:
- None
Changes
When variable size SPL is used, the BL1 expects the SPL to be
encapsulated differently: instead of putting the checksum at a fixed
offset in the SPL blob, prepend the blob with a header including the
size and the checksum.
The enhancements include
- adding a command line option, '--vs' to
This patch adds dts support for SMDK5420.
exynos5.dtsi created is a common file which has the nodes common
to both 5420 and 5250.
Signed-off-by: Akshay Saraswat
Signed-off-by: Rajeshwari S Shinde
Acked-by: Simon Glass
---
Changes in V2:
- None
Changes in V3:
- None
Changes in V4
Adding the base patch for Exynos based SMDK5420.
This shall enable compilation and basic boot support for
SMDK5420.
Signed-off-by: Rajeshwari S Shinde
Signed-off-by: Akshay Saraswat
Acked-by: Simon Glass
---
Changes in V2:
- None
Changes in V3:
- None
Changes in V4:
- Re
Hi Bo,
On 11/06/2013 06:29 AM, Bo Shen wrote:
> Correct the error define of DIV.
>
> Signed-off-by: Bo Shen
>
> ---
> Changes in v3:
> - None
>
> Changes in v2:
> - None
>
> arch/arm/include/asm/arch-at91/at91_pmc.h |4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff
Hi Bo,
On 11/06/2013 06:29 AM, Bo Shen wrote:
> The MPDDRC supports different type of SDRAM
> This patch add ddr2 initialization function
>
> Signed-off-by: Bo Shen
>
> ---
> Changes in v3:
> - Move to at91 common folder
>
> Changes in v2:
> - None
>
> arch/arm/cpu/at91-common/Makefile
Hi Bo,
On 11/06/2013 06:29 AM, Bo Shen wrote:
> Enable Atmel sama5d3xek boart spl boot support, which can load u-boot
> from SD card with FAT file system.
>
> Signed-off-by: Bo Shen
>
> ---
> Changes in v3:
> - Move plla and mck configure to spl.c file
>
> Changes in v2:
> - Move spl relat
On Wed, Nov 13, 2013 at 3:48 AM, Lokesh Vutla wrote:
[...]
> I checked with hardware folks. There is no register or some way to tell
> if VTT is present. It is not added in EEPROM also and I have no answer why it
> is not added in EEPROM..:(
> It is specific to boards using DDR3. So its good to ha
This patch series adapts the s3c24x0 driver to the new i2c framework.
Config file is modified for all the boards that use the driver.
Boards VCMA9, arndale and exynos5250 are compile tested only.
Boards Trats and Trats2 were hardware tested.
All boards compile clean.
Piotr Wilczek (6):
driver:i2
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Inderpal Singh
---
include/configs/arndale.h |9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/include/configs/arndale.h b/include/configs/arndale.h
index 45fa047..ea8753b 100644
--- a/include/configs/ar
The s3c24x0 i2c driver is adapted to new i2c framework.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
Cc: Minkyu Kang
Cc: Heiko Schocher
---
drivers/i2c/Makefile |2 +-
drivers/i2c/s3c24x0_i2c.c | 157 +
2 files changed, 101 in
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Chander Kashyap
---
board/samsung/smdk5250/exynos5-dt.c |2 --
include/configs/exynos5250-dt.h |8
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/board/samsung/smdk5250/exynos5-dt.c
b/board/samsu
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Lukasz Majewski
---
board/samsung/trats/trats.c | 21 -
include/configs/trats.h | 25 -
2 files changed, 20 insertions(+), 26 deletions(-)
diff --git a/board/samsung/trats/trats.c
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
---
board/samsung/trats2/trats2.c | 35 +--
include/configs/trats2.h | 29 -
2 files changed, 41 insertions(+), 23 deletions(-)
diff --git a/board/samsung/trats2/trats2
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: David Müller
---
include/configs/VCMA9.h |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h
index 79a6079..57b620d 100644
--- a/include/configs/VCMA9.h
+++
On Tue, 2013-11-12 at 16:17 +0100, Michal Simek wrote:
> On 11/12/2013 03:46 PM, Chin Liang See wrote:
> > Hi all,
> >
> > On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote:
> >> On 11/12/2013 10:56 AM, Detlev Zundel wrote:
> >>> Hi Michal,
> >>>
> On 11/11/2013 09:33 PM, Tom Rini wrote:
On 12 November 2013 22:22, Albert ARIBAUD wrote:
> Hi Christoffer,
>
> On Tue, 12 Nov 2013 14:34:00 -0800, Christoffer Dall
> wrote:
>
>> On 12 November 2013 13:29, Albert ARIBAUD wrote:
>> > Hi Christoffer,
>> >
>> > On Tue, 12 Nov 2013 09:09:23 -0800, Christoffer Dall
>> > wrote:
>> >
>> >> I
On 11/13/2013 03:39 PM, Chin Liang See wrote:
> On Tue, 2013-11-12 at 16:17 +0100, Michal Simek wrote:
>> On 11/12/2013 03:46 PM, Chin Liang See wrote:
>>> Hi all,
>>>
>>> On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote:
On 11/12/2013 10:56 AM, Detlev Zundel wrote:
> Hi Michal,
>
Hi Vaibhav,
On 11/13/2013 7:38 PM, Vaibhav Bedia wrote:
> On Wed, Nov 13, 2013 at 3:48 AM, Lokesh Vutla wrote:
> [...]
>> I checked with hardware folks. There is no register or some way to tell
>> if VTT is present. It is not added in EEPROM also and I have no answer why it
>> is not added in EEP
Create the i2c adapter object for the fifth bus on SoC with more than
4 buses. This allow using all the bus available on T30.
Signed-off-by: Alban Bedel
---
drivers/i2c/tegra_i2c.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/drivers/i2c/tegra_i2c.c b/drivers/i2c/tegra_i2c.c
index 98
Add the Tegra30 SKU b1 and treat it like other Tegra30 chips.
Signed-off-by: Alban Bedel
Reviewed-by: Julian Scheel
---
V4: Renamed SKU_ID_TM30MQS_A3 to SKU_ID_TM30MQS_P_A3, according to
Thierry Reding this ID should be better suited as there is another
TM30MQS variant with another SKU.
Add support for the new Tamonten™ NG platform from Avionic Design.
Currently only I2C, MMC, USB and ethernet have been tested.
Signed-off-by: Alban Bedel
---
V3: * Removed the retries from pmu_write()
* Removed the not strictly needed power init
V4: * Removed the unused PMU defines
* Remo
Hi everyone,
I hope everything requiered is there this time:
* The SKU ID has been changed to SKU_ID_T30MQS_P_A3 as suggested by
Thierry
* A new patch has been added to enable the 5th i2c bus on T30, this is
now needed because:
* The i2c buses have been re-numbered to match the numbering used
On 11/13/2013 02:28 AM, Andreas Müller wrote:
> On Fri, Jun 21, 2013 at 6:20 PM, Stephen Warren wrote:
>> On 06/21/2013 05:05 AM, Jim Lin wrote:
>>> Add DT node for USB EHCI function.
>>> Add support for T30-Cardhu, T30-Beaver, T114-Dalmore boards.
>>
>>> Changes in v5:
>>> - Move changes on fdtd
Thanks Stefano,
On 11/13/2013 02:36 AM, Stefano Babic wrote:
Hi Eric,
On 05/11/2013 01:00, Eric Nelson wrote:
This patch set consolidates mux and pad declarations for the i.MX6
Dual/Quad and Dual-Lite/Solo processor variants.
Patch 1 replaces the mux/pad names with their equivalents from
Hi Eric,
On Wed, Nov 13, 2013 at 3:23 PM, Eric Nelson
wrote:
>> Applied (whole patchset) to u-boot-imx, thanks !
>>
>
> Oops.
>
> I was kinda hoping to get a head-not from Fabio on the
> macro-fication of mx6[q|dl]_pins.h.
>
> If we can get that, we can drop patch 5 of this patch set,
> since th
Adding Scan Manager driver and handoff files. Scan Manager driver
will be called to configure the IO buffer setting.
Signed-off-by: Chin Liang See
Cc: Dinh Nguyen
Cc: Wolfgang Denk
CC: Pavel Machek
Cc: Tom Rini
Cc: Albert Aribaud
Chin Liang See (2):
socfpga: Adding Scan Manager driver
s
Scan Manager driver will be called to configure the IOCSR
scan chain. This configuration will setup the IO buffer settings
Signed-off-by: Chin Liang See
Cc: Dinh Nguyen
Cc: Wolfgang Denk
CC: Pavel Machek
Cc: Tom Rini
Cc: Albert Aribaud
---
arch/arm/cpu/armv7/socfpga/Makefile
The IOCSR handoff files will be consumed by Scan Manager driver.
Signed-off-by: Chin Liang See
Cc: Dinh Nguyen
Cc: Wolfgang Denk
CC: Pavel Machek
Cc: Tom Rini
Cc: Albert Aribaud
---
board/altera/socfpga/iocsr_config.c | 653 +++
board/altera/socfpga/iocsr_co
On 11/13/2013 09:27 AM, Alban Bedel wrote:
> Add support for the new Tamonten™ NG platform from Avionic Design.
> Currently only I2C, MMC, USB and ethernet have been tested.
>
> Signed-off-by: Alban Bedel
> ---
> V3: * Removed the retries from pmu_write()
> * Removed the not strictly needed p
Adding Freeze Controller driver. All HPS IOs need to be
in freeze state during pin mux or IO buffer configuration.
It is to avoid any glitch which might happen
during the configuration from propagating to external devices.
Signed-off-by: Chin Liang See
Cc: Wolfgang Denk
CC: Pavel Machek
Cc: Din
Hi Sekhar :)
On Wed, Nov 13, 2013 at 11:08 AM, Sekhar Nori wrote:
> Hi Vaibhav,
>
> On 11/13/2013 7:38 PM, Vaibhav Bedia wrote:
>> On Wed, Nov 13, 2013 at 3:48 AM, Lokesh Vutla wrote:
>> [...]
>>> I checked with hardware folks. There is no register or some way to tell
>>> if VTT is present. It i
Hi Fabio,
On 11/13/2013 10:30 AM, Fabio Estevam wrote:
Hi Eric,
On Wed, Nov 13, 2013 at 3:23 PM, Eric Nelson
wrote:
Applied (whole patchset) to u-boot-imx, thanks !
Oops.
I was kinda hoping to get a head-not from Fabio on the
macro-fication of mx6[q|dl]_pins.h.
If we can get that, we ca
Hi,
>
> >>>
> >>> Currently, the SOCFPGA SPL is customized through a set of handoff files
> >>> which located at board folders. These handoff files are generated by
> >>> tools based on board and user design in FPGA. With that, not much
> >>> decision being made during run time based on the b
Hi Eric,
On Wed, Nov 13, 2013 at 3:56 PM, Eric Nelson
wrote:
> In the RFC e-mail change regarding README.imx6-something,
> I proposed that we replace the pad declaration form
> currently in use:
>
> enum {
> MX6_PAD_SD3_DAT2__USDHC3_DAT2 = IOMUX_PAD(...)
> };
>
> with macros of this form
Hi Stefano,
On Sat, Nov 2, 2013 at 4:41 PM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Solid Run designed the Carrier1 board based on mx6q/dl/solo.
>
> Add the initial support for the mx6 solo variant.
>
> More information about this hardware can be found at:
> http://cubox-i.com/
>
> Signed
Hi Fabio,
On 11/13/2013 01:07 PM, Fabio Estevam wrote:
Hi Eric,
On Wed, Nov 13, 2013 at 3:56 PM, Eric Nelson
wrote:
In the RFC e-mail change regarding README.imx6-something,
I proposed that we replace the pad declaration form
currently in use:
enum {
MX6_PAD_SD3_DAT2__USDHC3_DAT2 =
Tom,
The following changes since commit 63c4f17b2f8017d22241522a48c765073b8791b0:
cm_t35: use scf0403 driver (2013-11-12 10:12:07 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 51abee64eee0186634858d1e6f91a65969c901
Dear Andreas Devel,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>Acked-by: Jens Scharsig (BuS Elektronik)
>Acked-by: Anatolij Gustschin
>
>---
>drivers/video/bus_vcxk.c | 15 ---
> 1 file changed, 15 deletions(-)
applied to u-boot-atmel/master, thanks!
Best regards,
A
Dear Andreas Devel,
Andreas Devel writes:
>Since the required API is gpio which is enclosed with CONFIG_ATMEL_LEGACY use
>that switch here.
>
>Signed-off-by: Andreas Bießmann
>Acked-by: Heiko Schocher
>
>---
>drivers/i2c/soft_i2c.c |2 +-
> include/i2c.h |2 +-
> 2 files changed,
Dear Andreas Devel,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>Acked-by: Bo Shen
>
>---
>include/configs/at91sam9m10g45ek.h |1 -
> 1 file changed, 1 deletion(-)
applied to u-boot-atmel/master, thanks!
Best regards,
Andreas Bießmann
Dear Andreas Devel,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>
>---
>include/configs/snapper9260.h |1 -
> 1 file changed, 1 deletion(-)
applied to u-boot-atmel/master, thanks!
Best regards,
Andreas Bießmann
___
U-Boot mailing list
U
Dear Andreas Devel,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>
>---
>arch/arm/include/asm/arch-at91/at91_pio.h | 33
> arch/arm/include/asm/arch-at91/at91_pit.h | 16 --
> arch/arm/include/asm/arch-at91/at91_pmc.h | 51 ++
> arch/arm/
Dear Josh Wu,
Josh Wu writes:
>The SAMA5D36 chip is the superset product of SAMA5D3x family.
>
>For detail information please refer to:
> http://www.atmel.com/Microsite/sama5d3/default.aspx
>
>Signed-off-by: Josh Wu
>Acked-by: Bo Shen
>
>---
>arch/arm/cpu/armv7/at91/sama5d3_devices.c |4 ++
Dear Andreas Devel,
Andreas Devel writes:
>Signed-off-by: Andreas Bießmann
>
>---
>drivers/net/at91_emac.c |9 -
> 1 file changed, 9 deletions(-)
applied to u-boot-atmel/master, thanks!
Best regards,
Andreas Bießmann
___
U-Boot mailing lis
Dear Albert Aribaud,
please pull the following changes into u-boot-arm/master.
The following changes since commit 56eb3da43fab5990a4b7bc118b76c7cae2ceb140:
arm, am335x: update for the siemens boards (2013-11-12 09:53:59 -0500)
are available in the git repository at:
git://git.denx.de/u-boo
ROM did not invalidate L1 cache when download by usb
Need invalidate L1 cache before enable cache
Signed-off-by: Huang yongcai
Signed-off-by: Frank Li
---
arch/arm/cpu/armv7/mx6/soc.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/a
ROM did not invalidate L1 cache when download by usb
Need invalidate L1 cache before enable cache
Signed-off-by: Huang yongcai
Signed-off-by: Frank Li
---
arch/arm/cpu/armv7/mx6/soc.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/a
On Tue, 2013-11-12 at 10:24 -0800, Vadim Bendebury wrote:
> On Tue, Nov 12, 2013 at 10:07 AM, Otavio Salvador
> wrote:
> > On Tue, Nov 12, 2013 at 3:30 PM, Albert ARIBAUD
> > wrote:
> >> Hi Otavio,
> >>
> >> On Tue, 12 Nov 2013 15:16:15 -0200, Otavio Salvador
> >> wrote:
> >>
> >>> Hello Albert,
On Oct 1, 2013, at 1:26 AM, Prabhakar Kushwaha wrote:
> Use a default RCW of protocol 0x66.
> A PBI configure file which uses CPC as 256KB SRAM. It can be used by
> PBL tool on T1040 to build a pbl boot image.
>
> Signed-off-by: Prabhakar Kushwaha
> ---
> Based upon git://git.denx.de/u-boot-mp
On Oct 11, 2013, at 8:02 AM, Shengzhou Liu wrote:
> - Remove duplicate doc/README.p1010rdb
> - Rename README to README.P1010RDB-PA
> - Add new README.P1010RDB-PB
>
> P1010RDB-PB is a variation of previous P1010RDB-PA board.
>
> Signed-off-by: Shengzhou Liu
> ---
> v4: keep readme support for p
On Oct 18, 2013, at 12:00 AM, Priyanka Jain wrote:
> T1040 Soc has four personalities:
> -T1040 (4 cores with L2 switch)
> -T1042:Reduced personality of T1040 without L2 switch
> -T1020:Reduced personality of T1040 with less cores(2 cores)
> -T1022:Reduced personality of T1040 with 2 cores and wi
On Oct 18, 2013, at 4:49 AM, Priyanka Jain wrote:
> T1040RDB is Freescale Reference Design Board supporting
> the T1040 QorIQ Power Architecture™ processor.
>
> T1040RDB board Overview
> ---
> - Four e5500 cores, each with a private 256 KB L2 cache
> - 256 KB shared L3 CoreNe
On Oct 18, 2013, at 4:49 AM, Priyanka Jain wrote:
> T1042RDB_PI is Freescale Reference Design Board supporting the T1042
> QorIQ Power Architecture™ processor. T1042 is a reduced personality
> of T1040 SoC without Integrated 8-port Gigabit. The board is designed
> with low power features targeted
On Oct 19, 2013, at 7:03 AM, Ramneek Mehresh wrote:
> Define base addresse for both MPH(USB1) and DR(USB2) controllers
> for MPC834x socs
>
> Signed-off-by: Ramneek Mehresh
Applied to u-boot-mpc85xx/master.
York
___
U-Boot mailing list
U-Boot@lis
On Oct 23, 2013, at 5:20 AM, Laurentiu Tudor wrote:
> The liodn for the T4240's PCIE controller is no longer set
> through a register in the guts register block but with one
> in the PCIE register block itself.
> Use the already existing SET_PCI_LIODN_BASE macro that puts
> the liodn in the corre
On Oct 23, 2013, at 5:20 AM, Laurentiu Tudor wrote:
> Update the code that builds the pci endpoint liodn
> offset list so that it doesn't overlap with other
> liodns and doesn't generate negative offsets like:
>
> fsl,liodn-offset-list = <0 0xffcd 0xffcf
> 0x
On Oct 23, 2013, at 5:20 AM, Laurentiu Tudor wrote:
> When indexing freqProcessor[] we use the first
> value in the cpu's "reg" property, which on
> new e6500 cores IDs the threads.
> But freqProcessor[] should be indexed with a
> core index so, when fixing "the clock-frequency"
> cpu node proper
Updates i.MX6DQ and i.MXDLS mux/pad declarations to be declared using
macros to allow their use in a binary supporting all four variants of
the pin-compatible processors.
This patch set was broken into two parts to allow validation using
"git show --word-diff".
The patches apply to u-boot-imx/mas
All arch/arm/cpu/${CPU}/config.mk had the same
PLATFORM_RELFLAGS definitions.
This commit merges them into arch/arm/config.mk.
Signed-off-by: Masahiro Yamada
---
arch/arm/config.mk | 4 +++-
arch/arm/cpu/arm1136/config.mk | 7 ---
arch/arm/cpu/arm1176/config.mk | 8
On Tue, Sep 10, 2013 at 12:55:06PM +0530, pekon gupta wrote:
> With increase in NAND flash densities occurence of bit-flips has increased.
> Thus stronger ECC schemes are required for detecting and correcting multiple
> simultaneous bit-flips in same NAND page. But stronger ECC schemes have large
>
Hello Michal.
> >> This should be fixed by this patch - at least for microblaze.
> >>
> >> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751
> >> Author: Rob Herring
> >> Date: Fri Nov 8 08:40:43 2013 -0600
> >>
> >> time: add weak annotation to timer_read_counter declaration
> >>
> >> A
On Tue, Sep 10, 2013 at 12:55:07PM +0530, pekon gupta wrote:
> With increase in NAND flash densities occurence of bit-flips has increased.
> Thus stronger ECC schemes are required for detecting and correcting multiple
> simultaneous bit-flips in same NAND page. But stronger ECC schemes have large
>
On Fri, Oct 18, 2013 at 05:46:30PM +0800, Wu, Josh wrote:
> For example, Micron MT29F64G08CBAAAWP has 8192 bytes page with 448 byte
> oob. It needs 24bit ecc per page.
> If 24bit error correction per 1024 bytes need extra 42 bytes in oob.
> That means we need eccpos array size is 336 byte.
>
> Sig
This makes the names match current Linux source, and resolves
a conflict between
http://patchwork.ozlabs.org/patch/280488/
and
http://patchwork.ozlabs.org/patch/284513/
The former was posted first and is closer to matching Linux, but unlike
Linux it does not add _LARGE to the names. The second ad
These can be used in bootcmd to produce DTB file names.
set_board_env() allows over-ride for use when a developing custom
DTB files. Both are declared __weak to allow complete override by
a board.
Signed-off-by: Eric Nelson
---
I'm feeling like I missed something here. Routines in imx-
On Fri, Oct 18, 2013 at 05:46:31PM +0800, Wu, Josh wrote:
> @@ -840,6 +841,13 @@ static int atmel_pmecc_nand_init_params(struct nand_chip
> *nand,
> nand->ecc.steps = 1;
> nand->ecc.bytes = host->pmecc_bytes_per_sector *
> host->pmec
These can be used in bootcmd to produce DTB file names.
set_board_env() allows over-ride for use when a developing custom
DTB files.
Signed-off-by: Eric Nelson
---
V2 adds void to the function declarations and definitions and adds
a blank to keep checkpatch clean.
I'm feeling like I missed some
On Mon, Aug 26, 2013 at 02:10:56PM +0200, Phil Sutter wrote:
> From: Nico Erfurth
>
> The basic idea is taken from the linux-kernel, but further optimized.
>
> First align the buffer to 8 bytes, then use ldrd/strd to read and store
> in 8 byte quantities, then do the final bytes.
>
> Tested usi
On Tue, Sep 10, 2013 at 06:57:05PM +0530, pekon gupta wrote:
> From: Matthieu CASTET
>
> This patch is slightly modified from following linux patch
> http://lists.infradead.org/pipermail/linux-mtd/2012-November/044803.html
Which is now commit 64b37b2a63eb2f80b65c7185f0013f8ffc637ae3
> So retain
Dear Rajeshwari,
On 13 November 2013 20:17, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
> Thank you for comments,
>
> On Wed, Nov 13, 2013 at 8:15 AM, Minkyu Kang wrote:
> > Dear Rajeshwari S Shinde,
> >
> >
> > On 29 October 2013 16:23, Rajeshwari S Shinde >wrote:
> >
> >> This patch adds cod
It looks like tools/imls/Makefile is invoked from nowhere.
And also it is broken.
Signed-off-by: Masahiro Yamada
---
I tried to build tools/imls/Makefile somehow.
But compile failed with the following error message:
tools/imls/imls.c:17:22: fatal error: asm/page.h: No such file or
director
tools/updater needs board/MAI/AmigaOneG3SE board
for compiling.
But AmigaOneG3SE board was already deleted
by Commit 953b7e6.
Signed-off-by: Masahiro Yamada
---
In order to compile tools/updater, we need
AmigaOneG3SE board.
See tools/updater/Makefile
$(obj)memio.S:
rm -f $(obj)mem
Dear Rajeshwari,
On 13 November 2013 13:26, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
> Thank you for comments.
>
> On Wed, Nov 13, 2013 at 8:47 AM, Minkyu Kang wrote:
> > Dear Rajeshwari S Shinde,
> >
> >
> > On 29 October 2013 16:23, Rajeshwari S Shinde >wrote:
> >
> >> This patch adds sup
On Fri, Sep 21, 2012 at 07:47:46PM +0100, José Miguel Gonçalves wrote:
> NAND Flash driver with HW ECC for the S3C24XX SoCs.
> Currently it only supports SLC NAND chips.
>
> Signed-off-by: José Miguel Gonçalves
>
> ---
> Changes for v2:
>- Coding style cleanup
>- Use of clrsetbits_le32()
On 13 November 2013 15:04, Rajeshwari Birje wrote:
> Hi Minkyu Kang,
>
> Thank you for comments.
>
> On Wed, Nov 13, 2013 at 8:31 AM, Minkyu Kang wrote:
> > Dear Rajeshwari S Shinde,
> >
> >
> > On 29 October 2013 16:23, Rajeshwari S Shinde >wrote:
> >
> >> Adds code in pinmux and gpio framework
1 - 100 of 111 matches
Mail list logo