[U-Boot] [PATCH v3 00/16] assortment of tegra fixes/enhancements
Tom Warren
TWarren at nvidia.com
Thu Aug 6 01:40:05 CEST 2015
Looks like almost all of these have been Acked-by StephenW and/or Reviewed-by SimonG. Only a couple are missing those tags - the NAND one and one other (can't think of it now).
I'll apply them to u-boot-tegra/next. I've got u-boot-tegra/master in pretty good shape for a PR. Do you object if I send my master PR to TomR, then move -next to -master and send another by EOW? Just to keep the T210/P2x71 board stuff separate from all the Colibri T20/T30 fixes.
Tom
--
nvpublic
> -----Original Message-----
> From: Marcel Ziswiler [mailto:marcel at ziswiler.com]
> Sent: Wednesday, August 05, 2015 3:47 PM
> To: u-boot at lists.denx.de
> Cc: Albert Aribaud; Tom Rini; Tom Warren; Marcel Ziswiler; Lucas Stach; Stefan
> Agner; Scott Wood; Simon Glass; Stephen Warren; Paul Kocialkowski; Marcel
> Ziswiler
> Subject: [PATCH v3 00/16] assortment of tegra fixes/enhancements
>
> From: Marcel Ziswiler <marcel.ziswiler at toradex.com>
>
> This patch set is an assortment of tegra fixes/enhancements distilled straight
> from our downstream integration work.
>
> Changes in v3:
> - dropped apalis/colibri_t20/t30 specific raw initrd support enablement
> (formerly 12)
> - drop unrelated subpage writes disabling in (8) to be done as part of
> a separate patch (16)
>
> Changes in v2:
> - dropped Colibri T20 specific ONFI detection enablement patch (formerly
> 9) as I noticed this already being done globally as part of
> tegra20-common.h
> - enable UBI/UBIFS support (11)
> - limit TFTP block size (13) on Colibri T20 to 1536 due to issues
> observed otherwise
> - drop unrelated clean-up in (3) to be done as part of a separate
> patch (14)
> - new patch (15) fixing nRESET_OUT
> - new patch (16) fixing USB DM regression on Apalis/Colibri T30
>
> Marcel Ziswiler (15):
> ARM: tegra: allow custom usb manufacturer/product/vendor ids/strings
> ARM: tegra: allow reading recovery mode boot type
> apalis/colibri_t20/t30: integrate recovery mode detection
> colibri_t20: fix device-tree compatible node
> colibri_t20: add lcd display support
> colibri_t20: add i2c support
> colibri_t20: disable PMIC sleep mode on low supply voltage
> tegra: nand: fix read_byte required for proper onfi detection
> mtd/nand/tegra: alignment workaround
> colibri_t20: enable mtdparts support
> colibri_t20: enable ubi/ubifs support
> apalis/colibri_t20/30: clean-up
> colibri_t20: fix reset out pin
> apalis/colibri_t30: fix usb dm regression
> tegra: nand: disable subpage writes
>
> Max Krummenacher (1):
> apalis/colibri_t20/t30: increase tftp blocksize
>
> arch/arm/dts/tegra20-colibri.dts | 63 ++++++++++++++-
> arch/arm/dts/tegra30-apalis.dts | 2 +-
> arch/arm/dts/tegra30-colibri.dts | 4 +-
> arch/arm/include/asm/arch-tegra/tegra.h | 2 +
> board/toradex/apalis_t30/apalis_t30.c | 15 +++-
> board/toradex/colibri_t20/colibri_t20.c | 68 ++++++++++++++++
> board/toradex/colibri_t30/colibri_t30.c | 18 ++++-
> drivers/mtd/nand/tegra_nand.c | 128 +++++++++++-------------------
> include/configs/apalis_t30.h | 13 ++-
> include/configs/colibri_t20.h | 53 +++++++++++--
> include/configs/colibri_t30.h | 13 ++-
> include/configs/tegra-common-usb-gadget.h | 6 ++
> 12 files changed, 283 insertions(+), 102 deletions(-)
>
> --
> 2.4.3
More information about the U-Boot
mailing list