public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 0/4] configs: make keystone2 config to start using arm_v7_common header
@ 2015-07-16 19:08 Nishanth Menon
  2015-07-16 19:08 ` [U-Boot] [PATCH V2 1/4] configs: split ti_armv7_common into a omap generic header Nishanth Menon
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Nishanth Menon @ 2015-07-16 19:08 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: K2H:  http://pastebin.ubuntu.com/11889270/ (using https://patchwork.ozlabs.org/patch/440665/)
I have no other platform to verify on.

Series based on master 4905dfc65d9a Merge branch 'master' of git://git.denx.de/u-boot-spi


Changes in V2:
	- got rid of the bogus CONFIG_LINUX_BOOT_PARAM_ADDR
	- few additional config cleanups based on off line comment from Tom Rini.

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

Nishanth Menon (4):
  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

 board/ti/ks2_evm/board.c                           |  2 +-
 include/configs/am43xx_evm.h                       |  2 +-
 include/configs/k2e_evm.h                          |  4 +-
 include/configs/k2hk_evm.h                         |  4 +-
 include/configs/k2l_evm.h                          |  4 +-
 include/configs/ti_am335x_common.h                 |  2 +-
 include/configs/ti_armv7_common.h                  | 27 ++---------
 .../configs/{ks2_evm.h => ti_armv7_keystone2.h}    | 53 ++++++----------------
 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, 78 insertions(+), 75 deletions(-)
 rename include/configs/{ks2_evm.h => ti_armv7_keystone2.h} (89%)
 create mode 100644 include/configs/ti_armv7_omap.h

-- 
2.1.4

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

end of thread, other threads:[~2015-07-17 20:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 19:08 [U-Boot] [PATCH V2 0/4] configs: make keystone2 config to start using arm_v7_common header Nishanth Menon
2015-07-16 19:08 ` [U-Boot] [PATCH V2 1/4] configs: split ti_armv7_common into a omap generic header Nishanth Menon
2015-07-17 15:38   ` Murali Karicheri
2015-07-17 16:27     ` Nishanth Menon
2015-07-17 17:35       ` Murali Karicheri
2015-07-16 19:08 ` [U-Boot] [PATCH V2 2/4] board: ks2_evm: get rid of bogus CONFIG_LINUX_BOOT_PARAM_ADDR Nishanth Menon
2015-07-17 15:44   ` Murali Karicheri
2015-07-17 15:50     ` Vitaly Andrianov
2015-07-16 19:08 ` [U-Boot] [PATCH V2 3/4] configs: rename ks2_evm into ti_armv7_keystone2 Nishanth Menon
2015-07-17 15:42   ` Murali Karicheri
2015-07-17 15:49     ` Vitaly Andrianov
2015-07-16 19:08 ` [U-Boot] [PATCH V2 4/4] configs: ti_armv7_keystone2: start using armv7_common Nishanth Menon
2015-07-17 16:04   ` Murali Karicheri
2015-07-17 16:52     ` Nishanth Menon
2015-07-17 17:11       ` Murali Karicheri
2015-07-17 17:25         ` Nishanth Menon
2015-07-17 17:45           ` Murali Karicheri
2015-07-17 20:41             ` Tom Rini

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