index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
fdtdec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-30
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
1
-1
/
+0
2023-04-28
fdt: Indicate that people should use the ofnode API
Simon Glass
1
-0
/
+3
2023-04-28
mtd: nand: sunxi: Convert from fdtdec to ofnode
Samuel Holland
1
-1
/
+0
2023-01-18
Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"
Simon Glass
1
-2
/
+5
2023-01-18
fdt: Check for overlapping data and FDT
Simon Glass
1
-0
/
+23
2023-01-18
fdt: Pass the device tree to fdtdec_prepare_fdt()
Simon Glass
1
-11
/
+11
2023-01-18
fdt: Drop ifdefs in fdtdec_prepare_fdt()
Simon Glass
1
-15
/
+17
2023-01-18
fdt: Avoid exporting fdtdec_prepare_fdt()
Simon Glass
1
-13
/
+13
2022-09-29
dm: core: Provide a way to reset the device tree
Simon Glass
1
-1
/
+4
2022-09-29
dm: core: Drop ofnode_is_available()
Simon Glass
1
-1
/
+1
2022-08-10
common: Drop display_options.h from common header
Simon Glass
1
-0
/
+1
2022-06-06
fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ
Rasmus Villemoes
1
-5
/
+2
2022-04-25
nds32: Remove the architecture
Tom Rini
1
-7
/
+0
2022-04-22
fdt: Fix TPL SEPARATE_BSS check when locating DTB
Andrew Abbott
1
-1
/
+1
2022-04-06
fdt: sandbox: Avoid looking for an appended device tree
Simon Glass
1
-0
/
+3
2022-04-06
fdt: Correct condition for SEPARATE_BSS
Simon Glass
1
-1
/
+1
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-2
/
+2
2021-12-23
fdt: Add a Kconfig for boards with a prior stage
Simon Glass
1
-0
/
+1
2021-12-23
fdt: Report the devicetree source
Simon Glass
1
-0
/
+13
2021-12-23
fdt: Record where the devicetree came from
Simon Glass
1
-5
/
+15
2021-12-23
fdt: Don't call board_fdt_blob_setup() without OF_BOARD
Simon Glass
1
-9
/
+12
2021-12-23
fdt: Drop remaining preprocessor macros in fdtdec_setup()
Simon Glass
1
-9
/
+11
2021-12-23
fdt: Drop OF_CONTROL check in fdtdec_setup()
Simon Glass
1
-5
/
+3
2021-12-23
fdt: Use if() for fdtcontroladdr check
Simon Glass
1
-5
/
+4
2021-12-23
fdt: Drop #ifdef around board_fdt_blob_setup()
Simon Glass
1
-2
/
+0
2021-12-23
fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()
Simon Glass
1
-5
/
+1
2021-12-23
fdt: Drop #ifdefs with MULTI_DTB_FIT
Simon Glass
1
-20
/
+11
2021-12-23
fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()
Simon Glass
1
-24
/
+38
2021-10-27
sandbox: Remove OF_HOSTFILE
Ilias Apalodimas
1
-7
/
+7
2021-10-18
treewide: Remove OF_PRIOR_STAGE
Ilias Apalodimas
1
-2
/
+0
2021-10-13
fdtdec: Support reserved-memory flags
Thierry Reding
1
-10
/
+18
2021-10-13
fdtdec: Reorder fdtdec_set_carveout() parameters for consistency
Thierry Reding
1
-3
/
+3
2021-10-13
fdtdec: Support compatible string list for reserved memory
Thierry Reding
1
-2
/
+67
2021-10-13
fdtdec: Support retrieving the name of a carveout
Thierry Reding
1
-4
/
+8
2021-10-13
fdtdec: Allow using fdtdec_get_carveout() in loops
Thierry Reding
1
-1
/
+1
2021-09-25
treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...
Simon Glass
1
-44
/
+0
2021-09-13
pci: Drop DM_PCI check from fdtdec
Simon Glass
1
-2
/
+8
2021-08-03
Merge https://source.denx.de/u-boot/custodians/u-boot-samsung
Tom Rini
1
-2
/
+0
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
1
-1
/
+1
2021-07-27
samsung: exynos: Convert SROMC interface to a driver
Simon Glass
1
-2
/
+0
2021-04-29
dm: core: Add address translation in fdt_get_resource
Patrick Delaunay
1
-1
/
+5
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
1
-0
/
+1
2021-02-15
Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()"
Tom Rini
1
-1
/
+1
2021-02-03
fdtdec: Cast prior_stage_fdt_address with uintptr_t
Bin Meng
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-27
fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()
Simon Glass
1
-1
/
+1
2021-01-27
fdtdec: Update the missing-devicetree message
Simon Glass
1
-1
/
+2
2020-12-22
fdt: Use phandle to distinguish DT nodes with same name
Aswath Govindraju
1
-0
/
+11
2020-10-06
fdtdec: correct test on return of fdt_node_offset_by_phandle
Patrick Delaunay
1
-1
/
+1
2020-09-22
fdtdec: optionally add property no-map to created reserved memory node
Etienne Carriere
1
-2
/
+8
[next]