1. 5e0ef84 serial: make serial_stub_* to static functions by Masahiro Yamada · 7 years ago
  2. 36ff892 common: microblaze: Drop arch-specific declarations by Simon Glass · 8 years ago
  3. 89e0a3a common: arm: freescale: layerscape: Move header files out of common.h by Simon Glass · 8 years ago
  4. ce3574f common: arm: davinci: Move header file out of common by Simon Glass · 8 years ago
  5. 7f7cde5 common: ep93xx: Move arch-specific declarations out of common by Simon Glass · 8 years ago
  6. 125a4c1 common: freescale: Move arch-specific imx code to arch-imx by Simon Glass · 8 years ago
  7. 243182c common: freescale: Move arch-specific declarations by Simon Glass · 8 years ago
  8. 7613579 common: powerpc: Move arch-specific headers by Simon Glass · 8 years ago
  9. 50e9770 common: Move PPC4xx_SYS_INFO() et al to arch-specific header by Simon Glass · 8 years ago
  10. b5a2a35 common: Drop determine_sysper() and determine_pci_clock_per() by Simon Glass · 8 years ago
  11. 790d5386 common: Drop cpu_init_f() declarations by Simon Glass · 8 years ago
  12. f004e8a arm: Remove include files from common.h by Simon Glass · 8 years ago
  13. 692abc9 nds32: Remove include files from common.h by Simon Glass · 8 years ago
  14. 162b09c x86: Don't include asm/u-boot.h in common by Simon Glass · 8 years ago
  15. 59870b8 sandbox: Don't include asm/u-boot.h in common by Simon Glass · 8 years ago
  16. 16c61f7 mips: Don't include asm/u-boot.h in common by Simon Glass · 8 years ago
  17. f96dea9 arc: Don't include asm/u-boot.h in common by Simon Glass · 8 years ago
  18. 94dd939 nds32: Make u-boot-nds32.h a private header by Simon Glass · 8 years ago
  19. 6324bbf mips: Make u-boot-mips.h a private header by Simon Glass · 8 years ago
  20. 4ef529e arm: Make u-boot-arm.h a private header by Simon Glass · 8 years ago
  21. ae56b13 x86: Make u-boot-x86.h a private header by Simon Glass · 8 years ago
  22. f237151 sandbox: Make u-boot-sandbox.h a private header by Simon Glass · 8 years ago
  23. 59df985 arc: Make u-boot-arc.h a private header by Simon Glass · 8 years ago
  24. 4f1920d samsung: usb: Drop ohci-s3c24xx driver by Simon Glass · 8 years ago
  25. ac53a5c api: Add a header for api_init() by Simon Glass · 8 years ago
  26. abd7d92 common: Move get_OPB_freq() and get_PCI_freq() to PPC header by Simon Glass · 8 years ago
  27. 1835a1c common: Move pcie_setup_hoses() to PPC header by Simon Glass · 8 years ago
  28. b216597 common: Drop pci_master_init() by Simon Glass · 8 years ago
  29. b4e7cf5 common: Move pci_target_init() to PPC header by Simon Glass · 8 years ago
  30. c255d3c common: Drop pci_pre_init() and is_pci_host() by Simon Glass · 8 years ago
  31. a1ca1ca common: Drop inclusion of pci.h by Simon Glass · 8 years ago
  32. 7c5ad8b i2c: Drop use of CONFIG_I2C_HARD by Simon Glass · 8 years ago
  33. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · 8 years ago
  34. bbf26ab powerpc: Move setup_board_extra() into a PPC file by Simon Glass · 8 years ago
  35. 4096e3a Move dram_init_banksize() to a common header by Simon Glass · 8 years ago
  36. 39f90ba board_f: Drop return value from initdram() by Simon Glass · 8 years ago
  37. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
  38. c04d5b9 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · 8 years ago
  39. 156283f board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 8 years ago
  40. 4c974d7 board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 8 years ago
  41. 25eb4cb board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · 8 years ago
  42. 61572ad board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · 8 years ago
  43. ffe0fb4 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · 8 years ago
  44. 295c423 board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 8 years ago
  45. 210ebce Blackfin: Remove by Tom Rini · 8 years ago
  46. 7e9b9d6 dm: Add callback to modify the device tree by mario.six@gdsys.cc · 8 years ago
  47. e85bd58 Drop CONFIG_CMD_DOC by Simon Glass · 8 years ago
  48. 68c1d01 Drop the static inline print_cpuinfo() by Simon Glass · 8 years ago
  49. 302445a powerpc: Drop probecpu() in favour of arch_cpu_init() by Simon Glass · 8 years ago
  50. 4892d39 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  51. a4f0b8e time: move timer APIs to include/time.h by Masahiro Yamada · 8 years ago
  52. 29d2a62 delay: collect {m, n, u}delay declarations to include/linux/delay.h by Masahiro Yamada · 8 years ago
  53. 9fcee53 move UL() macro from armv8/mmu.h into common.h by Andre Przywara · 8 years ago
  54. 98b685d Use separate options for TPL support by Simon Glass · 8 years ago
  55. e558f6a Add warn_non_spl() to show a message in U-Boot proper by Simon Glass · 8 years ago
  56. 1ec1c3a Add comments for debug() and pr_fmt by Simon Glass · 8 years ago
  57. cbf1a93 common: Always include errno.h in common.h by Joe Hershberger · 9 years ago
  58. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  59. 8b42692 fdt: Allow libfdt to be used in SPL by Simon Glass · 9 years ago
  60. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  61. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  62. 6cb4c46 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  63. 85bcce3 dm: pci: Convert 'pci' command to driver model by Simon Glass · 9 years ago
  64. f422ae7 eeprom: Add bus argument to eeprom_init() by Marek Vasut · 9 years ago
  65. ff933f5 eeprom: Zap eeprom_probe() by Marek Vasut · 9 years ago
  66. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  67. e4e93ea armv8/fsl_lsch2: Add fsl_lsch2 SoC by Mingkai Hu · 9 years ago
  68. 0e58b51 armv8/fsl_lsch3: Change arch to fsl-layerscape by Mingkai Hu · 9 years ago
  69. f41a3ca Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  70. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  71. a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  72. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  73. 08ef305 Allow arch-specific setting of global_data in board_init_f_mem() by Simon Glass · 9 years ago
  74. 62cb156 spl, common, serial: build SPL without serial support by Heiko Schocher · 9 years ago
  75. 63f581f efi: Add support for loading U-Boot through an EFI stub by Simon Glass · 9 years ago
  76. d61718b Add a way of checking the position of a structure member by Simon Glass · 9 years ago
  77. 442e5d7 arm: Allow cleanup_before_linux() without disabling caches by Simon Glass · 10 years ago
  78. ec9dbc9 meminfo cmd: Enable printing >=4GiB SDRAM sizes by Andrew Bradford · 10 years ago
  79. 7da617c Move display_options functions to their own header by Simon Glass · 10 years ago
  80. 5441b04 gunzip: add gzwrite routine for extracting compresed images to block device by Eric Nelson · 10 years ago
  81. 5b4d7ff powerpc/mpc85xx: Remove some dead code by Scott Wood · 10 years ago
  82. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
  83. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  84. 7af8d05 dm: Add a new CPU init function which can use driver model by Simon Glass · 10 years ago
  85. dbf0bc8 powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCs by Shaveta Leekha · 10 years ago
  86. 2542986 common/board_f: factor out reserve_stacks by Andreas Bießmann · 10 years ago
  87. ef932b0 common: Move dram_init() declaration to common location by Michal Simek · 10 years ago
  88. 9607f7a generic-board: show model name in board_init_f() too by Masahiro Yamada · 10 years ago
  89. 31e68c6 powerpc: 74xx_7xx: remove 74xx_7xx cpu support by Masahiro Yamada · 10 years ago
  90. 0211cad mpc8xx: remove lwmon board support by Masahiro Yamada · 10 years ago
  91. 4aaf363 ARM: remove redundant asmlinkage define by Masahiro Yamada · 10 years ago
  92. d0506f7 x86: move arch-specific asmlinkage to <asm/linkage.h> by Masahiro Yamada · 10 years ago
  93. cdc932a powerpc: mpc8xx: remove hermes board support by Masahiro Yamada · 10 years ago
  94. 74d5b54 x86: Add a definition of asmlinkage by Simon Glass · 10 years ago
  95. 09cf4cd Add pr_fmt() macro by Thierry Reding · 10 years ago
  96. b8f8921 linux/kernel.h: add typechecking to roundup macro by Masahiro Yamada · 10 years ago
  97. bd42662 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  98. 959add8 include/common.h: remove DIV_ROUND definition by Masahiro Yamada · 10 years ago
  99. 08ea373 Tidy up data sizes and function comment in display_options by Simon Glass · 10 years ago
  100. 0e10316 Use uint64_t for time types by Simon Glass · 10 years ago