index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
fdtdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
2021-02-15
1
-0
/
+1
|
\
|
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
|
Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()"
Tom Rini
2021-02-15
1
-1
/
+1
*
|
fdtdec: Cast prior_stage_fdt_address with uintptr_t
Bin Meng
2021-02-03
1
-1
/
+1
|
/
*
fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()
Simon Glass
2021-01-27
1
-1
/
+1
*
fdtdec: Update the missing-devicetree message
Simon Glass
2021-01-27
1
-1
/
+2
*
fdt: Use phandle to distinguish DT nodes with same name
Aswath Govindraju
2020-12-22
1
-0
/
+11
*
fdtdec: correct test on return of fdt_node_offset_by_phandle
Patrick Delaunay
2020-10-06
1
-1
/
+1
*
fdtdec: optionally add property no-map to created reserved memory node
Etienne Carriere
2020-09-22
1
-2
/
+8
*
Merge branch 'master' into next
Tom Rini
2020-09-21
1
-2
/
+2
|
\
|
*
lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree API
Marek Vasut
2020-09-16
1
-2
/
+2
*
|
CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined
Stefan Roese
2020-08-26
1
-5
/
+0
|
/
*
fdtdec: Add API to read pci bus-range property
Suneel Garapati
2020-08-25
1
-0
/
+16
*
lib: fdt: Convert fdtdes_setup_mem..() to livetree API
Michal Simek
2020-08-20
1
-32
/
+35
*
lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest()
Michal Simek
2020-08-20
1
-0
/
+45
*
Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"
Michal Simek
2020-07-25
1
-8
/
+3
*
Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"
Michal Simek
2020-07-25
1
-12
/
+6
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
1
-9
/
+20
*
Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"
Michal Simek
2020-07-20
1
-8
/
+3
*
Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"
Michal Simek
2020-07-20
1
-12
/
+6
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
1
-1
/
+2
*
fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory()
Bin Meng
2020-06-11
1
-1
/
+2
*
fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory()
Bin Meng
2020-06-11
1
-1
/
+2
*
fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup()
Marek Vasut
2020-05-20
1
-1
/
+10
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
libfdt: Make fdtdec_get_child_count() available for HOST
Kever Yang
2020-04-24
1
-11
/
+0
*
fdtdec: Fix boundary check
Atish Patra
2020-04-23
1
-1
/
+2
*
fdtdec: support multiple phandles in memory carveout
Laurentiu Tudor
2020-04-16
1
-10
/
+26
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
1
-0
/
+1
*
dm: pci: Update a few more interfaces for const udevice *
Simon Glass
2020-02-05
1
-1
/
+1
*
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
1
-0
/
+1
*
common: Move RAM-sizing functions to init.h
Simon Glass
2020-01-17
1
-0
/
+1
*
fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()
Heiko Stuebner
2019-11-14
1
-7
/
+9
*
fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()
Heiko Stuebner
2019-11-14
1
-1
/
+2
*
fdt: Fix alignment issue when reading 64-bits properties from fdt
Jean-Jacques Hiblot
2019-10-27
1
-1
/
+1
*
dm: core: Drop fdtdec_get_pci_addr()
Simon Glass
2019-10-08
1
-54
/
+0
*
dm: core: Correct low cell in ofnode_read_pci_addr()
Simon Glass
2019-10-03
1
-1
/
+1
*
fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL
Lukas Auer
2019-08-26
1
-4
/
+2
*
env: Move env_get_ulong() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
common: Move gzip functions into a new gzip header
Simon Glass
2019-08-11
1
-0
/
+1
*
fdtdec: Add fdtdec_set_ethernet_mac_address()
Thierry Reding
2019-06-05
1
-0
/
+29
*
fdtdec: Remove fdt_{addr,size}_unpack()
Thierry Reding
2019-05-21
1
-2
/
+6
*
fdtdec: Use fdt_setprop_u32() for fdtdec_set_phandle()
Thierry Reding
2019-04-23
1
-7
/
+0
*
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2019-04-14
1
-1
/
+1
|
\
|
*
x86: dts: switch spi-flash to jedec, spi-nor compatible
Neil Armstrong
2019-04-12
1
-1
/
+1
*
|
fdtdec: Implement carveout support functions
Thierry Reding
2019-04-11
1
-0
/
+87
*
|
fdtdec: Implement fdtdec_add_reserved_memory()
Thierry Reding
2019-04-11
1
-0
/
+131
*
|
fdtdec: Implement fdtdec_set_phandle()
Thierry Reding
2019-04-11
1
-0
/
+7
|
/
*
lib: fdt: Allow LZO and GZIP DT compression in U-Boot
Marek Vasut
2019-04-09
1
-1
/
+1
[next]