All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/6] Add Highbank platform
@ 2011-06-28 15:39 Rob Herring
  2011-06-28 15:39 ` [U-Boot] [PATCH 1/6] ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7 Rob Herring
                   ` (8 more replies)
  0 siblings, 9 replies; 42+ messages in thread
From: Rob Herring @ 2011-06-28 15:39 UTC (permalink / raw)
  To: u-boot

From: Rob Herring <rob.herring@calxeda.com>

This series enables non-PCI AHCI controllers and adds support for Calxeda
Highbank platform which uses the AHCI changes. 

Changes from v3:
- Added Highbank to MAINTAINERS
- Added back patch to fix CONFIG_SKIP_LOWLEVEL_INIT (mistakenly dropped
from v2)

Wolfgang, Albert,

Can you apply these to your trees for v2011.09? All review comments have been
addressed.

Rob


Rob Herring (6):
  ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7
  ARM: Add Calxeda Highbank platform
  arm: add __ilog2 function
  scsi/ahci: ata id little endian fix
  scsi/ahci: add support for non-PCI controllers
  ARM: highbank: Add AHCI support

 MAINTAINERS                           |    4 +
 arch/arm/cpu/armv7/highbank/Makefile  |   46 ++++++++++++
 arch/arm/cpu/armv7/highbank/config.mk |    4 +
 arch/arm/cpu/armv7/highbank/timer.c   |  124 +++++++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/start.S            |    2 +
 arch/arm/include/asm/bitops.h         |    9 +++
 board/highbank/Makefile               |   49 +++++++++++++
 board/highbank/highbank.c             |   58 +++++++++++++++
 boards.cfg                            |    1 +
 common/cmd_scsi.c                     |    6 +-
 drivers/block/ahci.c                  |   72 ++++++++++++++++---
 include/ahci.h                        |    4 +
 include/configs/highbank.h            |  112 +++++++++++++++++++++++++++++
 include/scsi.h                        |    1 +
 14 files changed, 480 insertions(+), 12 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/highbank/Makefile
 create mode 100644 arch/arm/cpu/armv7/highbank/config.mk
 create mode 100644 arch/arm/cpu/armv7/highbank/timer.c
 create mode 100644 board/highbank/Makefile
 create mode 100644 board/highbank/highbank.c
 create mode 100644 include/configs/highbank.h

-- 
1.7.4.1

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

end of thread, other threads:[~2011-10-24 19:45 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-28 15:39 [U-Boot] [PATCH v4 0/6] Add Highbank platform Rob Herring
2011-06-28 15:39 ` [U-Boot] [PATCH 1/6] ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7 Rob Herring
2011-06-28 15:39 ` [U-Boot] [PATCH 2/6] ARM: Add Calxeda Highbank platform Rob Herring
2011-06-28 15:39 ` [U-Boot] [PATCH 3/6] arm: add __ilog2 function Rob Herring
2011-07-04 10:13   ` Wolfgang Denk
2011-07-04 14:23     ` Rob Herring
2011-07-05  4:42   ` Aneesh V
2011-07-05  9:58     ` Wolfgang Denk
2011-07-05 10:09       ` Aneesh V
2011-07-05 11:17         ` Wolfgang Denk
2011-07-05 11:56           ` Albert ARIBAUD
2011-07-05 14:38   ` [U-Boot] [PATCH v2] " Rob Herring
2011-07-16 11:01     ` Albert ARIBAUD
2011-06-28 15:39 ` [U-Boot] [PATCH 4/6] scsi/ahci: ata id little endian fix Rob Herring
2011-06-28 15:39 ` [U-Boot] [PATCH 5/6] scsi/ahci: add support for non-PCI controllers Rob Herring
2011-07-04 10:17   ` Wolfgang Denk
2011-07-04 14:51     ` Rob Herring
2011-07-04 15:11       ` Wolfgang Denk
2011-07-07  2:13   ` [U-Boot] [PATCH v3] " Rob Herring
2011-07-25 22:07     ` Wolfgang Denk
2011-06-28 15:39 ` [U-Boot] [PATCH 6/6] ARM: highbank: Add AHCI support Rob Herring
2011-06-30 11:53 ` [U-Boot] [PATCH v4 0/6] Add Highbank platform Albert ARIBAUD
2011-07-04 10:28   ` Wolfgang Denk
2011-07-04 15:17     ` Albert ARIBAUD
2011-07-04 10:28 ` Wolfgang Denk
2011-07-07  2:38   ` Rob Herring
2011-08-04 20:22 ` [U-Boot] [PATCH v4] ARM: Add Calxeda " Rob Herring
2011-08-21  7:18   ` Albert ARIBAUD
2011-08-21 13:16   ` [U-Boot] [PATCH v5] " Rob Herring
2011-08-21 14:40     ` Albert ARIBAUD
2011-08-21 19:28       ` Rob Herring
2011-08-23 14:32         ` Rob Herring
2011-08-24  8:37           ` Albert ARIBAUD
2011-08-24  9:41             ` Albert ARIBAUD
2011-08-24 12:53             ` Wolfgang Denk
2011-08-24 13:49     ` [U-Boot] [PATCH] " Rob Herring
2011-08-24 15:06       ` Wolfgang Denk
2011-08-24 15:46         ` Rob Herring
2011-10-04 15:30       ` Rob Herring
2011-10-21 19:09         ` Albert ARIBAUD
2011-10-24 18:50           ` [U-Boot] [PATCH v7] " Rob Herring
2011-10-24 19:45             ` Albert ARIBAUD

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.