All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/9] Refactoring and Endian bug fixes of fdt_support
@ 2014-02-14 13:30 Masahiro Yamada
  2014-02-14 13:30 ` [U-Boot] [PATCH 1/9] fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR Masahiro Yamada
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Masahiro Yamada @ 2014-02-14 13:30 UTC (permalink / raw)
  To: u-boot




Masahiro Yamada (9):
  fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR
  fdt_support: refactor with fdt_find_or_add_subnode helper func
  fdt_support: delete force argument of fdt_initrd()
  fdt_support: delete force argument of fdt_chosen()
  fdt_support: refactor fdt_fixup_stdout() function
  fdt_support: add 'const' qualifier for unchanged argument.
  fdt_support: fix an endian bug of fdt_fixup_memory_banks
  fdt_support: fix an endian bug of fdt_initrd()
  fdt_support: correct the return condition of fdt_initrd()

 arch/microblaze/lib/bootm.c |   2 +-
 common/cmd_fdt.c            |   4 +-
 common/fdt_support.c        | 295 +++++++++++++++++++++-----------------------
 common/image-fdt.c          |   4 +-
 include/fdt_support.h       |   4 +-
 5 files changed, 151 insertions(+), 158 deletions(-)

-- 
1.8.3.2

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

end of thread, other threads:[~2014-04-15  4:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14 13:30 [U-Boot] [PATCH 0/9] Refactoring and Endian bug fixes of fdt_support Masahiro Yamada
2014-02-14 13:30 ` [U-Boot] [PATCH 1/9] fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR Masahiro Yamada
2014-02-14 13:30 ` [U-Boot] [PATCH 2/9] fdt_support: refactor with fdt_find_or_add_subnode helper func Masahiro Yamada
2014-02-14 13:30 ` [U-Boot] [PATCH 3/9] fdt_support: delete force argument of fdt_initrd() Masahiro Yamada
2014-02-14 13:30 ` [U-Boot] [PATCH 4/9] fdt_support: delete force argument of fdt_chosen() Masahiro Yamada
2014-02-14 13:30 ` [U-Boot] [PATCH 5/9] fdt_support: refactor fdt_fixup_stdout() function Masahiro Yamada
2014-02-14 13:30 ` [U-Boot] [PATCH 6/9] fdt_support: add 'const' qualifier for unchanged argument Masahiro Yamada
2014-02-20  8:55   ` Masahiro Yamada
2014-02-20 13:31     ` Tom Rini
2014-04-15  4:05       ` Masahiro Yamada
2014-02-14 13:30 ` [U-Boot] [PATCH 7/9] fdt_support: fix an endian bug of fdt_fixup_memory_banks Masahiro Yamada
2014-02-14 13:30 ` [U-Boot] [PATCH 8/9] fdt_support: fix an endian bug of fdt_initrd() Masahiro Yamada
2014-02-14 13:30 ` [U-Boot] [PATCH 9/9] fdt_support: correct the return condition " Masahiro Yamada

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.