Age | Commit message (Expand) | Author |
2017-06-01 | fdt: Rename a few functions in fdt_support | Simon Glass |
2017-06-01 | fdt: Update fdt_get_base_address() to use const | Simon Glass |
2017-03-26 | fdt_support: Fixup 'ethernet' aliases not ending in digits | Tuomas Tynkkynen |
2017-02-09 | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini |
2017-02-08 | common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdparts | Ladislav Michl |
2017-02-07 | net: cosmetic: Do not use magic values for ARP_HLEN | oliver@schinagl.nl |
2016-12-02 | libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY | Masahiro Yamada |
2016-10-13 | cmd/fdt: add possibilty to have 'extrasize' on fdt resize | Hannes Schmelzer |
2016-08-12 | fdt_support: fdt_translate_address() blob const correctness | Stephen Warren |
2016-05-25 | fdt: Document the rest of struct of_bus | Paul Burton |
2016-05-25 | fdt: Support for ISA busses | Paul Burton |
2016-05-03 | fdt: fix setting MAC addresses for multiple interfaces | Lev Iserovich |
2016-03-17 | Revert "fdt: fix address cell count checking in fdt_translate_address()" | Przemyslaw Marczak |
2016-01-20 | Revert "fdt_support: Add multi-serial support for stdout fixup" | Bin Meng |
2016-01-13 | Merge git://git.denx.de/u-boot-net | Tom Rini |
2016-01-07 | fdt: fix address cell count checking in fdt_translate_address() | Przemyslaw Marczak |
2015-12-21 | fdt: Rewrite the logic in fdt_fixup_ethernet() | Bin Meng |
2015-12-21 | fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet() | Bin Meng |
2015-12-09 | fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE | Bin Meng |
2015-10-26 | fdt_support: Don't panic if stdout alias is missing | Scott Wood |
2015-07-20 | fdt: prevent clearing memory node if there are no banks | Andre Przywara |
2015-06-05 | fdt: Pass the device serial number through devicetree | Paul Kocialkowski |
2015-05-05 | fdt: Correct warning in fdt_setup_simplefb_node() | Simon Glass |
2015-04-22 | fdt: add new fdt_fixup_display function to configure display | Tim Harvey |
2014-12-04 | Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 | Tom Rini |
2014-12-01 | fdt: Fix regression in fdt_pack_reg() | Hans de Goede |
2014-11-26 | sandbox: Fix warnings due to 64-bit printf() strings | Simon Glass |
2014-11-26 | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini |
2014-11-26 | Merge git://git.denx.de/u-boot-fdt | Tom Rini |
2014-11-25 | fdt_support: Add a fdt_setup_simplefb_node helper function | Hans de Goede |
2014-11-23 | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada |
2014-11-21 | fdt: Try to use fdt_address_cells()/fdt_size_cells() | Simon Glass |
2014-11-21 | fdt: Change fdt_pack_reg() to static and fix types | Simon Glass |
2014-11-21 | fdt: Export the fdt_find_or_add_subnode() function | Simon Glass |
2014-09-25 | fdt_support: Make of_bus_default_count_cells non static | Arnab Basu |
2014-09-25 | fdt_support: Move of_read_number to fdt_support.h | Arnab Basu |
2014-08-09 | fdt: Rename fdt_resize() to fdt_shrink_to_minimum() | Simon Glass |
2014-06-19 | fdt_support: correct the return condition of fdt_initrd() | Masahiro Yamada |
2014-06-19 | fdt_support: fix an endian bug of fdt_initrd() | Masahiro Yamada |
2014-06-19 | fdt_support: fix an endian bug of fdt_fixup_memory_banks | Masahiro Yamada |
2014-06-19 | fdt_support: add 'const' qualifier for unchanged argument | Masahiro Yamada |
2014-06-19 | fdt_support: refactor fdt_fixup_stdout() function | Masahiro Yamada |
2014-06-19 | fdt_support: delete force argument of fdt_chosen() | Masahiro Yamada |
2014-06-19 | fdt_support: delete force argument of fdt_initrd() | Masahiro Yamada |
2014-06-19 | fdt_support: refactor with fdt_find_or_add_subnode helper func | Masahiro Yamada |
2014-06-19 | fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR | Masahiro Yamada |
2014-06-19 | ARM: fdt support: Add usbethaddr as an acceptable MAC | Dan Murphy |
2014-04-22 | fdt_support: Add helper function to read "ranges" property | Alexander Graf |
2014-04-22 | fdt_support: split fdt_getprop_u32_default | Alexander Graf |
2014-01-20 | fdt_support.c: Correct linux,initrd-start/end setting | Tom Rini |