public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/9] Refactoring and Endian bug fixes of fdt_support
@ 2014-04-18  8:40 Masahiro Yamada
  2014-04-18  8:40 ` [U-Boot] [PATCH v2 1/9] fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR Masahiro Yamada
                   ` (9 more replies)
  0 siblings, 10 replies; 30+ messages in thread
From: Masahiro Yamada @ 2014-04-18  8:40 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] 30+ messages in thread

end of thread, other threads:[~2014-06-19 15:21 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18  8:40 [U-Boot] [PATCH v2 0/9] Refactoring and Endian bug fixes of fdt_support Masahiro Yamada
2014-04-18  8:40 ` [U-Boot] [PATCH v2 1/9] fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR Masahiro Yamada
2014-05-24  1:16   ` Simon Glass
2014-06-19 15:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-18  8:40 ` [U-Boot] [PATCH v2 2/9] fdt_support: refactor with fdt_find_or_add_subnode helper func Masahiro Yamada
2014-05-24  1:18   ` Simon Glass
2014-06-19 15:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-18  8:40 ` [U-Boot] [PATCH v2 3/9] fdt_support: delete force argument of fdt_initrd() Masahiro Yamada
2014-05-24  1:19   ` Simon Glass
2014-06-19 15:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-18  8:41 ` [U-Boot] [PATCH v2 4/9] fdt_support: delete force argument of fdt_chosen() Masahiro Yamada
2014-05-24  1:21   ` Simon Glass
2014-06-19 15:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-18  8:41 ` [U-Boot] [PATCH v2 5/9] fdt_support: refactor fdt_fixup_stdout() function Masahiro Yamada
2014-05-24  1:25   ` Simon Glass
2014-06-19 15:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-18  8:41 ` [U-Boot] [PATCH v2 6/9] fdt_support: add 'const' qualifier for unchanged argument Masahiro Yamada
2014-05-24  1:26   ` Simon Glass
2014-06-19 15:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-18  8:41 ` [U-Boot] [PATCH v2 7/9] fdt_support: fix an endian bug of fdt_fixup_memory_banks Masahiro Yamada
2014-05-24  1:28   ` Simon Glass
2014-06-19 15:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-18  8:41 ` [U-Boot] [PATCH v2 8/9] fdt_support: fix an endian bug of fdt_initrd() Masahiro Yamada
2014-05-24  1:29   ` Simon Glass
2014-06-19 15:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-18  8:41 ` [U-Boot] [PATCH v2 9/9] fdt_support: correct the return condition " Masahiro Yamada
2014-05-24  1:29   ` Simon Glass
2014-06-19 15:21   ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-04-24  1:03 ` [U-Boot] [PATCH v2 0/9] Refactoring and Endian bug fixes of fdt_support Masahiro Yamada
2014-05-07  4:08   ` Masahiro Yamada

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