public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V3 0/8] configs: make keystone2 config to start using arm_v7_common header
@ 2015-07-18 16:40 Nishanth Menon
  2015-07-18 16:40 ` [U-Boot] [PATCH V3 1/8] configs: split ti_armv7_common into a omap generic header Nishanth Menon
                   ` (7 more replies)
  0 siblings, 8 replies; 25+ messages in thread
From: Nishanth Menon @ 2015-07-18 16:40 UTC (permalink / raw)
  To: u-boot


For legacy reasons, keystone2 had kind of stayed completely seperated
from the rest of the TI SoC families. This makes no sense since there
are a lot of common definitions that can be reused between all SoC
configuration allowing for a consistent user experience.

So make keystone2 follow the rest of the TI SoCs based on OMAP
architecture as well.

Test log: http://pastebin.ubuntu.com/11899472/ using ( http://pastebin.ubuntu.com/11899472/)

Changes in V3:
	- Cleanup MMC as part of review comments
	- Started using common addresses and got rid of fdt_addr_high.
	- Additional consolidation
	- picked up acks from previous patches

V2: http://marc.info/?l=u-boot&m=143707376106583&w=2
V1: http://marc.info/?l=u-boot&m=143706008602124&w=2

Nishanth Menon (8):
  configs: split ti_armv7_common into a omap generic header
  board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR
  configs: rename ks2_evm into ti_armv7_keystone2
  configs: ti_armv7_keystone2: start using armv7_common
  configs: ti_armv7_keystone2: switch addresses to generic addresses
  ti_armv7_keystone2: switch to using kernel zImage
  configs: k2*_evm: rename skernel binary names to generated file names
  configs: keystone2: remove distro specific ramdisk name

 board/ti/ks2_evm/board.c                           |  2 +-
 include/configs/am43xx_evm.h                       |  2 +-
 include/configs/k2e_evm.h                          |  9 +--
 include/configs/k2hk_evm.h                         |  9 +--
 include/configs/k2l_evm.h                          |  9 +--
 include/configs/ti_am335x_common.h                 |  2 +-
 include/configs/ti_armv7_common.h                  | 26 ++-----
 .../configs/{ks2_evm.h => ti_armv7_keystone2.h}    | 82 ++++++++--------------
 include/configs/ti_armv7_omap.h                    | 49 +++++++++++++
 include/configs/ti_omap3_common.h                  |  2 +-
 include/configs/ti_omap4_common.h                  |  2 +-
 include/configs/ti_omap5_common.h                  |  2 +-
 12 files changed, 97 insertions(+), 99 deletions(-)
 rename include/configs/{ks2_evm.h => ti_armv7_keystone2.h} (82%)
 create mode 100644 include/configs/ti_armv7_omap.h

-- 
2.1.4

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

end of thread, other threads:[~2015-07-22 15:35 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-18 16:40 [U-Boot] [PATCH V3 0/8] configs: make keystone2 config to start using arm_v7_common header Nishanth Menon
2015-07-18 16:40 ` [U-Boot] [PATCH V3 1/8] configs: split ti_armv7_common into a omap generic header Nishanth Menon
2015-07-22 15:35   ` Tom Rini
2015-07-18 16:40 ` [U-Boot] [PATCH V3 2/8] board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR Nishanth Menon
2015-07-22 15:35   ` Tom Rini
2015-07-18 16:40 ` [U-Boot] [PATCH V3 3/8] configs: rename ks2_evm into ti_armv7_keystone2 Nishanth Menon
2015-07-22 15:23   ` Murali Karicheri
2015-07-22 15:24   ` Murali Karicheri
2015-07-22 15:35   ` Tom Rini
2015-07-18 16:40 ` [U-Boot] [PATCH V3 4/8] configs: ti_armv7_keystone2: start using armv7_common Nishanth Menon
2015-07-22 15:19   ` Murali Karicheri
2015-07-22 15:28     ` Tom Rini
2015-07-18 16:40 ` [U-Boot] [PATCH V3 5/8] configs: ti_armv7_keystone2: switch addresses to generic addresses Nishanth Menon
2015-07-22 15:22   ` Murali Karicheri
2015-07-22 15:35   ` Tom Rini
2015-07-18 16:40 ` [U-Boot] [PATCH V3 6/8] ti_armv7_keystone2: switch to using kernel zImage Nishanth Menon
2015-07-22 15:21   ` Murali Karicheri
2015-07-22 15:35   ` Tom Rini
2015-07-18 16:40 ` [U-Boot] [PATCH V3 7/8] configs: k2*_evm: rename skernel binary names to generated file names Nishanth Menon
2015-07-22 15:21   ` Murali Karicheri
2015-07-22 15:35   ` Tom Rini
2015-07-18 16:40 ` [U-Boot] [PATCH V3 8/8] configs: keystone2: remove distro specific ramdisk name Nishanth Menon
2015-07-22 15:20   ` Murali Karicheri
2015-07-22 15:32   ` Tom Rini
2015-07-22 15:33     ` Nishanth Menon

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