| Commit message (Expand) | Author | Age | Files | Lines |
* | fdt_support: Add kernel-doc for fdt_fixup_memory_banks() | Michal Simek | 2021-08-26 | 1 | -0/+18 |
* | global: Convert simple_strtoul() with hex to hextoul() | Simon Glass | 2021-08-02 | 1 | -1/+1 |
* | spl: fit: Also record architecture in /fit-images | Michal Simek | 2021-06-23 | 1 | -1/+3 |
* | fdt_support: move fdt_valid from cmd_fdt.c to fdt_support.c | Kory Maincent | 2021-05-13 | 1 | -0/+46 |
* | Revert "fdt: translate address if #size-cells = <0>" | Dario Binacchi | 2021-05-12 | 1 | -4/+2 |
* | fdt_support.c: Allow late kernel cmdline modification | Niko Mauno | 2021-05-04 | 1 | -1/+11 |
* | common: fdt_support: Support special case of PCI address in fdt_read_prop() | Bin Meng | 2021-03-05 | 1 | -3/+17 |
* | fdt/sunxi: Remove OF_STDOUT_PATH | Andre Przywara | 2021-02-19 | 1 | -8/+1 |
* | dm: Introduce xxx_get_dma_range() | Nicolas Saenz Julienne | 2021-02-18 | 1 | -0/+73 |
* | fdt: translate address if #size-cells = <0> | Dario Binacchi | 2021-01-12 | 1 | -2/+4 |
* | spl: fdt: Record load/entry fit-images entries in 64bit format | Michal Simek | 2020-10-27 | 1 | -7/+2 |
* | spl: Use standard FIT entries | Michal Simek | 2020-10-27 | 1 | -2/+2 |
* | fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() | Masahiro Yamada | 2020-07-25 | 1 | -7/+10 |
* | fdt_support: call mtdparts_init() after finding MTD node to fix up | Masahiro Yamada | 2020-07-25 | 1 | -3/+8 |
* | fdt_support: add static to fdt_node_set_part_info() | Masahiro Yamada | 2020-07-25 | 1 | -2/+2 |
* | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" | Tom Rini | 2020-07-24 | 1 | -20/+12 |
* | fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts() | Masahiro Yamada | 2020-07-20 | 1 | -7/+10 |
* | fdt_support: call mtdparts_init() after finding MTD node to fix up | Masahiro Yamada | 2020-07-20 | 1 | -3/+8 |
* | fdt_support: add static to fdt_node_set_part_info() | Masahiro Yamada | 2020-07-20 | 1 | -2/+2 |
* | 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 |
* | common: fdt_support: add support for setting usable memory | Igor Opaniuk | 2019-12-06 | 1 | -0/+35 |
* | fdt: Fix alignment issue when reading 64-bits properties from fdt | Jean-Jacques Hiblot | 2019-10-27 | 1 | -1/+1 |
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges() | Marek Vasut | 2019-07-24 | 1 | -11/+14 |
* | fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found | Masahiro Yamada | 2019-07-24 | 1 | -1/+1 |
* | dm: core: Introduce xxx_translate_dma_address() | Fabien Dessenne | 2019-07-22 | 1 | -0/+6 |
* | common: fdt_support: Check mtdparts cell size | Stefan Mavrodiev | 2019-05-21 | 1 | -9/+22 |
* | fdt_shrink_to_minimum: do not mark fdt space reserved unconditionally | Simon Goldschmidt | 2019-05-09 | 1 | -4/+8 |
* | fdt: Remove duplicate code | Thierry Reding | 2019-04-11 | 1 | -6/+0 |
* | common: fdt_support: print hexadecimal numbers in debug | Sekhar Nori | 2019-01-14 | 1 | -2/+2 |
* | fdt_support: fdt reservations on the sandbox | Heinrich Schuchardt | 2018-12-02 | 1 | -1/+2 |
* | Remove <inttypes.h> includes and PRI* usages in printf() entirely | Masahiro Yamada | 2018-09-10 | 1 | -10/+7 |
* | fdt_support: Use CONFIG_NR_DRAM_BANKS if necessary | Ramon Fried | 2018-08-16 | 1 | -0/+4 |
* | common: fdt: Make fdt_del_subnodes/fdt_del_partition static | Michal Simek | 2018-08-07 | 1 | -2/+2 |
* | Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined" | Ramon Fried | 2018-07-28 | 1 | -4/+0 |
* | fdt_support: make fdt_fixup_mtdparts() prototype more specific | Masahiro Yamada | 2018-07-25 | 1 | -6/+7 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada | 2018-03-05 | 1 | -1/+1 |
* | fdt: Fixup only valid memory banks | Thierry Reding | 2018-02-23 | 1 | -0/+7 |
* | fdt: Fixup only valid memory banks | Thierry Reding | 2018-02-18 | 1 | -1/+7 |
* | spl: fit: move fdt_record_loadable out of ARCH_FIXUP_FDT_MEMORY guard | Philipp Tomsich | 2018-02-13 | 1 | -39/+39 |
* | common: Fix-up MAC addr in dts by fetching env variable serially | Prabhakar Kushwaha | 2017-12-24 | 1 | -4/+21 |
* | spl: fit: implement fdt_record_loadable | Philipp Tomsich | 2017-11-26 | 1 | -0/+39 |
* | fdt: Introduce helper method fdt_overlay_apply_verbose() | Pantelis Antoniou | 2017-09-15 | 1 | -0/+31 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -3/+3 |
* | fdt: Correct fdt_get_base_address() | Simon Glass | 2017-08-01 | 1 | -5/+2 |
* | powerpc: remove 4xx support | Heiko Schocher | 2017-07-03 | 1 | -78/+0 |
* | fdt: Rename a few functions in fdt_support | Simon Glass | 2017-06-01 | 1 | -13/+13 |
* | fdt: Update fdt_get_base_address() to use const | Simon Glass | 2017-06-01 | 1 | -1/+1 |