summaryrefslogtreecommitdiff
path: root/lib/fdtdec.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-14pci: Drop DM_PCI check from fdtdecSimon Glass1-2/+8
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-2/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-07-27samsung: exynos: Convert SROMC interface to a driverSimon Glass1-2/+0
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay1-1/+5
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1-0/+1
2021-02-15Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()"Tom Rini1-1/+1
2021-02-03fdtdec: Cast prior_stage_fdt_address with uintptr_tBin Meng1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-28fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()Simon Glass1-1/+1
2021-01-28fdtdec: Update the missing-devicetree messageSimon Glass1-1/+2
2020-12-23fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju1-0/+11
2020-10-06fdtdec: correct test on return of fdt_node_offset_by_phandlePatrick Delaunay1-1/+1
2020-09-22fdtdec: optionally add property no-map to created reserved memory nodeEtienne Carriere1-2/+8
2020-09-21Merge branch 'master' into nextTom Rini1-2/+2
2020-09-16lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree APIMarek Vasut1-2/+2
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese1-5/+0
2020-08-25fdtdec: Add API to read pci bus-range propertySuneel Garapati1-0/+16
2020-08-20lib: fdt: Convert fdtdes_setup_mem..() to livetree APIMichal Simek1-32/+35
2020-08-20lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest()Michal Simek1-0/+45
2020-07-25Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"Michal Simek1-8/+3
2020-07-25Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"Michal Simek1-12/+6
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-9/+20
2020-07-20Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"Michal Simek1-8/+3
2020-07-20Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"Michal Simek1-12/+6
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+2
2020-06-12fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory()Bin Meng1-1/+2
2020-06-12fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()Bin Meng1-1/+2
2020-05-20fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup()Marek Vasut1-1/+10
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-24libfdt: Make fdtdec_get_child_count() available for HOSTKever Yang1-11/+0
2020-04-23fdtdec: Fix boundary checkAtish Patra1-1/+2
2020-04-16fdtdec: support multiple phandles in memory carveoutLaurentiu Tudor1-10/+26
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: pci: Update a few more interfaces for const udevice *Simon Glass1-1/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-11-14fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner1-7/+9
2019-11-14fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()Heiko Stuebner1-1/+2
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot1-1/+1
2019-10-08dm: core: Drop fdtdec_get_pci_addr()Simon Glass1-54/+0
2019-10-03dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass1-1/+1
2019-08-26fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPLLukas Auer1-4/+2
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-0/+1
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-06-05fdtdec: Add fdtdec_set_ethernet_mac_address()Thierry Reding1-0/+29
2019-05-22fdtdec: Remove fdt_{addr,size}_unpack()Thierry Reding1-2/+6
2019-04-24fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()Thierry Reding1-7/+0
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+1