public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-arm/master
@ 2014-11-13  7:54 Albert ARIBAUD
  2014-11-13 13:49 ` [U-Boot] Updated: " Albert ARIBAUD
  0 siblings, 1 reply; 7+ messages in thread
From: Albert ARIBAUD @ 2014-11-13  7:54 UTC (permalink / raw)
  To: u-boot

Hello Tom,

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 8e59f8bb5b197e346e2d6afb0478cadb8cc5d0b9:

  km_arm: convert the km_arm boards to the generic board support (2014-11-12 10:20:40 +0100)

----------------------------------------------------------------
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/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 ++
 5 files changed, 16 insertions(+), 11 deletions(-)

Amicalement,
-- 
Albert.

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

Hello Tom,

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 630aacb0859c6e26b2b0311d8e245da5e5b8ac67:

  Merge branch 'u-boot-samsung/master' into
  'u-boot-arm/master' (2013-07-10 20:40:47 +0200)

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

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

Albert ARIBAUD (2):
      Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
      Merge branch 'u-boot-samsung/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

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

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 (2):
      vf610twr: Add default environment in line with other Freescale
boards vf610twr: Remove SoC name from U-Boot prompt

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

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/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/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/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/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/ulpi/omap-ulpi-viewport.c              |   42 +-
 drivers/video/exynos_fimd.c                        |    3 +-
 drivers/video/mxsfb.c                              |    2 +-
 include/configs/exynos5250-dt.h                    |   12 +-
 include/configs/mx6qsabreauto.h                    |    2
 +- .../{mx6qsabre_common.h => mx6sabre_common.h}      |    1 -
 include/configs/{mx6qsabresd.h => mx6sabresd.h}    |    2 +-
 include/configs/nitrogen6x.h                       |    6 +-
 include/configs/origen.h                           |    9 +-
 include/configs/palmtreo680.h                      |  286 ++++
 include/configs/smdkv310.h                         |    8 +-
 include/configs/trats.h                            |    2 +-
 include/configs/vf610twr.h                         |   93 +-
 include/configs/wandboard.h                        |    2 +
 include/fdtdec.h                                   |    1 +
 include/power/max77686_pmic.h                      |    2 +
 lib/fdtdec.c                                       |    1 +
 tools/palmtreo680/flash_u-boot.c                   |  177 +++ 89 files
 changed, 4243 insertions(+), 2171 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%)
 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] 7+ messages in thread
* [U-Boot] Pull request: u-boot-arm/master
@ 2012-04-16 14:52 Albert ARIBAUD
  2012-04-16 20:18 ` [U-Boot] [UPDATED] " Albert ARIBAUD
  0 siblings, 1 reply; 7+ 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13  7:54 [U-Boot] Pull request: u-boot-arm/master Albert ARIBAUD
2014-11-13 13:49 ` [U-Boot] Updated: " Albert ARIBAUD
2014-11-13 15:34   ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
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
2012-04-16 14:52 [U-Boot] Pull " Albert ARIBAUD
2012-04-16 20:18 ` [U-Boot] [UPDATED] " Albert ARIBAUD
2012-04-16 21:10   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox