All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/2] Add back P2020DS
@ 2016-01-30 22:03 York Sun
  2016-01-30 22:03 ` [U-Boot] [PATCH v1 1/2] Revert "powerpc: mpc85xx: remove P2020DS board support" York Sun
  2016-01-30 22:03 ` [U-Boot] [PATCH v1 2/2] powerpc: p2020ds: Update DDR speed tables York Sun
  0 siblings, 2 replies; 13+ messages in thread
From: York Sun @ 2016-01-30 22:03 UTC (permalink / raw)
  To: u-boot

Recently Freescale (now NXP) received order to make more P2020DS.
It's better have to U-Boot support than digging out old releases.

Changes in v1:
Add back P2020DS, using generic board structure.
Initial patch to adjust DDR speed tables.

York Sun (2):
  Revert "powerpc: mpc85xx: remove P2020DS board support"
  powerpc: p2020ds: Update DDR speed tables

 arch/powerpc/cpu/mpc85xx/Kconfig    |    4 +
 board/freescale/p2020ds/Kconfig     |   12 +
 board/freescale/p2020ds/MAINTAINERS |   10 +
 board/freescale/p2020ds/Makefile    |   12 +
 board/freescale/p2020ds/ddr.c       |  151 +++++++
 board/freescale/p2020ds/law.c       |   20 +
 board/freescale/p2020ds/p2020ds.c   |  261 ++++++++++++
 board/freescale/p2020ds/tlb.c       |   91 +++++
 configs/P2020DS_36BIT_defconfig     |    9 +
 configs/P2020DS_DDR2_defconfig      |    9 +
 configs/P2020DS_SDCARD_defconfig    |    9 +
 configs/P2020DS_SPIFLASH_defconfig  |    9 +
 configs/P2020DS_defconfig           |    8 +
 doc/README.scrapyard                |    1 -
 include/configs/P2020DS.h           |  755 +++++++++++++++++++++++++++++++++++
 15 files changed, 1360 insertions(+), 1 deletion(-)
 create mode 100644 board/freescale/p2020ds/Kconfig
 create mode 100644 board/freescale/p2020ds/MAINTAINERS
 create mode 100644 board/freescale/p2020ds/Makefile
 create mode 100644 board/freescale/p2020ds/ddr.c
 create mode 100644 board/freescale/p2020ds/law.c
 create mode 100644 board/freescale/p2020ds/p2020ds.c
 create mode 100644 board/freescale/p2020ds/tlb.c
 create mode 100644 configs/P2020DS_36BIT_defconfig
 create mode 100644 configs/P2020DS_DDR2_defconfig
 create mode 100644 configs/P2020DS_SDCARD_defconfig
 create mode 100644 configs/P2020DS_SPIFLASH_defconfig
 create mode 100644 configs/P2020DS_defconfig
 create mode 100644 include/configs/P2020DS.h

-- 
1.7.9.5

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

end of thread, other threads:[~2016-02-02  6:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-30 22:03 [U-Boot] [PATCH v1 0/2] Add back P2020DS York Sun
2016-01-30 22:03 ` [U-Boot] [PATCH v1 1/2] Revert "powerpc: mpc85xx: remove P2020DS board support" York Sun
2016-01-31 14:19   ` Bin Meng
2016-01-31 15:40     ` Simon Glass
2016-02-01 19:37       ` york sun
2016-02-02  0:05         ` Simon Glass
2016-02-02  3:11           ` york sun
2016-02-02  3:19             ` Bin Meng
2016-02-02  3:31               ` york sun
2016-02-02  3:42                 ` Bin Meng
2016-02-02  6:16                   ` york sun
2016-02-01 17:37     ` york sun
2016-01-30 22:03 ` [U-Boot] [PATCH v1 2/2] powerpc: p2020ds: Update DDR speed tables York Sun

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.