1. 1ed83ba common: Add a note about the effort to reduce common.h by Simon Glass · Fri Aug 02 09:44:27 2019 -0600
  2. aaef3bf Drop PCMCIA by Simon Glass · Thu Aug 01 09:47:14 2019 -0600
  3. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  4. 48d3ebc env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · Thu Aug 01 09:47:11 2019 -0600
  5. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  6. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  7. 83c2e49 env: Move env_get_hex() to env.h by Simon Glass · Thu Aug 01 09:46:50 2019 -0600
  8. c301bd8 env: Move env_get_yesno() to env.h by Simon Glass · Thu Aug 01 09:46:49 2019 -0600
  9. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:48 2019 -0600
  10. 07dc93c env: Move env_set_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:47 2019 -0600
  11. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  12. 909ff4d env: Move envmatch() to env.h by Simon Glass · Thu Aug 01 09:46:45 2019 -0600
  13. 8fe4093 env: Move env_relocate() to env.h by Simon Glass · Thu Aug 01 09:46:44 2019 -0600
  14. 79fd214 env: Move env_init() to env.h by Simon Glass · Thu Aug 01 09:46:43 2019 -0600
  15. db22961 env: Move env_get_f() to env.h by Simon Glass · Thu Aug 01 09:46:42 2019 -0600
  16. 2d85a75 env: Move get_env_id() to env.h by Simon Glass · Thu Aug 01 09:46:41 2019 -0600
  17. bf4229c env: Create a new file for environment functions by Simon Glass · Thu Aug 01 09:46:40 2019 -0600
  18. ad375cc common: Remove video_setmem() by Simon Glass · Thu Aug 01 09:46:39 2019 -0600
  19. 42cf22f common: Move lcd_setmem() to lcd.h by Simon Glass · Thu Aug 01 09:46:38 2019 -0600
  20. 57d21d0 common: Drop the dpram_... functions by Simon Glass · Thu Aug 01 09:46:37 2019 -0600
  21. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · Thu Aug 01 09:46:36 2019 -0600
  22. 76d42c1 Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm by Tom Rini · Tue Jan 15 22:05:34 2019 -0500
  23. 619fc68 common: command: Add support for $ auto-completion by Boris Brezillon · Wed Dec 05 09:26:50 2018 +0100
  24. 925c000 serial: Move new functions to serial.h by Simon Glass · Fri Dec 28 14:23:07 2018 -0700
  25. 33aeaaf Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Dec 05 20:32:25 2018 -0500
  26. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed Dec 05 15:06:24 2018 -0500
  27. 44f21da dm: serial: Introduce ->getinfo() callback by Andy Shevchenko · Tue Nov 20 23:52:33 2018 +0200
  28. 08e9879 dm: serial: Add ->getconfig() callback by Andy Shevchenko · Tue Nov 20 23:52:32 2018 +0200
  29. c214edf efi_loader: Reserve unaccessible memory by Alexander Graf · Fri Nov 30 21:24:56 2018 +0100
  30. b64cea0 spi: Remove unused mpc8xx code by Jagan Teki · Thu Nov 22 21:38:38 2018 +0530
  31. ccd035a Drop CONFIG_INIT_CRITICAL by Bin Meng · Thu Nov 22 11:26:26 2018 +0100
  32. 401885a Use _AC and UL macros from linux/const.h by Baruch Siach · Sun Nov 11 12:31:01 2018 +0200
  33. 6ae0ded bootcount: Make bootcount magic configurable by Marek Vasut · Thu Oct 11 00:13:54 2018 +0200
  34. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  35. 70ed0ea sandbox: Add serial test by Patrice Chotard · Fri Aug 03 15:07:41 2018 +0200
  36. 1669e18 common: Fix cpu nr type which is always unsigned type by Michal Simek · Wed Jun 13 08:56:31 2018 +0200
  37. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  38. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · Sun Apr 15 13:51:26 2018 -0400
  39. b1d2344 common: move board_info.c prototypes in init.h by Patrick Delaunay · Tue Mar 13 13:57:03 2018 +0100
  40. b76e7cf common: move board_r.c prototypes in init.h by Patrick Delaunay · Tue Mar 13 13:57:02 2018 +0100
  41. 98c8bbc common: move board_init.c prototypes in init.h by Patrick Delaunay · Tue Mar 13 13:57:01 2018 +0100
  42. a0a2b21 common: move board_f.c prototypes in init.h by Patrick Delaunay · Tue Mar 13 13:57:00 2018 +0100
  43. 685331f post: remove reference to power functions by Patrick Delaunay · Mon Mar 12 09:22:44 2018 +0100
  44. 4fb2621 common: remove unused prototypes by Patrick Delaunay · Mon Mar 12 09:19:22 2018 +0100
  45. c6bfcd5 common: add a prototype for mach_cpu_init() by Patrick Delaunay · Fri Mar 09 18:28:12 2018 +0100
  46. f771678 common: board_f: vid: Add VID specific API to adjust core voltage by Rajesh Bhagat · Wed Jan 17 16:13:08 2018 +0530
  47. 9054a02 Move debug and logging support to a separate header by Simon Glass · Mon Dec 04 13:48:20 2017 -0700
  48. 5e7a1c2 spl: make CONFIG_OF_EMBED pass dts through fdtgrep by Goldschmidt Simon · Tue Nov 21 12:29:56 2017 +0000
  49. 206d580 common: Add a prototype for s_init() by Diego Dorta · Thu Oct 05 09:13:38 2017 -0300
  50. 0d3aa34 gzip: add a function to parse the header by Jean-Jacques Hiblot · Fri Sep 15 12:57:29 2017 +0200
  51. 958f0f0 bug.h: move runtime BUG/WARN macros into <linux/bug.h> by Masahiro Yamada · Sat Sep 16 14:10:45 2017 +0900
  52. 0c9f8eb common.h: remove error() by Masahiro Yamada · Sat Sep 16 14:10:42 2017 +0900
  53. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · Sat Sep 16 14:10:40 2017 +0900
  54. 5e882e9 stdio.h: move printf() stuff from <common.h> to <stdio.h> by Masahiro Yamada · Sat Sep 16 14:10:39 2017 +0900
  55. da1a134 env: Rename some other getenv()-related functions by Simon Glass · Thu Aug 03 12:22:15 2017 -0600
  56. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  57. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  58. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · Thu Aug 03 12:22:10 2017 -0600
  59. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  60. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · Thu Aug 03 12:22:08 2017 -0600
  61. 0522353 common: board_f: Make reserve_mmu a weak function by Siva Durga Prasad Paladugu · Thu Jul 13 19:01:08 2017 +0530
  62. d8b354a board_f: Add new function to allow runtime DTB selection by Cooper Jr., Franklin · Fri Jun 16 17:25:12 2017 -0500
  63. 5e0ef84 serial: make serial_stub_* to static functions by Masahiro Yamada · Thu Jun 22 16:48:49 2017 +0900
  64. 36ff892 common: microblaze: Drop arch-specific declarations by Simon Glass · Wed May 17 08:23:11 2017 -0600
  65. 89e0a3a common: arm: freescale: layerscape: Move header files out of common.h by Simon Glass · Wed May 17 08:23:10 2017 -0600
  66. ce3574f common: arm: davinci: Move header file out of common by Simon Glass · Wed May 17 08:23:09 2017 -0600
  67. 7f7cde5 common: ep93xx: Move arch-specific declarations out of common by Simon Glass · Wed May 17 08:23:08 2017 -0600
  68. 125a4c1 common: freescale: Move arch-specific imx code to arch-imx by Simon Glass · Wed May 17 08:23:07 2017 -0600
  69. 243182c common: freescale: Move arch-specific declarations by Simon Glass · Wed May 17 08:23:06 2017 -0600
  70. 7613579 common: powerpc: Move arch-specific headers by Simon Glass · Wed May 17 08:23:05 2017 -0600
  71. 50e9770 common: Move PPC4xx_SYS_INFO() et al to arch-specific header by Simon Glass · Wed May 17 08:23:04 2017 -0600
  72. b5a2a35 common: Drop determine_sysper() and determine_pci_clock_per() by Simon Glass · Wed May 17 08:23:03 2017 -0600
  73. 790d5386 common: Drop cpu_init_f() declarations by Simon Glass · Wed May 17 08:23:02 2017 -0600
  74. f004e8a arm: Remove include files from common.h by Simon Glass · Wed May 17 08:23:01 2017 -0600
  75. 692abc9 nds32: Remove include files from common.h by Simon Glass · Wed May 17 08:22:57 2017 -0600
  76. 162b09c x86: Don't include asm/u-boot.h in common by Simon Glass · Wed May 17 08:22:56 2017 -0600
  77. 59870b8 sandbox: Don't include asm/u-boot.h in common by Simon Glass · Wed May 17 08:22:55 2017 -0600
  78. 16c61f7 mips: Don't include asm/u-boot.h in common by Simon Glass · Wed May 17 08:22:54 2017 -0600
  79. f96dea9 arc: Don't include asm/u-boot.h in common by Simon Glass · Wed May 17 08:22:53 2017 -0600
  80. 94dd939 nds32: Make u-boot-nds32.h a private header by Simon Glass · Wed May 17 08:22:52 2017 -0600
  81. 6324bbf mips: Make u-boot-mips.h a private header by Simon Glass · Wed May 17 08:22:51 2017 -0600
  82. 4ef529e arm: Make u-boot-arm.h a private header by Simon Glass · Wed May 17 08:22:50 2017 -0600
  83. ae56b13 x86: Make u-boot-x86.h a private header by Simon Glass · Wed May 17 08:22:49 2017 -0600
  84. f237151 sandbox: Make u-boot-sandbox.h a private header by Simon Glass · Wed May 17 08:22:48 2017 -0600
  85. 59df985 arc: Make u-boot-arc.h a private header by Simon Glass · Wed May 17 08:22:47 2017 -0600
  86. 4f1920d samsung: usb: Drop ohci-s3c24xx driver by Simon Glass · Wed May 17 08:22:44 2017 -0600
  87. ac53a5c api: Add a header for api_init() by Simon Glass · Wed May 17 08:22:40 2017 -0600
  88. abd7d92 common: Move get_OPB_freq() and get_PCI_freq() to PPC header by Simon Glass · Wed May 17 08:22:39 2017 -0600
  89. 1835a1c common: Move pcie_setup_hoses() to PPC header by Simon Glass · Wed May 17 08:22:38 2017 -0600
  90. b216597 common: Drop pci_master_init() by Simon Glass · Wed May 17 08:22:37 2017 -0600
  91. b4e7cf5 common: Move pci_target_init() to PPC header by Simon Glass · Wed May 17 08:22:36 2017 -0600
  92. c255d3c common: Drop pci_pre_init() and is_pci_host() by Simon Glass · Wed May 17 08:22:35 2017 -0600
  93. a1ca1ca common: Drop inclusion of pci.h by Simon Glass · Wed May 17 08:22:34 2017 -0600
  94. 7c5ad8b i2c: Drop use of CONFIG_I2C_HARD by Simon Glass · Fri May 12 21:09:49 2017 -0600
  95. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · Thu Apr 06 12:47:05 2017 -0600
  96. bbf26ab powerpc: Move setup_board_extra() into a PPC file by Simon Glass · Fri Mar 31 08:40:36 2017 -0600
  97. 4096e3a Move dram_init_banksize() to a common header by Simon Glass · Fri Mar 31 08:40:33 2017 -0600
  98. 39f90ba board_f: Drop return value from initdram() by Simon Glass · Fri Mar 31 08:40:25 2017 -0600
  99. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · Fri Mar 31 08:40:24 2017 -0600
  100. c04d5b9 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · Tue Mar 28 10:27:29 2017 -0600