public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features
@ 2012-10-26  2:30 Simon Glass
  2012-10-26  2:30 ` [U-Boot] [PATCH 01/14] fdt: Add function to get config int from device tree Simon Glass
                   ` (14 more replies)
  0 siblings, 15 replies; 27+ messages in thread
From: Simon Glass @ 2012-10-26  2:30 UTC (permalink / raw)
  To: u-boot

This series contains a number of features related to CONFIG_OF_CONTROL,
such as:

- reading fdt values
- reading configuration from the fdt
- allowing the fdt to specify a boot command


Abhilash Kesavan (2):
  fdt: Add function to get config int from device tree
  fdt: Add function for decoding multiple gpios globally available

Che-Liang Chiou (2):
  fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property
  fdt: Load boot command from device tree

Doug Anderson (1):
  fdt: Allow device tree to specify secure booting

Gabe Black (3):
  fdt: Add function to read boolean property
  fdt: Tell the FDT library where the device tree is
  fdt: Add option to default to most compatible conf in a fit image

Sean Paul (1):
  fdt: Add polarity-aware gpio functions to fdtdec

Simon Glass (5):
  fdt: Add function to get a config string from device tree
  fdt: Add fdtdec_decode_region() to decode memory region
  fdt: Export fdtdec_find_alias_node() function
  fdt: Export fdtdec_lookup() and fix the name
  fdt: Set kernaddr if fdt indicates a kernel is present

 README             |   11 +++++
 common/cmd_bootm.c |   11 +++++
 common/image.c     |  127 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 common/main.c      |  102 +++++++++++++++++++++++++++++++++++++++++-
 include/fdtdec.h   |  121 +++++++++++++++++++++++++++++++++++++++++++++++++
 include/image.h    |    1 +
 lib/fdtdec.c       |  107 +++++++++++++++++++++++++++++++++++++++++---
 7 files changed, 472 insertions(+), 8 deletions(-)

-- 
1.7.7.3

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

end of thread, other threads:[~2012-11-28 15:16 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26  2:30 [U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features Simon Glass
2012-10-26  2:30 ` [U-Boot] [PATCH 01/14] fdt: Add function to get config int from device tree Simon Glass
2012-10-26  2:30 ` [U-Boot] [PATCH 02/14] fdt: Add function to get a config string " Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 03/14] fdt: Add fdtdec_decode_region() to decode memory region Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 04/14] fdt: Add function for decoding multiple gpios globally available Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 05/14] fdt: Export fdtdec_find_alias_node() function Simon Glass
2012-10-26  4:24   ` David Gibson
2012-10-31 23:50     ` Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 06/14] fdt: Export fdtdec_lookup() and fix the name Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 07/14] fdt: Add function to read boolean property Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 08/14] fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 09/14] fdt: Add polarity-aware gpio functions to fdtdec Simon Glass
2012-10-26  7:17   ` Lucas Stach
2012-10-31 23:59     ` Simon Glass
2012-11-01  4:50       ` Stephen Warren
2012-11-15 23:31         ` Simon Glass
2012-11-15 23:46           ` Stephen Warren
2012-11-16  0:01             ` Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 10/14] fdt: Load boot command from device tree Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 11/14] fdt: Tell the FDT library where the device tree is Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 12/14] fdt: Allow device tree to specify secure booting Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 13/14] fdt: Add option to default to most compatible conf in a fit image Simon Glass
2012-10-26  2:31 ` [U-Boot] [PATCH 14/14] fdt: Set kernaddr if fdt indicates a kernel is present Simon Glass
2012-11-28 14:30   ` Dennis Lan
2012-11-28 15:16     ` Simon Glass
2012-11-18  1:35 ` [U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features Jerry Van Baren
2012-11-19 17:08   ` Simon Glass

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