public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] Rename DDR4 target names
@ 2015-08-13 17:22 York Sun
  2015-08-13 17:22 ` [U-Boot] [PATCH v2 1/2] armv8/ls2085a_emu: Drop DDR3 emulation target York Sun
  2015-08-13 17:22 ` [U-Boot] [PATCH v2 2/2] powerpc/defconfig: Rename defconfig file for T1040QDS/T1024QDS DDR4 targets York Sun
  0 siblings, 2 replies; 5+ messages in thread
From: York Sun @ 2015-08-13 17:22 UTC (permalink / raw)
  To: u-boot

Freescale T1 series supports both DDR3 and DDR4. We have boards for each
type of memory. To make the naming consistence and easy to understand,
use _DDR4 instead of _D4 for the names. The same applies to Layerscape
LS1 series, which already has _ddr4 in the name. LS2 series doesn't
support DDR3, so the emulator target for DDR3 is dropped.

This name change doesn't apply to RDB board because the DDR4 version is
actually different board from DDR3 version.


Changes in v2:
  Drop changes for RDB boards because DDR4 version is actually different
  board from DDR3 version.

York Sun (2):
  armv8/ls2085a_emu: Drop DDR3 emulation target
  powerpc/defconfig: Rename defconfig file for T1040QDS/T1024QDS DDR4
    targets

 board/freescale/ls2085a/MAINTAINERS                |    1 -
 board/freescale/t102xqds/MAINTAINERS               |    4 ++--
 board/freescale/t1040qds/MAINTAINERS               |    2 +-
 ...fconfig => T1024QDS_DDR4_SECURE_BOOT_defconfig} |    0
 ...040QDS_D4_defconfig => T1040QDS_DDR4_defconfig} |    0
 configs/ls2085a_emu_D4_defconfig                   |   14 --------------
 configs/ls2085a_emu_defconfig                      |    2 +-
 7 files changed, 4 insertions(+), 19 deletions(-)
 rename configs/{T1024QDS_D4_SECURE_BOOT_defconfig => T1024QDS_DDR4_SECURE_BOOT_defconfig} (100%)
 rename configs/{T1040QDS_D4_defconfig => T1040QDS_DDR4_defconfig} (100%)
 delete mode 100644 configs/ls2085a_emu_D4_defconfig

-- 
1.7.9.5

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

end of thread, other threads:[~2015-09-02 15:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13 17:22 [U-Boot] [PATCH v2 0/2] Rename DDR4 target names York Sun
2015-08-13 17:22 ` [U-Boot] [PATCH v2 1/2] armv8/ls2085a_emu: Drop DDR3 emulation target York Sun
2015-09-02  2:48   ` York Sun
2015-08-13 17:22 ` [U-Boot] [PATCH v2 2/2] powerpc/defconfig: Rename defconfig file for T1040QDS/T1024QDS DDR4 targets York Sun
2015-09-02 15:21   ` York Sun

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