* [U-Boot] [PULL] : Please pull u-boot-imx
@ 2013-08-12 13:47 Stefano Babic
2013-08-17 16:26 ` [U-Boot] [PULL] : Please pull u-boot-imx - applied to a temporary repo, see inside Albert ARIBAUD
0 siblings, 1 reply; 2+ messages in thread
From: Stefano Babic @ 2013-08-12 13:47 UTC (permalink / raw)
To: u-boot
Hi Albert,
please pull from u-boot-imx, thanks.
The following changes since commit fdce7b633a1de24456226b18527cc7900c34282a:
gpio: omap5-uevm: Configure the tca6424 gpio expander (2013-07-30
09:21:42 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetch changes up to 326ea986ac150acdc7656d57fca647db80b50158:
Merge git://git.denx.de/u-boot-arm (2013-07-31 11:30:38 +0200)
----------------------------------------------------------------
Dirk Behme (1):
mxc_gpio: Correct the GPIO handling in gpio_direction_output()
Eric Nelson (1):
mxc_ipuv3: fix memory alignment of framebuffer
Fabio Estevam (1):
mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x
Marek Vasut (1):
ARM: mxs: Consolidate configuration options
Otavio Salvador (1):
wandboard: Use splash image at screen center by default
Pardeep Kumar Singla (2):
mx6: Factor out common HDMI setup code
mx6qsabresd: Add splash screen support via HDMI
Robert Winkler (2):
imx: Add documentation for imx specific commands
imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors
Stefano Babic (1):
Merge git://git.denx.de/u-boot-arm
MAINTAINERS | 2 +-
README | 15 +
arch/arm/cpu/armv7/mx6/clock.c | 8 +
arch/arm/cpu/armv7/mx6/soc.c | 43 +
arch/arm/imx-common/cmd_hdmidet.c | 3 +-
arch/arm/include/asm/arch-mx6/clock.h | 2 +-
arch/arm/include/asm/arch-mx6/mxc_hdmi.h | 8 +
.../nitrogen6x/README.mx6qsabrelite} | 0
board/boundary/nitrogen6x/nitrogen6x.c | 46 +-
board/freescale/mx6qsabrelite/Makefile | 28 -
board/freescale/mx6qsabrelite/mx6qsabrelite.c | 832
--------------------
board/freescale/mx6sabresd/mx6sabresd.c | 64 +-
board/wandboard/wandboard.c | 44 +-
boards.cfg | 2 +-
drivers/gpio/mxc_gpio.c | 4 +-
drivers/video/mxc_ipuv3_fb.c | 5 +-
include/configs/apx4devkit.h | 120 +--
include/configs/m28evk.h | 192 +----
include/configs/mx23_olinuxino.h | 142 +---
include/configs/mx23evk.h | 115 +--
include/configs/mx28evk.h | 173 +---
include/configs/mx6qsabrelite.h | 284 -------
include/configs/mx6sabre_common.h | 3 +-
include/configs/mx6sabresd.h | 19 +
include/configs/mxs.h | 191 +++++
include/configs/nitrogen6x.h | 81 +-
include/configs/sc_sps_1.h | 139 +---
include/configs/wandboard.h | 2 +
28 files changed, 601 insertions(+), 1966 deletions(-)
rename board/{freescale/mx6qsabrelite/README =>
boundary/nitrogen6x/README.mx6qsabrelite} (100%)
delete mode 100644 board/freescale/mx6qsabrelite/Makefile
delete mode 100644 board/freescale/mx6qsabrelite/mx6qsabrelite.c
delete mode 100644 include/configs/mx6qsabrelite.h
create mode 100644 include/configs/mxs.h
--
=====================================================================
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] 2+ messages in thread
* [U-Boot] [PULL] : Please pull u-boot-imx - applied to a temporary repo, see inside
2013-08-12 13:47 [U-Boot] [PULL] : Please pull u-boot-imx Stefano Babic
@ 2013-08-17 16:26 ` Albert ARIBAUD
0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2013-08-17 16:26 UTC (permalink / raw)
To: u-boot
Hi Stefano,
On Mon, 12 Aug 2013 15:47:53 +0200, Stefano Babic <sbabic@denx.de>
wrote:
> Hi Albert,
>
> please pull from u-boot-imx, thanks.
>
> The following changes since commit fdce7b633a1de24456226b18527cc7900c34282a:
>
> gpio: omap5-uevm: Configure the tca6424 gpio expander (2013-07-30
> 09:21:42 -0400)
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-imx.git master
>
> for you to fetch changes up to 326ea986ac150acdc7656d57fca647db80b50158:
>
> Merge git://git.denx.de/u-boot-arm (2013-07-31 11:30:38 +0200)
>
> ----------------------------------------------------------------
>
> Dirk Behme (1):
> mxc_gpio: Correct the GPIO handling in gpio_direction_output()
>
> Eric Nelson (1):
> mxc_ipuv3: fix memory alignment of framebuffer
>
> Fabio Estevam (1):
> mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x
>
> Marek Vasut (1):
> ARM: mxs: Consolidate configuration options
>
> Otavio Salvador (1):
> wandboard: Use splash image at screen center by default
>
> Pardeep Kumar Singla (2):
> mx6: Factor out common HDMI setup code
> mx6qsabresd: Add splash screen support via HDMI
>
> Robert Winkler (2):
> imx: Add documentation for imx specific commands
> imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors
>
> Stefano Babic (1):
> Merge git://git.denx.de/u-boot-arm
>
> MAINTAINERS | 2 +-
> README | 15 +
> arch/arm/cpu/armv7/mx6/clock.c | 8 +
> arch/arm/cpu/armv7/mx6/soc.c | 43 +
> arch/arm/imx-common/cmd_hdmidet.c | 3 +-
> arch/arm/include/asm/arch-mx6/clock.h | 2 +-
> arch/arm/include/asm/arch-mx6/mxc_hdmi.h | 8 +
> .../nitrogen6x/README.mx6qsabrelite} | 0
> board/boundary/nitrogen6x/nitrogen6x.c | 46 +-
> board/freescale/mx6qsabrelite/Makefile | 28 -
> board/freescale/mx6qsabrelite/mx6qsabrelite.c | 832
> --------------------
> board/freescale/mx6sabresd/mx6sabresd.c | 64 +-
> board/wandboard/wandboard.c | 44 +-
> boards.cfg | 2 +-
> drivers/gpio/mxc_gpio.c | 4 +-
> drivers/video/mxc_ipuv3_fb.c | 5 +-
> include/configs/apx4devkit.h | 120 +--
> include/configs/m28evk.h | 192 +----
> include/configs/mx23_olinuxino.h | 142 +---
> include/configs/mx23evk.h | 115 +--
> include/configs/mx28evk.h | 173 +---
> include/configs/mx6qsabrelite.h | 284 -------
> include/configs/mx6sabre_common.h | 3 +-
> include/configs/mx6sabresd.h | 19 +
> include/configs/mxs.h | 191 +++++
> include/configs/nitrogen6x.h | 81 +-
> include/configs/sc_sps_1.h | 139 +---
> include/configs/wandboard.h | 2 +
> 28 files changed, 601 insertions(+), 1966 deletions(-)
> rename board/{freescale/mx6qsabrelite/README =>
> boundary/nitrogen6x/README.mx6qsabrelite} (100%)
> delete mode 100644 board/freescale/mx6qsabrelite/Makefile
> delete mode 100644 board/freescale/mx6qsabrelite/mx6qsabrelite.c
> delete mode 100644 include/configs/mx6qsabrelite.h
> create mode 100644 include/configs/mxs.h
>
>
Applied to u-boot-arm/master, thanks -- BUT at the moment I cannot push
to u-boot-arm at denx. While this gets solved, I have set up a temporary
repo at 88.191.163.10. People can fetch it with
git fetch git://88.191.163.10/u-boot-arm
You won't have write access of course.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-17 16:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12 13:47 [U-Boot] [PULL] : Please pull u-boot-imx Stefano Babic
2013-08-17 16:26 ` [U-Boot] [PULL] : Please pull u-boot-imx - applied to a temporary repo, see inside Albert ARIBAUD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox