summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini26-53/+1032
2014-11-25fdt_support: Add a fdt_setup_simplefb_node helper functionHans de Goede2-0/+65
2014-11-21fdt: Add ft_system_setup() function for system device tree additionsSimon Glass5-1/+48
2014-11-21fdt: Tidy up error handling in image_setup_libfdt()Simon Glass2-10/+21
2014-11-21fdt: Export the fdt_find_or_add_subnode() functionSimon Glass2-3/+5
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass106-166/+373
2014-10-25fdt_support: add prototypes for __weak functionsJeroen Hofstee1-0/+2
2014-09-25fdt_support: Make of_bus_default_count_cells non staticArnab Basu2-1/+4
2014-09-25fdt_support: Move of_read_number to fdt_support.hArnab Basu2-9/+9
2014-08-09fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass4-4/+4
2014-07-03armv8/fsl-lsch3: Add support to load and start MC FirmwareJ. German Rivera7-3/+383
2014-06-19fdt_support: delete force argument of fdt_chosen()Masahiro Yamada4-29/+15
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada5-24/+19
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD443-38614/+9681
2014-04-23fdt_support: Add helper function to read "ranges" propertyAlexander Graf2-0/+96
2014-04-23fdt_support: split fdt_getprop_u32_defaultAlexander Graf2-6/+34
2014-04-17fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()Vitaly Andrianov2-0/+12
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher17-25/+204
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-05-14image: Add device tree setup to image librarySimon Glass6-13/+174
2013-02-09Clean up libfdt.h includesGerald Van Baren9-11/+2
2013-02-08common/fdt_support.c: sparse fixesKim Phillips3-41/+49
2013-02-08treewide: include libfdt_env.h before fdt.hKim Phillips11-9/+2
2012-02-15powerpc/8xxx:Add MPH controller support in USB device-tree fixupramneek mehresh2-12/+21
2011-11-13Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black2-4/+4
2011-10-18fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpersShengzhou Liu4-49/+101
2011-10-15fdt: check for fdt errors in fdt_create_phandleTimur Tabi2-3/+10
2011-10-15fdt: Add a do_fixup_by_path_string() functionChunhe Lan1-0/+7
2011-09-30fdt: Add new fdt_create_phandle helperKumar Gala2-0/+21
2011-09-30fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala3-5/+5
2011-07-15fdt: introduce fdt_create_phandle()Gerald Van Baren2-0/+41
2011-07-15fdt: add prototype for fdt_increase_size()Timur Tabi1-0/+1
2011-07-15fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()Timur Tabi2-0/+71
2010-10-18FDT: Add fixup support for multiple banks of memoryJohn Rigby2-40/+47
2010-10-12fdt_support: support adding EDID property to FDT display nodesAnatolij Gustschin2-0/+30
2010-09-23ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs sizeStefan Roese5-17/+85
2010-07-26fdt: Add function to alloc phandle valuesKumar Gala2-0/+19
2010-07-20fdt: Add fdt_node_offset_by_compat_reg helperKumar Gala2-0/+29
2010-07-20fdt: Add fdt_translate_address to convert reg node to cpu phys addrKumar Gala2-0/+265
2010-07-16powerpc/8xxx: Distinguish between incompatible SEC h/w typesKim Phillips3-4/+11
2010-04-07fdt: Add fdt_del_node_and_alias helperKumar Gala2-0/+14
2010-03-21fdt_support: add partitions fixup in mtd nodeAnatolij Gustschin5-1/+234
2009-10-23fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtbStefan Roese2-0/+46
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser31-41/+41
2008-10-24fdt: Added helper to set PCI dma-ranges propertyKumar Gala2-0/+74
2008-10-24fdt: Add fdt_getprop_u32_default helpersKumar Gala2-0/+29
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher5-7/+9
2008-08-26fdt: refactor initrd related codeKumar Gala3-68/+70
2008-08-26fdt: refactor fdt resize codeKumar Gala3-28/+44
2008-08-26bootm: Set working fdt address as part of the bootm flowKumar Gala4-1/+24
[next]