All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] ARM: keystone2: Build images by default
@ 2015-08-17 14:24 Lokesh Vutla
  2015-08-17 14:24 ` [U-Boot] [PATCH 1/5] ARM: keystone2: configs: Move SP to end of u-boot section Lokesh Vutla
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Lokesh Vutla @ 2015-08-17 14:24 UTC (permalink / raw)
  To: u-boot

Currently we need to build each image(u-boot.uart, u-boot-nand.gph,
u-boot-spi.gph) separately for all keystone2 platforms.

This series does the following:
- Move SP to end of u-boot section so that u-boot.bin can be used as
  build target for uart boot.
- Renames u-boot-nand.gph to MLO so that the same image can be used
  for NAND and SD boots.
- Includes these images in config.mk so that these images are built
  automatically upon calling make.

Now the updated build targets are as below:
Uart:	u-boot.bin
SPI:	u-boot-spi.gph
NAND:	MLO
SD:	MLO

Testing:

k2hk-evm:
---------
Uart boot: http://pastebin.ubuntu.com/12106278/
SPI boot: http://pastebin.ubuntu.com/12106315/
NAND boot: http://pastebin.ubuntu.com/12106368/

Lokesh Vutla (4):
  ARM: keystone2: configs: Move SP to end of u-boot section
  ARM: keystone2: Rename u-boot-nand.gph to MLO
  ARM: keystone2: Build MLO by default
  ARM: keystone2: Update README

Nishanth Menon (1):
  ARM: keystone2: move the custom build rules out to keystone specific
    makefile

 Makefile                             | 16 ----------------
 arch/arm/mach-keystone/config.mk     | 28 ++++++++++++++++++++++++++++
 board/ti/ks2_evm/README              | 32 ++++++++++++++++++--------------
 include/configs/ti_armv7_keystone2.h |  4 ++--
 4 files changed, 48 insertions(+), 32 deletions(-)
 create mode 100644 arch/arm/mach-keystone/config.mk

-- 
2.1.4

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

end of thread, other threads:[~2015-08-28 21:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17 14:24 [U-Boot] [PATCH 0/5] ARM: keystone2: Build images by default Lokesh Vutla
2015-08-17 14:24 ` [U-Boot] [PATCH 1/5] ARM: keystone2: configs: Move SP to end of u-boot section Lokesh Vutla
2015-08-17 14:31   ` menon.nishanth at gmail.com
2015-08-17 14:34     ` Lokesh Vutla
2015-08-17 14:38       ` menon.nishanth at gmail.com
2015-08-28 21:02   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-17 14:24 ` [U-Boot] [PATCH 2/5] ARM: keystone2: move the custom build rules out to keystone specific makefile Lokesh Vutla
2015-08-28 21:02   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-17 14:24 ` [U-Boot] [PATCH 3/5] ARM: keystone2: Rename u-boot-nand.gph to MLO Lokesh Vutla
2015-08-28 21:03   ` [U-Boot] [U-Boot, " Tom Rini
2015-08-17 14:24 ` [U-Boot] [PATCH 4/5] ARM: keystone2: Build MLO by default Lokesh Vutla
2015-08-28 21:03   ` [U-Boot] [U-Boot,4/5] " Tom Rini
2015-08-17 14:24 ` [U-Boot] [PATCH 5/5] ARM: keystone2: Update README Lokesh Vutla
2015-08-28 21:03   ` [U-Boot] [U-Boot,5/5] " Tom Rini

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.