| Commit message (Expand) | Author | Age | Lines |
* | fdt_support: fdt_translate_address() blob const correctness | Stephen Warren | 2016-08-12 | -2/+3 |
* | fdt_support: define stub for fdt_fixup_mtdparts | Christopher Spinrath | 2016-07-19 | -0/+6 |
* | drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci contr... | Sriram Dash | 2016-04-10 | -2/+2 |
* | fdt: prevent clearing memory node if there are no banks | Andre Przywara | 2015-07-20 | -0/+26 |
* | fdt: Documentation for a few support functions aside their prototypes | Paul Kocialkowski | 2015-06-05 | -0/+26 |
* | fdt: Pass the device serial number through devicetree | Paul Kocialkowski | 2015-06-05 | -0/+1 |
* | fdt: add new fdt_fixup_display function to configure display | Tim Harvey | 2015-04-22 | -0/+13 |
* | cmd_fdt: Actually fix fdt command in sandbox | Joe Hershberger | 2015-02-17 | -1/+1 |
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini | 2014-11-26 | -0/+3 |
|\ |
|
| * | fdt_support: Add a fdt_setup_simplefb_node helper function | Hans de Goede | 2014-11-25 | -0/+3 |
* | | fdt: Add ft_system_setup() function for system device tree additions | Simon Glass | 2014-11-21 | -0/+12 |
* | | fdt: Tidy up error handling in image_setup_libfdt() | Simon Glass | 2014-11-21 | -0/+1 |
* | | fdt: Export the fdt_find_or_add_subnode() function | Simon Glass | 2014-11-21 | -0/+2 |
* | | fdt: Allow ft_board_setup() to report failure | Simon Glass | 2014-11-21 | -1/+11 |
|/ |
|
* | fdt_support: add prototypes for __weak functions | Jeroen Hofstee | 2014-10-25 | -0/+2 |
* | fdt_support: Make of_bus_default_count_cells non static | Arnab Basu | 2014-09-25 | -0/+3 |
* | fdt_support: Move of_read_number to fdt_support.h | Arnab Basu | 2014-09-25 | -0/+9 |
* | fdt: Rename fdt_resize() to fdt_shrink_to_minimum() | Simon Glass | 2014-08-09 | -1/+1 |
* | armv8/fsl-lsch3: Add support to load and start MC Firmware | J. German Rivera | 2014-07-03 | -3/+11 |
* | fdt_support: delete force argument of fdt_chosen() | Masahiro Yamada | 2014-06-19 | -1/+1 |
* | fdt_support: delete force argument of fdt_initrd() | Masahiro Yamada | 2014-06-19 | -1/+1 |
* | Merge branch 'u-boot/master' | Albert ARIBAUD | 2014-05-09 | -0/+9 |
|\ |
|
| * | fdt_support: Add helper function to read "ranges" property | Alexander Graf | 2014-04-22 | -0/+2 |
| * | fdt_support: split fdt_getprop_u32_default | Alexander Graf | 2014-04-22 | -0/+2 |
| * | tools, fit_check_sign: verify a signed fit image | Heiko Schocher | 2014-03-21 | -0/+5 |
* | | fdt: call ft_board_setup_ex() at the end of image_setup_libfdt() | Vitaly Andrianov | 2014-04-17 | -0/+7 |
|/ |
|
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | image: Add device tree setup to image library | Simon Glass | 2013-05-14 | -2/+0 |
* | Clean up libfdt.h includes | Gerald Van Baren | 2013-02-08 | -2/+1 |
* | common/fdt_support.c: sparse fixes | Kim Phillips | 2013-02-07 | -1/+1 |
* | treewide: include libfdt_env.h before fdt.h | Kim Phillips | 2013-02-07 | -0/+1 |
* | powerpc/8xxx:Add MPH controller support in USB device-tree fixup | ramneek mehresh | 2012-02-15 | -2/+2 |
* | Fix constness of the fdt void pointer in fdt_getprop_u32_default | Gabe Black | 2011-11-13 | -2/+2 |
* | fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers | Shengzhou Liu | 2011-10-18 | -0/+28 |
* | fdt: check for fdt errors in fdt_create_phandle | Timur Tabi | 2011-10-15 | -1/+1 |
* | fdt: Add a do_fixup_by_path_string() function | Chunhe Lan | 2011-10-15 | -0/+7 |
* | fdt: Add new fdt_create_phandle helper | Kumar Gala | 2011-09-29 | -0/+1 |
* | fdt: Rename fdt_create_phandle to fdt_set_phandle | Kumar Gala | 2011-09-29 | -1/+1 |
* | fdt: introduce fdt_create_phandle() | Gerald Van Baren | 2011-07-14 | -0/+1 |
* | fdt: add prototype for fdt_increase_size() | Timur Tabi | 2011-07-14 | -0/+1 |
* | fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() | Timur Tabi | 2011-07-14 | -0/+4 |
* | FDT: Add fixup support for multiple banks of memory | John Rigby | 2010-10-18 | -0/+1 |
* | fdt_support: support adding EDID property to FDT display nodes | Anatolij Gustschin | 2010-10-12 | -0/+1 |
* | ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size | Stefan Roese | 2010-09-23 | -1/+1 |
* | fdt: Add function to alloc phandle values | Kumar Gala | 2010-07-26 | -0/+1 |
* | fdt: Add fdt_node_offset_by_compat_reg helper | Kumar Gala | 2010-07-20 | -0/+2 |
* | fdt: Add fdt_translate_address to convert reg node to cpu phys addr | Kumar Gala | 2010-07-20 | -0/+1 |
* | powerpc/8xxx: Distinguish between incompatible SEC h/w types | Kim Phillips | 2010-07-16 | -1/+1 |
* | fdt: Add fdt_del_node_and_alias helper | Kumar Gala | 2010-04-07 | -0/+1 |
* | fdt_support: add partitions fixup in mtd node | Anatolij Gustschin | 2010-03-21 | -0/+2 |