public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/32] ARM: i.MX: nitrogen6x clean up
@ 2014-10-02 19:16 Eric Nelson
  2014-10-02 19:16 ` [U-Boot] [PATCH 01/32] nitrogen6x: implement board_cfb_skip() to disable text output Eric Nelson
                   ` (32 more replies)
  0 siblings, 33 replies; 71+ messages in thread
From: Eric Nelson @ 2014-10-02 19:16 UTC (permalink / raw)
  To: u-boot

This collection of patches comprises a set of updates that have
been lingering in our Github repository.

We're pushing them to main-line in preparation for the addition
of a couple of boards that have also been lingering for a while.

Patches 1-9 are tweaks to the mx6qsabrelite/nitrogen6x initialization
code.

Patches 10-18 add support for additional displays supported by
the board(s) and tweak the HDMI detection.

Patches 19-32 enable and configure various features through
changes to include/configs/nitrogen6x.h.

Diego Rondini (1):
  nitrogen6x: config: allow boot to USB stick

Eric Nelson (24):
  nitrogen6x: implement board_cfb_skip() to disable text output
  nitrogen6x: configure SD2 pads for SDIO on USDHC2
  nitrogen6x: power-down miscellanous peripherals
  nitrogen6x: staticize board file
  nitrogen6x: Allow U-Boot to be silent on UART2
  nitrogen6x: prevent warnings about board_ehci* callbacks
  nitrogen6x: display: add qvga panel
  nitrogen6x: display: add support for LG-9.7 LVDS display
  nitrogen6x: display: add LDB-WXGA-S for SPWG 1280x800 displays
  nitrogen6x: display: add support for fusion 7 display
  nitrogen6x: display: add svga display (800x600)
  nitrogen6x: display: add Ampire 1024x600 panel
  nitrogen6x: display: add wvga-lvds panel
  nitrogen6x: display use I2C detect for HDMI
  nitrogen6x: config: add USB Mass Storage (ums) support
  nitrogen6x: config: add initrd_high
  nitrogen6x: config: expose SATA, then MMC over USB
  nitrogen6x: config: enable USB keyboard support
  nitrogen6x: config: add CONFIG_CMD_MEMTEST
  nitrogen6x: config: enable "i2c edid"
  nitrogen6x: config: disable logo
  nitrogen6x: config: configure usb_ether
  nitrogen6x: config: add gpio command
  nitrogen6x: config: enable Android fastboot

Kevin Mihelich (2):
  nitrogen6x: config: use FS_GENERIC load command
  nitrogen6x: config: enable EXT4 filesystem

Robert Winkler (1):
  nitrogen6x: display: add support lvds jeida screen

Troy Kisky (4):
  nitrogen6x: simplify board_mmc_getcd
  nitrogen6x: configure SGTL5000, CSI camera clock outputs
  nitrogen6x: phy: add 100 us delay after phy reset
  nitrogen6x: config: allow more bootargs parameters

 board/boundary/nitrogen6x/nitrogen6x.c | 298 +++++++++++++++++++++++++++++----
 include/configs/nitrogen6x.h           |  98 +++++++++--
 2 files changed, 347 insertions(+), 49 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-10-07 15:08 UTC | newest]

Thread overview: 71+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 19:16 [U-Boot] [PATCH 00/32] ARM: i.MX: nitrogen6x clean up Eric Nelson
2014-10-02 19:16 ` [U-Boot] [PATCH 01/32] nitrogen6x: implement board_cfb_skip() to disable text output Eric Nelson
2014-10-06 15:58   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 02/32] nitrogen6x: simplify board_mmc_getcd Eric Nelson
2014-10-06 15:58   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 03/32] nitrogen6x: configure SD2 pads for SDIO on USDHC2 Eric Nelson
2014-10-06 16:01   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 04/32] nitrogen6x: power-down miscellanous peripherals Eric Nelson
2014-10-06 16:01   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 05/32] nitrogen6x: configure SGTL5000, CSI camera clock outputs Eric Nelson
2014-10-06 16:01   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 06/32] nitrogen6x: staticize board file Eric Nelson
2014-10-06 16:02   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 07/32] nitrogen6x: Allow U-Boot to be silent on UART2 Eric Nelson
2014-10-06 15:42   ` Stefano Babic
2014-10-06 15:51     ` Eric Nelson
2014-10-02 19:16 ` [U-Boot] [PATCH 08/32] nitrogen6x: phy: add 100 us delay after phy reset Eric Nelson
2014-10-06 16:02   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 09/32] nitrogen6x: prevent warnings about board_ehci* callbacks Eric Nelson
2014-10-06 16:03   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 10/32] nitrogen6x: display: add support lvds jeida screen Eric Nelson
2014-10-06 16:04   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 11/32] nitrogen6x: display: add qvga panel Eric Nelson
2014-10-06 16:04   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 12/32] nitrogen6x: display: add support for LG-9.7 LVDS display Eric Nelson
2014-10-06 16:05   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 13/32] nitrogen6x: display: add LDB-WXGA-S for SPWG 1280x800 displays Eric Nelson
2014-10-06 16:05   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 14/32] nitrogen6x: display: add support for fusion 7 display Eric Nelson
2014-10-06 16:05   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 15/32] nitrogen6x: display: add svga display (800x600) Eric Nelson
2014-10-06 16:06   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 16/32] nitrogen6x: display: add Ampire 1024x600 panel Eric Nelson
2014-10-06 16:06   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 17/32] nitrogen6x: display: add wvga-lvds panel Eric Nelson
2014-10-06 16:06   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 18/32] nitrogen6x: display use I2C detect for HDMI Eric Nelson
2014-10-06 16:07   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 19/32] nitrogen6x: config: add USB Mass Storage (ums) support Eric Nelson
2014-10-06 16:07   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 20/32] nitrogen6x: config: allow boot to USB stick Eric Nelson
2014-10-06 16:07   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 21/32] nitrogen6x: config: use FS_GENERIC load command Eric Nelson
2014-10-06 16:07   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 22/32] nitrogen6x: config: add initrd_high Eric Nelson
2014-10-06 16:08   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 23/32] nitrogen6x: config: expose SATA, then MMC over USB Eric Nelson
2014-10-06 16:08   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 24/32] nitrogen6x: config: enable USB keyboard support Eric Nelson
2014-10-06 16:08   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 25/32] nitrogen6x: config: add CONFIG_CMD_MEMTEST Eric Nelson
2014-10-06 16:08   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 26/32] nitrogen6x: config: enable "i2c edid" Eric Nelson
2014-10-06 16:08   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 27/32] nitrogen6x: config: allow more bootargs parameters Eric Nelson
2014-10-06 16:09   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 28/32] nitrogen6x: config: disable logo Eric Nelson
2014-10-06 15:51   ` Stefano Babic
2014-10-06 16:09   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 29/32] nitrogen6x: config: configure usb_ether Eric Nelson
2014-10-06 15:54   ` Stefano Babic
2014-10-06 16:41     ` Eric Nelson
2014-10-07 14:36       ` Stefano Babic
2014-10-07 15:08         ` Eric Nelson
2014-10-02 19:16 ` [U-Boot] [PATCH 30/32] nitrogen6x: config: add gpio command Eric Nelson
2014-10-06 16:09   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 31/32] nitrogen6x: config: enable Android fastboot Eric Nelson
2014-10-06 16:09   ` Stefano Babic
2014-10-02 19:16 ` [U-Boot] [PATCH 32/32] nitrogen6x: config: enable EXT4 filesystem Eric Nelson
2014-10-06 16:10   ` Stefano Babic
2014-10-06 15:35 ` [U-Boot] [PATCH 00/32] ARM: i.MX: nitrogen6x clean up Stefano Babic

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