All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-arm/master
@ 2012-04-16 14:52 Albert ARIBAUD
  2012-04-16 18:18 ` Marek Vasut
  2012-04-16 20:18 ` [U-Boot] [UPDATED] " Albert ARIBAUD
  0 siblings, 2 replies; 11+ messages in thread
From: Albert ARIBAUD @ 2012-04-16 14:52 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257:

   Merge branch 'marek.vasut at gmail.com' of 
git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200)

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Anatolij Gustschin (1):
       ARM1136: add cache flush and invalidate operations

Bernhard Walle (2):
       tricorder: Add UBIFS
       tricorder: Load kernel from ubifs

Eric Nelson (3):
       i.MX6: define CACHELINE_SIZE
       i.MX6: implement enable_caches()
       i.MX6: mx6qsabrelite: add cache commands if cache is enabled

Fabio Estevam (4):
       mx28: Split the README into a common part and a m28 specific part
       mx28evk: Add a README file
       mx6qsabrelite: Add boot switch setting information into the README
       mx6qsabrelite: Fix the serial console port

Igor Grinberg (1):
       cm-t35: fix Ethernet reset timing

Joel Fernandes (1):
       BeagleBoard: Remove userbutton command and use gpio command instead

Marek Vasut (4):
       i.MX28: Fix initial stack pointer position
       i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC
       DMA: Split the APBH DMA init into block and channel init
       M28: Pull out CONFIG_APBH_DMA so it's always enabled

Stefano Babic (7):
       ARM: 926ejs: use debug() for misaligned addresses
       mx35: flea3: fix when cache functions are linked
       mx35: mx35pdk: fix when cache functions are linked
       MX31: mx31pdk: drop enable_caches from board file
       ARM: add u-boot.imx as target for i.MX SOCs
       ARM1136: MX35: Make asm routines volatile in cache ops
       MX35: mx35pdk: wrong board revision

Tom Rini (2):
       OMAP: Move omap1510inn to Unmaintained / Orphaned
       hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT

Troy Kisky (1):
       MX53: DDR: Fix ZQHWCTRL field TZQ_CS

Vikram Narayanan (4):
       imx: Remove unneeded/repititive definitions from imx headers
       imx: Add GPIO_TO_PORT macro in the mxc_gpio driver
       imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)
       imx: Return gpio_set_value in gpio_direction_output

  MAINTAINERS                                |    7 +-
  arch/arm/cpu/arm1136/cpu.c                 |  103 ++++++++++++-
  arch/arm/cpu/arm926ejs/cache.c             |    2 +-
  arch/arm/cpu/arm926ejs/mx28/mx28.c         |    6 +
  arch/arm/cpu/armv7/config.mk               |    3 +
  arch/arm/cpu/armv7/mx6/soc.c               |    8 +
  arch/arm/include/asm/arch-mx28/dma.h       |    4 +-
  arch/arm/include/asm/arch-mx35/mx35_pins.h |    2 -
  arch/arm/include/asm/arch-mx5/mx5x_pins.h  |    2 -
  arch/arm/include/asm/arch-mx6/imx-regs.h   |    4 +-
  board/cm_t35/cm_t35.c                      |   11 +-
  board/freescale/mx31pdk/mx31pdk.c          |    8 -
  board/freescale/mx35pdk/mx35pdk.c          |   11 --
  board/freescale/mx53ard/imximage_dd3.cfg   |    2 +-
  board/freescale/mx53evk/imximage.cfg       |    2 +-
  board/freescale/mx53loco/imximage.cfg      |    2 +-
  board/freescale/mx53smd/imximage.cfg       |    2 +-
  board/ti/beagle/beagle.c                   |   55 -------
  doc/README.m28                             |  219 
+--------------------------
  doc/README.mx28_common                     |  226 
++++++++++++++++++++++++++++
  doc/README.mx28evk                         |   29 ++++
  doc/README.mx6qsabrelite                   |    3 +-
  drivers/dma/apbh_dma.c                     |   38 ++---
  drivers/gpio/mxc_gpio.c                    |   12 +-
  drivers/mmc/mxsmmc.c                       |   53 +++++++-
  drivers/mtd/nand/mxs_nand.c                |   11 +-
  include/configs/flea3.h                    |    2 +
  include/configs/hawkboard.h                |    1 +
  include/configs/m28evk.h                   |    8 +-
  include/configs/mx28evk.h                  |    2 +-
  include/configs/mx35pdk.h                  |    3 +-
  include/configs/mx6qarm2.h                 |    2 +
  include/configs/mx6qsabrelite.h            |    8 +-
  include/configs/omap3_beagle.h             |   11 +-
  include/configs/tricorder.h                |   15 ++-
  35 files changed, 522 insertions(+), 355 deletions(-)
  create mode 100644 doc/README.mx28_common
  create mode 100644 doc/README.mx28evk

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Pull request: u-boot-arm/master
  2012-04-16 14:52 [U-Boot] Pull request: u-boot-arm/master Albert ARIBAUD
@ 2012-04-16 18:18 ` Marek Vasut
  2012-04-16 20:09   ` Albert ARIBAUD
  2012-04-16 20:15   ` Albert ARIBAUD
  2012-04-16 20:18 ` [U-Boot] [UPDATED] " Albert ARIBAUD
  1 sibling, 2 replies; 11+ messages in thread
From: Marek Vasut @ 2012-04-16 18:18 UTC (permalink / raw)
  To: u-boot

Dear Albert ARIBAUD,

> Hi Wolfgang,
> 
> The following changes since commit
> 3f0675d1a532dbf1fd906103e4b61a6fb842c257:

You're missing those two ARM926 cache patches I assigned to you in patchwork. 
Can you please check them and amend them to this pull rq ?

Thanks!

> 
>    Merge branch 'marek.vasut at gmail.com' of
> git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Anatolij Gustschin (1):
>        ARM1136: add cache flush and invalidate operations
> 
> Bernhard Walle (2):
>        tricorder: Add UBIFS
>        tricorder: Load kernel from ubifs
> 
> Eric Nelson (3):
>        i.MX6: define CACHELINE_SIZE
>        i.MX6: implement enable_caches()
>        i.MX6: mx6qsabrelite: add cache commands if cache is enabled
> 
> Fabio Estevam (4):
>        mx28: Split the README into a common part and a m28 specific part
>        mx28evk: Add a README file
>        mx6qsabrelite: Add boot switch setting information into the README
>        mx6qsabrelite: Fix the serial console port
> 
> Igor Grinberg (1):
>        cm-t35: fix Ethernet reset timing
> 
> Joel Fernandes (1):
>        BeagleBoard: Remove userbutton command and use gpio command instead
> 
> Marek Vasut (4):
>        i.MX28: Fix initial stack pointer position
>        i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC
>        DMA: Split the APBH DMA init into block and channel init
>        M28: Pull out CONFIG_APBH_DMA so it's always enabled
> 
> Stefano Babic (7):
>        ARM: 926ejs: use debug() for misaligned addresses
>        mx35: flea3: fix when cache functions are linked
>        mx35: mx35pdk: fix when cache functions are linked
>        MX31: mx31pdk: drop enable_caches from board file
>        ARM: add u-boot.imx as target for i.MX SOCs
>        ARM1136: MX35: Make asm routines volatile in cache ops
>        MX35: mx35pdk: wrong board revision
> 
> Tom Rini (2):
>        OMAP: Move omap1510inn to Unmaintained / Orphaned
>        hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT
> 
> Troy Kisky (1):
>        MX53: DDR: Fix ZQHWCTRL field TZQ_CS
> 
> Vikram Narayanan (4):
>        imx: Remove unneeded/repititive definitions from imx headers
>        imx: Add GPIO_TO_PORT macro in the mxc_gpio driver
>        imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >>
> 5) imx: Return gpio_set_value in gpio_direction_output
> 
>   MAINTAINERS                                |    7 +-
>   arch/arm/cpu/arm1136/cpu.c                 |  103 ++++++++++++-
>   arch/arm/cpu/arm926ejs/cache.c             |    2 +-
>   arch/arm/cpu/arm926ejs/mx28/mx28.c         |    6 +
>   arch/arm/cpu/armv7/config.mk               |    3 +
>   arch/arm/cpu/armv7/mx6/soc.c               |    8 +
>   arch/arm/include/asm/arch-mx28/dma.h       |    4 +-
>   arch/arm/include/asm/arch-mx35/mx35_pins.h |    2 -
>   arch/arm/include/asm/arch-mx5/mx5x_pins.h  |    2 -
>   arch/arm/include/asm/arch-mx6/imx-regs.h   |    4 +-
>   board/cm_t35/cm_t35.c                      |   11 +-
>   board/freescale/mx31pdk/mx31pdk.c          |    8 -
>   board/freescale/mx35pdk/mx35pdk.c          |   11 --
>   board/freescale/mx53ard/imximage_dd3.cfg   |    2 +-
>   board/freescale/mx53evk/imximage.cfg       |    2 +-
>   board/freescale/mx53loco/imximage.cfg      |    2 +-
>   board/freescale/mx53smd/imximage.cfg       |    2 +-
>   board/ti/beagle/beagle.c                   |   55 -------
>   doc/README.m28                             |  219
> +--------------------------
>   doc/README.mx28_common                     |  226
> ++++++++++++++++++++++++++++
>   doc/README.mx28evk                         |   29 ++++
>   doc/README.mx6qsabrelite                   |    3 +-
>   drivers/dma/apbh_dma.c                     |   38 ++---
>   drivers/gpio/mxc_gpio.c                    |   12 +-
>   drivers/mmc/mxsmmc.c                       |   53 +++++++-
>   drivers/mtd/nand/mxs_nand.c                |   11 +-
>   include/configs/flea3.h                    |    2 +
>   include/configs/hawkboard.h                |    1 +
>   include/configs/m28evk.h                   |    8 +-
>   include/configs/mx28evk.h                  |    2 +-
>   include/configs/mx35pdk.h                  |    3 +-
>   include/configs/mx6qarm2.h                 |    2 +
>   include/configs/mx6qsabrelite.h            |    8 +-
>   include/configs/omap3_beagle.h             |   11 +-
>   include/configs/tricorder.h                |   15 ++-
>   35 files changed, 522 insertions(+), 355 deletions(-)
>   create mode 100644 doc/README.mx28_common
>   create mode 100644 doc/README.mx28evk
> 
> Amicalement,

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Pull request: u-boot-arm/master
  2012-04-16 18:18 ` Marek Vasut
@ 2012-04-16 20:09   ` Albert ARIBAUD
  2012-04-16 20:15   ` Albert ARIBAUD
  1 sibling, 0 replies; 11+ messages in thread
From: Albert ARIBAUD @ 2012-04-16 20:09 UTC (permalink / raw)
  To: u-boot

Hi Marek,

Le 16/04/2012 20:18, Marek Vasut a ?crit :
> Dear Albert ARIBAUD,
>
>> Hi Wolfgang,
>>
>> The following changes since commit
>> 3f0675d1a532dbf1fd906103e4b61a6fb842c257:
>
> You're missing those two ARM926 cache patches I assigned to you in patchwork.
> Can you please check them and amend them to this pull rq ?
>
> Thanks!

All right. Wolfgang, hold on; I'll send out an amended request.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Pull request: u-boot-arm/master
  2012-04-16 18:18 ` Marek Vasut
  2012-04-16 20:09   ` Albert ARIBAUD
@ 2012-04-16 20:15   ` Albert ARIBAUD
  2012-04-17  5:33     ` Stefano Babic
  1 sibling, 1 reply; 11+ messages in thread
From: Albert ARIBAUD @ 2012-04-16 20:15 UTC (permalink / raw)
  To: u-boot

Le 16/04/2012 20:18, Marek Vasut a ?crit :
> Dear Albert ARIBAUD,
>
>> Hi Wolfgang,
>>
>> The following changes since commit
>> 3f0675d1a532dbf1fd906103e4b61a6fb842c257:
>
> You're missing those two ARM926 cache patches I assigned to you in patchwork.
> Can you please check them and amend them to this pull rq ?
>
> Thanks!

Cc:ing Stefano...

Stefano, didn't you want to submit a patch too? I haven't seen it in 
your pull req -- but I may have missed it.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] [UPDATED] Pull request: u-boot-arm/master
  2012-04-16 14:52 [U-Boot] Pull request: u-boot-arm/master Albert ARIBAUD
  2012-04-16 18:18 ` Marek Vasut
@ 2012-04-16 20:18 ` Albert ARIBAUD
  2012-04-16 21:10   ` Wolfgang Denk
  1 sibling, 1 reply; 11+ messages in thread
From: Albert ARIBAUD @ 2012-04-16 20:18 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257:

   Merge branch 'marek.vasut at gmail.com' of 
git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200)

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Anatolij Gustschin (1):
       ARM1136: add cache flush and invalidate operations

Bernhard Walle (2):
       tricorder: Add UBIFS
       tricorder: Load kernel from ubifs

Eric Nelson (3):
       i.MX6: define CACHELINE_SIZE
       i.MX6: implement enable_caches()
       i.MX6: mx6qsabrelite: add cache commands if cache is enabled

Fabio Estevam (4):
       mx28: Split the README into a common part and a m28 specific part
       mx28evk: Add a README file
       mx6qsabrelite: Add boot switch setting information into the README
       mx6qsabrelite: Fix the serial console port

Igor Grinberg (1):
       cm-t35: fix Ethernet reset timing

Joel Fernandes (1):
       BeagleBoard: Remove userbutton command and use gpio command instead

Marek Vasut (6):
       i.MX28: Fix initial stack pointer position
       i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC
       DMA: Split the APBH DMA init into block and channel init
       M28: Pull out CONFIG_APBH_DMA so it's always enabled
       ARM926EJS: Make asm routines volatile in cache ops
       ARM926EJS: Fix cache.c to comply with checkpatch.pl

Stefano Babic (7):
       ARM: 926ejs: use debug() for misaligned addresses
       mx35: flea3: fix when cache functions are linked
       mx35: mx35pdk: fix when cache functions are linked
       MX31: mx31pdk: drop enable_caches from board file
       ARM: add u-boot.imx as target for i.MX SOCs
       ARM1136: MX35: Make asm routines volatile in cache ops
       MX35: mx35pdk: wrong board revision

Tom Rini (2):
       OMAP: Move omap1510inn to Unmaintained / Orphaned
       hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT

Troy Kisky (1):
       MX53: DDR: Fix ZQHWCTRL field TZQ_CS

Vikram Narayanan (4):
       imx: Remove unneeded/repititive definitions from imx headers
       imx: Add GPIO_TO_PORT macro in the mxc_gpio driver
       imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)
       imx: Return gpio_set_value in gpio_direction_output

  MAINTAINERS                                |    7 +-
  arch/arm/cpu/arm1136/cpu.c                 |  103 ++++++++++++-
  arch/arm/cpu/arm926ejs/cache.c             |   19 +--
  arch/arm/cpu/arm926ejs/mx28/mx28.c         |    6 +
  arch/arm/cpu/armv7/config.mk               |    3 +
  arch/arm/cpu/armv7/mx6/soc.c               |    8 +
  arch/arm/include/asm/arch-mx28/dma.h       |    4 +-
  arch/arm/include/asm/arch-mx35/mx35_pins.h |    2 -
  arch/arm/include/asm/arch-mx5/mx5x_pins.h  |    2 -
  arch/arm/include/asm/arch-mx6/imx-regs.h   |    4 +-
  board/cm_t35/cm_t35.c                      |   11 +-
  board/freescale/mx31pdk/mx31pdk.c          |    8 -
  board/freescale/mx35pdk/mx35pdk.c          |   11 --
  board/freescale/mx53ard/imximage_dd3.cfg   |    2 +-
  board/freescale/mx53evk/imximage.cfg       |    2 +-
  board/freescale/mx53loco/imximage.cfg      |    2 +-
  board/freescale/mx53smd/imximage.cfg       |    2 +-
  board/ti/beagle/beagle.c                   |   55 -------
  doc/README.m28                             |  219 
+--------------------------
  doc/README.mx28_common                     |  226 
++++++++++++++++++++++++++++
  doc/README.mx28evk                         |   29 ++++
  doc/README.mx6qsabrelite                   |    3 +-
  drivers/dma/apbh_dma.c                     |   38 ++---
  drivers/gpio/mxc_gpio.c                    |   12 +-
  drivers/mmc/mxsmmc.c                       |   53 +++++++-
  drivers/mtd/nand/mxs_nand.c                |   11 +-
  include/configs/flea3.h                    |    2 +
  include/configs/hawkboard.h                |    1 +
  include/configs/m28evk.h                   |    8 +-
  include/configs/mx28evk.h                  |    2 +-
  include/configs/mx35pdk.h                  |    3 +-
  include/configs/mx6qarm2.h                 |    2 +
  include/configs/mx6qsabrelite.h            |    8 +-
  include/configs/omap3_beagle.h             |   11 +-
  include/configs/tricorder.h                |   15 ++-
  35 files changed, 530 insertions(+), 364 deletions(-)
  create mode 100644 doc/README.mx28_common
  create mode 100644 doc/README.mx28evk

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] [UPDATED] Pull request: u-boot-arm/master
  2012-04-16 20:18 ` [U-Boot] [UPDATED] " Albert ARIBAUD
@ 2012-04-16 21:10   ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2012-04-16 21:10 UTC (permalink / raw)
  To: u-boot

Dear Albert ARIBAUD,

In message <4F8C7E98.5040701@aribaud.net> you wrote:
> Hi Wolfgang,
> 
> The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257:
> 
>    Merge branch 'marek.vasut at gmail.com' of 
> git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Anatolij Gustschin (1):
>        ARM1136: add cache flush and invalidate operations
> 
> Bernhard Walle (2):
>        tricorder: Add UBIFS
>        tricorder: Load kernel from ubifs
> 
> Eric Nelson (3):
>        i.MX6: define CACHELINE_SIZE
>        i.MX6: implement enable_caches()
>        i.MX6: mx6qsabrelite: add cache commands if cache is enabled
> 
> Fabio Estevam (4):
>        mx28: Split the README into a common part and a m28 specific part
>        mx28evk: Add a README file
>        mx6qsabrelite: Add boot switch setting information into the README
>        mx6qsabrelite: Fix the serial console port
> 
> Igor Grinberg (1):
>        cm-t35: fix Ethernet reset timing
> 
> Joel Fernandes (1):
>        BeagleBoard: Remove userbutton command and use gpio command instead
> 
> Marek Vasut (6):
>        i.MX28: Fix initial stack pointer position
>        i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC
>        DMA: Split the APBH DMA init into block and channel init
>        M28: Pull out CONFIG_APBH_DMA so it's always enabled
>        ARM926EJS: Make asm routines volatile in cache ops
>        ARM926EJS: Fix cache.c to comply with checkpatch.pl
> 
> Stefano Babic (7):
>        ARM: 926ejs: use debug() for misaligned addresses
>        mx35: flea3: fix when cache functions are linked
>        mx35: mx35pdk: fix when cache functions are linked
>        MX31: mx31pdk: drop enable_caches from board file
>        ARM: add u-boot.imx as target for i.MX SOCs
>        ARM1136: MX35: Make asm routines volatile in cache ops
>        MX35: mx35pdk: wrong board revision
> 
> Tom Rini (2):
>        OMAP: Move omap1510inn to Unmaintained / Orphaned
>        hawkboard: Add CONFIG_SPL_LIBGENERIC_SUPPORT
> 
> Troy Kisky (1):
>        MX53: DDR: Fix ZQHWCTRL field TZQ_CS
> 
> Vikram Narayanan (4):
>        imx: Remove unneeded/repititive definitions from imx headers
>        imx: Add GPIO_TO_PORT macro in the mxc_gpio driver
>        imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)
>        imx: Return gpio_set_value in gpio_direction_output
> 
>   MAINTAINERS                                |    7 +-
>   arch/arm/cpu/arm1136/cpu.c                 |  103 ++++++++++++-
>   arch/arm/cpu/arm926ejs/cache.c             |   19 +--
>   arch/arm/cpu/arm926ejs/mx28/mx28.c         |    6 +
>   arch/arm/cpu/armv7/config.mk               |    3 +
>   arch/arm/cpu/armv7/mx6/soc.c               |    8 +
>   arch/arm/include/asm/arch-mx28/dma.h       |    4 +-
>   arch/arm/include/asm/arch-mx35/mx35_pins.h |    2 -
>   arch/arm/include/asm/arch-mx5/mx5x_pins.h  |    2 -
>   arch/arm/include/asm/arch-mx6/imx-regs.h   |    4 +-
>   board/cm_t35/cm_t35.c                      |   11 +-
>   board/freescale/mx31pdk/mx31pdk.c          |    8 -
>   board/freescale/mx35pdk/mx35pdk.c          |   11 --
>   board/freescale/mx53ard/imximage_dd3.cfg   |    2 +-
>   board/freescale/mx53evk/imximage.cfg       |    2 +-
>   board/freescale/mx53loco/imximage.cfg      |    2 +-
>   board/freescale/mx53smd/imximage.cfg       |    2 +-
>   board/ti/beagle/beagle.c                   |   55 -------
>   doc/README.m28                             |  219 
> +--------------------------
>   doc/README.mx28_common                     |  226 
> ++++++++++++++++++++++++++++
>   doc/README.mx28evk                         |   29 ++++
>   doc/README.mx6qsabrelite                   |    3 +-
>   drivers/dma/apbh_dma.c                     |   38 ++---
>   drivers/gpio/mxc_gpio.c                    |   12 +-
>   drivers/mmc/mxsmmc.c                       |   53 +++++++-
>   drivers/mtd/nand/mxs_nand.c                |   11 +-
>   include/configs/flea3.h                    |    2 +
>   include/configs/hawkboard.h                |    1 +
>   include/configs/m28evk.h                   |    8 +-
>   include/configs/mx28evk.h                  |    2 +-
>   include/configs/mx35pdk.h                  |    3 +-
>   include/configs/mx6qarm2.h                 |    2 +
>   include/configs/mx6qsabrelite.h            |    8 +-
>   include/configs/omap3_beagle.h             |   11 +-
>   include/configs/tricorder.h                |   15 ++-
>   35 files changed, 530 insertions(+), 364 deletions(-)
>   create mode 100644 doc/README.mx28_common
>   create mode 100644 doc/README.mx28evk

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Yes, it's a technical challenge, and  you  have  to  kind  of  admire
people  who go to the lengths of actually implementing it, but at the
same time you wonder about their IQ...
         --  Linus Torvalds in <5phda5$ml6$1@palladium.transmeta.com>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Pull request: u-boot-arm/master
  2012-04-16 20:15   ` Albert ARIBAUD
@ 2012-04-17  5:33     ` Stefano Babic
  0 siblings, 0 replies; 11+ messages in thread
From: Stefano Babic @ 2012-04-17  5:33 UTC (permalink / raw)
  To: u-boot

On 16/04/2012 22:15, Albert ARIBAUD wrote:
> Le 16/04/2012 20:18, Marek Vasut a ?crit :
>> Dear Albert ARIBAUD,
>>

Hi Albert,

>>> Hi Wolfgang,
>>>
>>> The following changes since commit
>>> 3f0675d1a532dbf1fd906103e4b61a6fb842c257:
>>
>> You're missing those two ARM926 cache patches I assigned to you in
>> patchwork.
>> Can you please check them and amend them to this pull rq ?
>>
>> Thanks!
> 
> Cc:ing Stefano...
> 
> Stefano, didn't you want to submit a patch too? I haven't seen it in
> your pull req -- but I may have missed it.

In the last pull request I merged the following patches regarding cache
on i.MX:

cc305ea2a60f44b i.MX6: arm2: Add AXI cache and Qos setting
f2a747617be0b4 ARM1136: MX35: Make asm routines volatile in cache ops
d363c599aa86d4 MX31: mx31pdk: drop enable_caches from board file
26adc4524fbcaa mx35: mx35pdk: fix when cache functions are linked
32c3fbf76f9807 mx35: flea3: fix when cache functions are linked
bff563e41904c0 ARM: 926ejs: use debug() for misaligned addresses
86504bb17d277 ARM1136: add cache flush and invalidate operations

I have still one patch as a fix I applied yesterday for a specific
board. It will be not bad if you can merge it for the release. I have
not other pending patches, if I have not missed anything ;-)

For this patch I'll send a pull request.

Thanks,
Stefano


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Updated:  Pull request: u-boot-arm/master
  2014-11-13 13:49 ` [U-Boot] Updated: " Albert ARIBAUD
@ 2014-11-13 15:34   ` Tom Rini
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Rini @ 2014-11-13 15:34 UTC (permalink / raw)
  To: u-boot

On Thu, Nov 13, 2014 at 02:49:10PM +0100, Albert ARIBAUD wrote:

> Hello Tom,
> 
> This PR replaces the one posted today at 08:54.
> 
> The following changes since commit 63f7af9a4cfb4a3b9136674c6612c6d13957c2cd:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2014-11-11 15:49:10 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to 18900401abf54182a56d8ff6dc38c7421402920b:
> 
>   ARM: remove unused CPU directory (2014-11-13 12:35:17 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141113/c2ebd582/attachment.pgp>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] Updated:  Pull request: u-boot-arm/master
  2014-11-13  7:54 [U-Boot] Pull " Albert ARIBAUD
@ 2014-11-13 13:49 ` Albert ARIBAUD
  2014-11-13 15:34   ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Albert ARIBAUD @ 2014-11-13 13:49 UTC (permalink / raw)
  To: u-boot

Hello Tom,

This PR replaces the one posted today at 08:54.

The following changes since commit 63f7af9a4cfb4a3b9136674c6612c6d13957c2cd:

  Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2014-11-11 15:49:10 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-arm master

for you to fetch changes up to 18900401abf54182a56d8ff6dc38c7421402920b:

  ARM: remove unused CPU directory (2014-11-13 12:35:17 +0100)

----------------------------------------------------------------
Masahiro Yamada (1):
      ARM: remove unused CPU directory

Thierry Reding (3):
      ARM: cache_v7: Various minor cleanups
      ARM: cache-cp15: Use more accurate types
      malloc: Output region when debugging

Valentin Longchamp (1):
      km_arm: convert the km_arm boards to the generic board support

 arch/arm/cpu/arm_intcm/Makefile  |  9 ---------
 arch/arm/cpu/arm_intcm/config.mk |  8 --------
 arch/arm/cpu/arm_intcm/cpu.c     | 36 ------------------------------------
 arch/arm/cpu/arm_intcm/start.S   | 79 -------------------------------------------------------------------------------
 arch/arm/cpu/armv7/cache_v7.c    | 14 +++++++-------
 arch/arm/include/asm/system.h    |  2 +-
 arch/arm/lib/cache-cp15.c        |  6 +++---
 common/dlmalloc.c                |  3 +++
 include/configs/km/km_arm.h      |  2 ++
 9 files changed, 16 insertions(+), 143 deletions(-)
 delete mode 100644 arch/arm/cpu/arm_intcm/Makefile
 delete mode 100644 arch/arm/cpu/arm_intcm/config.mk
 delete mode 100644 arch/arm/cpu/arm_intcm/cpu.c
 delete mode 100644 arch/arm/cpu/arm_intcm/start.S

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] UPDATED:  pull request: u-boot-arm/master
  2013-07-12 12:12 ` [U-Boot] UPDATED: " Albert ARIBAUD
@ 2013-07-12 21:24   ` Tom Rini
  0 siblings, 0 replies; 11+ messages in thread
From: Tom Rini @ 2013-07-12 21:24 UTC (permalink / raw)
  To: u-boot

On Fri, Jul 12, 2013 at 02:12:20PM +0200, Albert ARIBAUD wrote:

> Hello Tom,
> 
> Update to my previous PR, to include the last Tegra and IMX PRs:
> 
> The following changes since commit
> fbf87b1823dd5ebc2a384711ea2c677543019ece:
> 
>   arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to efc284e32503b240dbd35c6e8b8d098d702b4be7:
> 
>   Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-07-12
>   13:20:35 +0200)
> 
> ----------------------------------------------------------------
> 
> Ajay Kumar (1):
>       video: exynos_fb: Add the missing #else clause
> 
> Albert ARIBAUD (3):
>       Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
>       Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
>       Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
> 
> Amar (2):
>       EXYNOS5: I2C: Add FDT and non-FDT support for I2C
>       EXYNOS: Resolve the i2c compilation error
> 
> Axel Lin (3):
>       gpio: s3c2440_gpio: Fix wrong writel arguments
>       gpio: s5p_gpio: Call s5p_gpio_set_value() instead of open-code
>       ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on
> OMAP5
> 
> Bernie Thompson (1):
>       exynos: Adjust the starting MIF voltage to 1.05v
> 
> Dirk Behme (2):
>       spi: mxc_spi: Fix pre and post divider calculation
>       spi: mxc_spi: Update pre and post divider algorithm
> 
> Eric Nelson (1):
>       dwc_ahsata: Allow use with dcache enabled
> 
> Fabio Estevam (8):
>       README: mx28_common: Keep the text within 80 columns
>       README: mx28_common: Do not hardcode the SSP port
>       README: mx28_common: Fix structure of sentence
>       README: mxs: Introduce README.mxs
>       mx28evk: Move README file inside board directory
>       m28evk: Move README file inside board directory
>       MAINTAINERS: Add an entry to the mx6q wandboard variant
>       video: mxsfb: Break the line in videomode message
> 
> Ilya Ledvich (1):
>       am33xx: fix the ddr_cmdtctrl structure
> 
> Jim Lin (3):
>       ARM: Tegra: FDT: Add USB EHCI function for T30/T114
>       ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114
>       Tegra: Config: Enable Tegra30/Tegra114 USB function
> 
> Lokesh Vutla (1):
>       ARM: OMAP4+: Fix MA detection during SDRAM_AUTO_DETECTION
> 
> Marek Vasut (3):
>       m28evk: add trimffs to nand command
>       net: fec: Remove bogus flush_dcache_range() call
>       net: fec: Avoid MX28 bus sync issue
> 
> Michael Trimarchi (1):
>       usb: omap: ulpi: fix ulpi transceiver access
> 
> Mike Dunn (5):
>       pxa: add support for palmtreo680 board
>       pxa: palmtreo680 flash programming utility
>       pxa: turn icache off in cpu_init_crit()
>       pxa: use -mcpu=xscale compiler option
>       pxa: fix memory coherency problem after relocation
> 
> Minkyu Kang (1):
>       arm: exynos: fix clock calculation
> 
> Otavio Salvador (8):
>       vf610twr: Add default environment in line with other Freescale
> boards vf610twr: Remove SoC name from U-Boot prompt
>       mx53loco: Change default environment to cope with OE changes
>       mx6qsabrelite: Change default environment to cope with OE changes
>       mx6slevk: Change default environment to cope with OE changes
>       wandboard: Change default environment to cope with OE changes
>       mx51evk: Change default environment to cope with OE changes
>       mx53ard: Change default environment to cope with OE changes
> 
> Pierre Aubert (3):
>       imx6: fix GPR2 wrong definition
>       imx: Complete the pin definitions for the i.MX6DL / i.MX6Solo
>       imx: Add support for the SabreSD shipped with i.MX6DL
> 
> Rajeshwari Shinde (9):
>       EXYNOS5: FDT: Add compatible strings for Serial
>       EXYNOS5: FDT: Add serial device node values
>       S5P: Serial: Add fdt support to driver
>       CONFIG: EXYNOS5: Enable silent console
>       SMDK5250: Remove reduntant code
>       EXYNOS: Add API for power reset and exit wakeup
>       EXYNOS: LDS file move to common
>       EXYNOS4210: Configure GPIO for uart
>       EXYNOS: Move files from board/samsung to arch/arm
> 
> Robert Winkler (4):
>       imx: nitrogen6x: Enabled data cache
>       imx: nitrogen6x: Enable bootz
>       imx: nitrogen6x: Enable raw initrd
>       imx: nitrogen6x: Enable filesystem generic commands
> 
> Simon Glass (1):
>       exynos: Enable mmc for snow
> 
> Stephen Warren (2):
>       ARM: tegra: enable LCD panel on Harmony
>       ARM: tegra: enable LCD panel on Ventana
> 
> Tapani Utriainen (1):
>       Add support for Wandboard Quad
> 
> trem (2):
>       mx27: add function enable_caches
>       mx27: add i2c clock
> 
> ??ukasz Majewski (2):
>       arm:trats: Increase malloc pool size (for DFU ext4 transfers)
>       power:bat:trats: Break battery charging with ctrl+C

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130712/e1e1a6ae/attachment.pgp>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [U-Boot] UPDATED:  pull request: u-boot-arm/master
  2013-07-10 20:33 [U-Boot] pull " Albert ARIBAUD
@ 2013-07-12 12:12 ` Albert ARIBAUD
  2013-07-12 21:24   ` Tom Rini
  0 siblings, 1 reply; 11+ messages in thread
From: Albert ARIBAUD @ 2013-07-12 12:12 UTC (permalink / raw)
  To: u-boot

Hello Tom,

Update to my previous PR, to include the last Tegra and IMX PRs:

The following changes since commit
fbf87b1823dd5ebc2a384711ea2c677543019ece:

  arm: optimize relocate_code routine (2013-06-21 23:05:50 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-arm master

for you to fetch changes up to efc284e32503b240dbd35c6e8b8d098d702b4be7:

  Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-07-12
  13:20:35 +0200)

----------------------------------------------------------------

Ajay Kumar (1):
      video: exynos_fb: Add the missing #else clause

Albert ARIBAUD (3):
      Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
      Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
      Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'

Amar (2):
      EXYNOS5: I2C: Add FDT and non-FDT support for I2C
      EXYNOS: Resolve the i2c compilation error

Axel Lin (3):
      gpio: s3c2440_gpio: Fix wrong writel arguments
      gpio: s5p_gpio: Call s5p_gpio_set_value() instead of open-code
      ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on
OMAP5

Bernie Thompson (1):
      exynos: Adjust the starting MIF voltage to 1.05v

Dirk Behme (2):
      spi: mxc_spi: Fix pre and post divider calculation
      spi: mxc_spi: Update pre and post divider algorithm

Eric Nelson (1):
      dwc_ahsata: Allow use with dcache enabled

Fabio Estevam (8):
      README: mx28_common: Keep the text within 80 columns
      README: mx28_common: Do not hardcode the SSP port
      README: mx28_common: Fix structure of sentence
      README: mxs: Introduce README.mxs
      mx28evk: Move README file inside board directory
      m28evk: Move README file inside board directory
      MAINTAINERS: Add an entry to the mx6q wandboard variant
      video: mxsfb: Break the line in videomode message

Ilya Ledvich (1):
      am33xx: fix the ddr_cmdtctrl structure

Jim Lin (3):
      ARM: Tegra: FDT: Add USB EHCI function for T30/T114
      ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114
      Tegra: Config: Enable Tegra30/Tegra114 USB function

Lokesh Vutla (1):
      ARM: OMAP4+: Fix MA detection during SDRAM_AUTO_DETECTION

Marek Vasut (3):
      m28evk: add trimffs to nand command
      net: fec: Remove bogus flush_dcache_range() call
      net: fec: Avoid MX28 bus sync issue

Michael Trimarchi (1):
      usb: omap: ulpi: fix ulpi transceiver access

Mike Dunn (5):
      pxa: add support for palmtreo680 board
      pxa: palmtreo680 flash programming utility
      pxa: turn icache off in cpu_init_crit()
      pxa: use -mcpu=xscale compiler option
      pxa: fix memory coherency problem after relocation

Minkyu Kang (1):
      arm: exynos: fix clock calculation

Otavio Salvador (8):
      vf610twr: Add default environment in line with other Freescale
boards vf610twr: Remove SoC name from U-Boot prompt
      mx53loco: Change default environment to cope with OE changes
      mx6qsabrelite: Change default environment to cope with OE changes
      mx6slevk: Change default environment to cope with OE changes
      wandboard: Change default environment to cope with OE changes
      mx51evk: Change default environment to cope with OE changes
      mx53ard: Change default environment to cope with OE changes

Pierre Aubert (3):
      imx6: fix GPR2 wrong definition
      imx: Complete the pin definitions for the i.MX6DL / i.MX6Solo
      imx: Add support for the SabreSD shipped with i.MX6DL

Rajeshwari Shinde (9):
      EXYNOS5: FDT: Add compatible strings for Serial
      EXYNOS5: FDT: Add serial device node values
      S5P: Serial: Add fdt support to driver
      CONFIG: EXYNOS5: Enable silent console
      SMDK5250: Remove reduntant code
      EXYNOS: Add API for power reset and exit wakeup
      EXYNOS: LDS file move to common
      EXYNOS4210: Configure GPIO for uart
      EXYNOS: Move files from board/samsung to arch/arm

Robert Winkler (4):
      imx: nitrogen6x: Enabled data cache
      imx: nitrogen6x: Enable bootz
      imx: nitrogen6x: Enable raw initrd
      imx: nitrogen6x: Enable filesystem generic commands

Simon Glass (1):
      exynos: Enable mmc for snow

Stephen Warren (2):
      ARM: tegra: enable LCD panel on Harmony
      ARM: tegra: enable LCD panel on Ventana

Tapani Utriainen (1):
      Add support for Wandboard Quad

trem (2):
      mx27: add function enable_caches
      mx27: add i2c clock

?ukasz Majewski (2):
      arm:trats: Increase malloc pool size (for DFU ext4 transfers)
      power:bat:trats: Break battery charging with ctrl+C

 CREDITS                                            |    4 +
 MAINTAINERS                                        |    7 +-
 arch/arm/cpu/arm926ejs/mx27/generic.c              |   10 +
 arch/arm/cpu/armv7/exynos/Makefile                 |   17 +-
 arch/arm/cpu/armv7/exynos/clock.c                  |   43 +-
 .../arm/cpu/armv7/exynos}/clock_init.h             |    0
 arch/arm/cpu/armv7/exynos/clock_init_exynos4.c     |   95 ++
 .../arm/cpu/armv7/exynos/clock_init_exynos5.c      |   56 +-
 arch/arm/cpu/armv7/exynos/common_setup.h           |   45 +
 .../arm/cpu/armv7/exynos}/dmc_common.c             |    7 +-
 .../arm/cpu/armv7/exynos}/dmc_init_ddr3.c          |   27 +-
 arch/arm/cpu/armv7/exynos/dmc_init_exynos4.c       |  213 +++
 .../arm/cpu/armv7/exynos/exynos4_setup.h           |  397 +++--
 .../arm/cpu/armv7/exynos/exynos5_setup.h           |   28 +-
 arch/arm/cpu/armv7/exynos/lowlevel_init.c          |   73 +
 arch/arm/cpu/armv7/exynos/pinmux.c                 |   40 +
 arch/arm/cpu/armv7/exynos/power.c                  |   50 +
 .../arm/cpu/armv7/exynos}/spl_boot.c               |   84 +-
 arch/arm/cpu/armv7/omap-common/emif-common.c       |    3 +
 arch/arm/cpu/armv7/omap5/hw_data.c                 |    2 +
 arch/arm/cpu/armv7/omap5/hwinit.c                  |    4 +-
 arch/arm/cpu/pxa/config.mk                         |    2 +-
 arch/arm/cpu/pxa/start.S                           |    3 +-
 arch/arm/dts/exynos5250.dtsi                       |   27 +
 arch/arm/dts/tegra114.dtsi                         |   27 +
 arch/arm/dts/tegra30.dtsi                          |   27 +
 arch/arm/include/asm/arch-am33xx/ddr_defs.h        |    1 -
 arch/arm/include/asm/arch-am33xx/gpio.h            |    2 +
 arch/arm/include/asm/arch-exynos/cpu.h             |   13 +-
 arch/arm/include/asm/arch-exynos/power.h           |   12 +
 arch/arm/include/asm/arch-exynos/spl.h             |    1 +
 arch/arm/include/asm/arch-mx27/clock.h             |    1 +
 arch/arm/include/asm/arch-mx6/imx-regs.h           |    2 +-
 arch/arm/include/asm/arch-mx6/mx6dl_pins.h         | 1591
 +++++++++++++++++++-
 arch/arm/include/asm/arch-omap3/gpio.h             |    2 +
 arch/arm/include/asm/arch-omap4/gpio.h             |    2 +
 arch/arm/include/asm/arch-omap5/gpio.h             |    4 +
 arch/arm/include/asm/arch-tegra/clk_rst.h          |   10 +
 arch/arm/include/asm/arch-tegra/usb.h              |  182 +--
 arch/arm/include/asm/arch-tegra114/usb.h           |  156 ++
 arch/arm/include/asm/arch-tegra20/usb.h            |  155 ++
 arch/arm/include/asm/arch-tegra30/usb.h            |  168 +++
 arch/arm/lib/relocate.S                            |    9 +
 doc/README.m28 => board/denx/m28evk/README         |    4
 +- .../freescale/mx28evk/README                       |    3
 +- .../freescale/{mx6qsabresd => mx6sabresd}/Makefile |    2
 +- .../mx6qsabresd.c => mx6sabresd/mx6sabresd.c}      |    7 +-
 board/nvidia/common/board.c                        |    1 +
 board/nvidia/dts/tegra114-dalmore.dts              |    7 +
 board/nvidia/dts/tegra20-harmony.dts               |   32 +
 board/nvidia/dts/tegra20-ventana.dts               |   32 +
 board/nvidia/dts/tegra30-beaver.dts                |    6 +
 board/nvidia/dts/tegra30-cardhu.dts                |    6 +
 board/nvidia/harmony/harmony.c                     |    7 +
 board/palmtreo680/Makefile                         |   34 +
 board/palmtreo680/README                           |  581 +++++++
 board/palmtreo680/palmtreo680.c                    |  148
 ++ .../exynos-uboot-spl.lds}                          |    0
 board/samsung/dts/exynos5250-smdk5250.dts          |    2 +
 board/samsung/dts/exynos5250-snow.dts              |   26 +
 board/samsung/origen/Makefile                      |   11 +-
 board/samsung/origen/lowlevel_init.S               |  357 -----
 board/samsung/origen/mem_setup.S                   |  421 ------
 board/samsung/origen/mmc_boot.c                    |   58 -
 board/samsung/origen/origen.c                      |   46 +
 board/samsung/smdk5250/Makefile                    |   14 +-
 board/samsung/smdk5250/smdk5250.c                  |   12 +-
 board/samsung/smdkv310/Makefile                    |   10 +-
 board/samsung/smdkv310/lowlevel_init.S             |  414 -----
 board/samsung/smdkv310/mem_setup.S                 |  365 -----
 board/samsung/smdkv310/mmc_boot.c                  |   60 -
 board/samsung/smdkv310/smdkv310.c                  |   46 +
 board/wandboard/README                             |    5 +
 board/wandboard/wandboard.c                        |    2 +-
 boards.cfg                                         |    7 +-
 doc/README.mx28_common                             |   75 +-
 drivers/block/dwc_ahsata.c                         |   34 +-
 drivers/gpio/omap_gpio.c                           |    2 +-
 drivers/gpio/s3c2440_gpio.c                        |    6 +-
 drivers/gpio/s5p_gpio.c                            |    9 +-
 drivers/i2c/s3c24x0_i2c.c                          |    3 +-
 drivers/net/fec_mxc.c                              |   23 +-
 drivers/power/battery/bat_trats.c                  |   13 +-
 drivers/power/power_core.c                         |    3 +-
 drivers/serial/serial_s5p.c                        |   78 +
 drivers/spi/mxc_spi.c                              |   28 +-
 drivers/usb/host/ehci-tegra.c                      |  304 +++-
 drivers/usb/ulpi/omap-ulpi-viewport.c              |   42 +-
 drivers/video/exynos_fimd.c                        |    3 +-
 drivers/video/mxsfb.c                              |    2 +-
 include/configs/beaver.h                           |   14 +
 include/configs/cardhu.h                           |   14 +
 include/configs/dalmore.h                          |   14 +
 include/configs/exynos5250-dt.h                    |   12 +-
 include/configs/harmony.h                          |    9 +
 include/configs/m28evk.h                           |    1 +
 include/configs/mx51evk.h                          |    4 +-
 include/configs/mx53ard.h                          |    4 +-
 include/configs/mx53loco.h                         |    4 +-
 include/configs/mx6qsabreauto.h                    |    2 +-
 include/configs/mx6qsabrelite.h                    |    4
 +- .../{mx6qsabre_common.h => mx6sabre_common.h}      |    1 -
 include/configs/{mx6qsabresd.h => mx6sabresd.h}    |    2 +-
 include/configs/mx6slevk.h                         |    4 +-
 include/configs/nitrogen6x.h                       |    6 +-
 include/configs/origen.h                           |    9 +-
 include/configs/palmtreo680.h                      |  286 ++++
 include/configs/smdkv310.h                         |    8 +-
 include/configs/tegra114-common.h                  |    3 +
 include/configs/tegra30-common.h                   |    3 +
 include/configs/trats.h                            |    2 +-
 include/configs/ventana.h                          |    9 +
 include/configs/vf610twr.h                         |   93 +-
 include/configs/wandboard.h                        |    6 +-
 include/fdtdec.h                                   |    3 +
 include/power/max77686_pmic.h                      |    2 +
 lib/fdtdec.c                                       |    3 +
 tools/palmtreo680/flash_u-boot.c                   |  177 +++ 118
 files changed, 5293 insertions(+), 2359 deletions(-) rename
 {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/clock_init.h
 (100%) create mode 100644
 arch/arm/cpu/armv7/exynos/clock_init_exynos4.c rename
 board/samsung/smdk5250/clock_init.c =>
 arch/arm/cpu/armv7/exynos/clock_init_exynos5.c (94%) create mode
 100644 arch/arm/cpu/armv7/exynos/common_setup.h rename
 {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/dmc_common.c
 (97%) rename {board/samsung/smdk5250 =>
 arch/arm/cpu/armv7/exynos}/dmc_init_ddr3.c (92%) create mode 100644
 arch/arm/cpu/armv7/exynos/dmc_init_exynos4.c rename
 board/samsung/origen/origen_setup.h =>
 arch/arm/cpu/armv7/exynos/exynos4_setup.h (65%) rename
 board/samsung/smdk5250/setup.h =>
 arch/arm/cpu/armv7/exynos/exynos5_setup.h (96%) create mode 100644
 arch/arm/cpu/armv7/exynos/lowlevel_init.c rename
 {board/samsung/smdk5250 => arch/arm/cpu/armv7/exynos}/spl_boot.c (73%)
 create mode 100644 arch/arm/include/asm/arch-tegra114/usb.h create
 mode 100644 arch/arm/include/asm/arch-tegra20/usb.h create mode 100644
 arch/arm/include/asm/arch-tegra30/usb.h rename doc/README.m28 =>
 board/denx/m28evk/README (75%) rename doc/README.mx28evk =>
 board/freescale/mx28evk/README (93%) rename
 board/freescale/{mx6qsabresd => mx6sabresd}/Makefile (98%) rename
 board/freescale/{mx6qsabresd/mx6qsabresd.c => mx6sabresd/mx6sabresd.c}
 (98%) create mode 100644 board/palmtreo680/Makefile create mode 100644
 board/palmtreo680/README create mode 100644
 board/palmtreo680/palmtreo680.c rename
 board/samsung/{smdk5250/smdk5250-uboot-spl.lds =>
 common/exynos-uboot-spl.lds} (100%) delete mode 100644
 board/samsung/origen/lowlevel_init.S delete mode 100644
 board/samsung/origen/mem_setup.S delete mode 100644
 board/samsung/origen/mmc_boot.c delete mode 100644
 board/samsung/smdkv310/lowlevel_init.S delete mode 100644
 board/samsung/smdkv310/mem_setup.S delete mode 100644
 board/samsung/smdkv310/mmc_boot.c rename
 include/configs/{mx6qsabre_common.h => mx6sabre_common.h} (99%) rename
 include/configs/{mx6qsabresd.h => mx6sabresd.h} (97%) create mode
 100644 include/configs/palmtreo680.h create mode 100644
 tools/palmtreo680/flash_u-boot.c

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-11-13 15:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-16 14:52 [U-Boot] Pull request: u-boot-arm/master Albert ARIBAUD
2012-04-16 18:18 ` Marek Vasut
2012-04-16 20:09   ` Albert ARIBAUD
2012-04-16 20:15   ` Albert ARIBAUD
2012-04-17  5:33     ` Stefano Babic
2012-04-16 20:18 ` [U-Boot] [UPDATED] " Albert ARIBAUD
2012-04-16 21:10   ` Wolfgang Denk
2013-07-10 20:33 [U-Boot] pull " Albert ARIBAUD
2013-07-12 12:12 ` [U-Boot] UPDATED: " Albert ARIBAUD
2013-07-12 21:24   ` Tom Rini
2014-11-13  7:54 [U-Boot] Pull " Albert ARIBAUD
2014-11-13 13:49 ` [U-Boot] Updated: " Albert ARIBAUD
2014-11-13 15:34   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.