1. 8a805df ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size by Stefan Roese · 14 years ago
  2. 6395f31 fdt: call fdt_parent_offset fewer times while translating addresses by Scott Wood · 14 years ago
  3. 3840ebf fdt: Fix bug in size calculation in fdt_resize() with initrd use by Feng Wang · 14 years ago
  4. b4b847e fdt: Add function to alloc phandle values by Kumar Gala · 14 years ago
  5. 75e73af fdt: Add fdt_node_offset_by_compat_reg helper by Kumar Gala · 14 years ago
  6. a0342c0 fdt: Add fdt_translate_address to convert reg node to cpu phys addr by Kumar Gala · 14 years ago
  7. 5d0c3b5 fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c by Kim Phillips · 14 years ago
  8. 3057c6b fdt_support: add entry for sec3.1 and fix sec3.3 by Kim Phillips · 15 years ago
  9. 49b97d9 fdt: Add fdt_del_node_and_alias helper by Kumar Gala · 15 years ago
  10. 3c950e2 fdt_support: add partitions fixup in mtd node by Anatolij Gustschin · 15 years ago
  11. 3e303f7 fdt_support: Add multi-serial support for stdout fixup by Anton Vorontsov · 15 years ago
  12. d535a49 fdt: Fix fdt padding issue for initrd mem_rsv by Kumar Gala · 15 years ago
  13. 30d45c0 fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb by Stefan Roese · 15 years ago
  14. cfd700b fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges by Kumar Gala · 15 years ago
  15. 0f89860 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx by Peter Tyser · 15 years ago
  16. ff4e66e pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity by Kumar Gala · 16 years ago
  17. c088a10 fdt_resize(): fix actualsize calculations with unaligned blobs by Peter Korsgaard · 16 years ago
  18. f242a08 fdt_resize(): ensure minimum padding by Peter Korsgaard · 16 years ago
  19. 8ab451c fdt: Added helper to set PCI dma-ranges property by Kumar Gala · 16 years ago
  20. 3bed2aa fdt: Add fdt_getprop_u32_default helpers by Kumar Gala · 16 years ago
  21. 56844a2 powerpc: Fix bootm to boot up again with a Ramdisk by Heiko Schocher · 16 years ago
  22. 2a1a2cb fdt: refactor initrd related code by Kumar Gala · 16 years ago
  23. 3082d23 fdt: refactor fdt resize code by Kumar Gala · 16 years ago
  24. ce0eb70 Merge branch 'next' by Kim Phillips · 16 years ago
  25. ba37aa0 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t by Kumar Gala · 16 years ago
  26. 015b27b fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups by Anton Vorontsov · 16 years ago
  27. 6b70ffb fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · 16 years ago
  28. 4077781 fdt: Fix typo in variable name. by Detlev Zundel · 16 years ago
  29. ae9e97f libfdt: Move the working_fdt pointer to cmd_fdt.c by Gerald Van Baren · 16 years ago
  30. e489b9c fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  31. 18e69a3 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role by Anton Vorontsov · 17 years ago
  32. 43ddd9c Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T by Jerry Van Baren · 17 years ago
  33. d9ad115 Fix building of fdt_support.c if DEBUG set by Kumar Gala · 17 years ago
  34. 69018ce QE: Move FDT support into a common file by Kumar Gala · 17 years ago
  35. b8ec238 85xx: add ability to upload QE firmware by Timur Tabi · 17 years ago
  36. b60af3d Fine grained per property /chosen updating. by Gerald Van Baren · 17 years ago
  37. c01b17d Conditionally compile fdt_fixup_ethernet() by Gerald Van Baren · 17 years ago
  38. 151c8b0 Added fdt_fixup_stdout that uses aliases to set linux,stdout-path by Kumar Gala · 17 years ago
  39. 3c92728 Add common memory fixup function by Kumar Gala · 17 years ago
  40. 9c9109e Conditionally compile fdt_support.c by Kumar Gala · 17 years ago
  41. 9eb77ce Add additional fdt fixup helper functions by Kumar Gala · 17 years ago
  42. ab54463 Add fdt_fixup_ethernet helper to set mac addresses by Kumar Gala · 17 years ago
  43. 8d04f02 Update libfdt from device tree compiler (dtc) by Kumar Gala · 17 years ago
  44. e93becf Move do_fixup* for libfdt into common code by Kumar Gala · 17 years ago
  45. a3c2933 Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt by Kumar Gala · 17 years ago
  46. d35b508 fdt: suppress unused variable 'bd' warning by Kim Phillips · 17 years ago
  47. 5fe6be6 Improve error print messages. by Gerald Van Baren · 17 years ago
  48. fd61e55 Create new fdt boardsetup command, fix bug parsing [] form of set values. by Gerald Van Baren · 17 years ago
  49. 6f35ded Tighten up the error messages. by Gerald Van Baren · 17 years ago
  50. 35ec398 Fix fdt_chosen() to call ft_board_setup(), clean up long lines. by Gerald Van Baren · 17 years ago
  51. 1a86116 Replace fdt_node_offset() with fdt_find_node_by_path(). by Gerald Van Baren · 17 years ago
  52. bb930e7 Minor code clean up. by Gerald Van Baren · 18 years ago
  53. ba24e2a Improve error messages, more informative. by Gerald Van Baren · 18 years ago
  54. 7651f8b Fix serious pointer bug with bootm and reserve map. by Gerald Van Baren · 18 years ago
  55. c28abb9 Improve the bootm command for CONFIG_OF_LIBFDT by Gerald Van Baren · 18 years ago
  56. 64dbbd4 Moved fdt command support code to fdt_support.c by Gerald Van Baren · 18 years ago