1. 1f26500 common: Drop floppy disk support by Simon Glass · Sat Dec 28 10:44:47 2019 -0700
  2. 6ba0392 common: Move jumptable_init() out of common.h by Simon Glass · Sat Dec 28 10:44:46 2019 -0700
  3. 284f71b common: Move relocate_code() to init.h by Simon Glass · Sat Dec 28 10:44:45 2019 -0700
  4. 1b3f75f common: Move functions for loading from fat/ext2 to fs.h by Simon Glass · Sat Dec 28 10:44:44 2019 -0700
  5. 6e51ee1 common: Move do_tftpb() to net.h by Simon Glass · Sat Dec 28 10:44:43 2019 -0700
  6. e16f4c4 common: Move embedded fdt location to fdtdec.h by Simon Glass · Sat Dec 28 10:44:42 2019 -0700
  7. 215b9a9 common: Drop checkflash() and checkdram() by Simon Glass · Sat Dec 28 10:44:41 2019 -0700
  8. a606ffc common: Move flash_perror() to flash.h by Simon Glass · Sat Dec 28 10:44:40 2019 -0700
  9. a5037e2 common: Move main_loop() to init.h by Simon Glass · Sat Dec 28 10:44:39 2019 -0700
  10. 0ae771f common: Drop mdm_init() by Simon Glass · Sat Dec 28 10:44:38 2019 -0700
  11. 0288d2e common: remove duplicate typedef for uchar by Heinrich Schuchardt · Tue Dec 10 07:43:33 2019 +0100
  12. eba6b8d common: Move old EEPROM functions into a new header by Simon Glass · Thu Nov 14 12:57:50 2019 -0700
  13. 8e50a0e common: Drop get_endaddr() by Simon Glass · Thu Nov 14 12:57:49 2019 -0700
  14. 537ecc9 common: Move trap_init() out of common.h by Simon Glass · Thu Nov 14 12:57:48 2019 -0700
  15. 18afe10 common: Move pci_init_board() out of common.h by Simon Glass · Thu Nov 14 12:57:47 2019 -0700
  16. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  17. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · Thu Nov 14 12:57:45 2019 -0700
  18. 320a5d4 common: Drop board_show_dram() by Simon Glass · Thu Nov 14 12:57:44 2019 -0700
  19. adaaa48 common: Move command functions out of common.h by Simon Glass · Thu Nov 14 12:57:43 2019 -0700
  20. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  21. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  22. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  23. 1ba89d7 common: Drop checkicache() and checkdcache() by Simon Glass · Thu Nov 14 12:57:38 2019 -0700
  24. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  25. fbf091b arm: powerpc: Tidy up code style for cache functions by Simon Glass · Thu Nov 14 12:57:36 2019 -0700
  26. 370382c common: Move some SMP functions out of common.h by Simon Glass · Thu Nov 14 12:57:35 2019 -0700
  27. 1fa70f8 common: Move checkcpu() out of common.h by Simon Glass · Thu Nov 14 12:57:34 2019 -0700
  28. 08c5591 common: Drop cpu_init() by Simon Glass · Thu Nov 14 12:57:33 2019 -0700
  29. 33d1e70 common: Move some CPU functions out of common.h by Simon Glass · Thu Nov 14 12:57:32 2019 -0700
  30. caefa32 common: Move mii_init() function out of common.h by Simon Glass · Thu Nov 14 12:57:31 2019 -0700
  31. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  32. 2e3b8a2 common: Move timer_get_us() function out of common.h by Simon Glass · Thu Nov 14 12:57:29 2019 -0700
  33. 77f80e6 common: Move wait_ticks functions out of common.h by Simon Glass · Thu Nov 14 12:57:27 2019 -0700
  34. 45c7890 common: Move some time functions out of common.h by Simon Glass · Thu Nov 14 12:57:26 2019 -0700
  35. e1aba1e common: Add a new lz4.h header file by Simon Glass · Thu Nov 14 12:57:25 2019 -0700
  36. 3673618 common: Move serial functions out of common.h by Simon Glass · Thu Nov 14 12:57:24 2019 -0700
  37. bd7a59a common: Move serial_printf() to the serial header by Simon Glass · Thu Nov 14 12:57:23 2019 -0700
  38. 15595db common: Move env_get_ip() to net.h by Simon Glass · Thu Nov 14 12:57:21 2019 -0700
  39. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · Thu Nov 14 12:57:20 2019 -0700
  40. 16ff570 common: Move sorting functions to their own header file by Simon Glass · Thu Nov 14 12:57:19 2019 -0700
  41. 6853b16 common: Move bootcount functions to their header file by Simon Glass · Thu Nov 14 12:57:18 2019 -0700
  42. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  43. ecd1f81 common: Move random-number functions into their own header by Simon Glass · Thu Nov 14 12:57:13 2019 -0700
  44. e7872cb common: Drop global inclusion of status_led.h by Simon Glass · Thu Nov 14 12:57:11 2019 -0700
  45. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · Thu Nov 14 12:57:10 2019 -0700
  46. 970b61e common: Move older CPU functions to their own header by Simon Glass · Thu Nov 14 12:57:09 2019 -0700
  47. 1ed83ba common: Add a note about the effort to reduce common.h by Simon Glass · Fri Aug 02 09:44:27 2019 -0600
  48. aaef3bf Drop PCMCIA by Simon Glass · Thu Aug 01 09:47:14 2019 -0600
  49. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  50. 48d3ebc env: Move TOTAL_MALLOC_LEN to environment.h by Simon Glass · Thu Aug 01 09:47:11 2019 -0600
  51. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  52. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  53. 83c2e49 env: Move env_get_hex() to env.h by Simon Glass · Thu Aug 01 09:46:50 2019 -0600
  54. c301bd8 env: Move env_get_yesno() to env.h by Simon Glass · Thu Aug 01 09:46:49 2019 -0600
  55. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:48 2019 -0600
  56. 07dc93c env: Move env_set_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:47 2019 -0600
  57. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  58. 909ff4d env: Move envmatch() to env.h by Simon Glass · Thu Aug 01 09:46:45 2019 -0600
  59. 8fe4093 env: Move env_relocate() to env.h by Simon Glass · Thu Aug 01 09:46:44 2019 -0600
  60. 79fd214 env: Move env_init() to env.h by Simon Glass · Thu Aug 01 09:46:43 2019 -0600
  61. db22961 env: Move env_get_f() to env.h by Simon Glass · Thu Aug 01 09:46:42 2019 -0600
  62. 2d85a75 env: Move get_env_id() to env.h by Simon Glass · Thu Aug 01 09:46:41 2019 -0600
  63. bf4229c env: Create a new file for environment functions by Simon Glass · Thu Aug 01 09:46:40 2019 -0600
  64. ad375cc common: Remove video_setmem() by Simon Glass · Thu Aug 01 09:46:39 2019 -0600
  65. 42cf22f common: Move lcd_setmem() to lcd.h by Simon Glass · Thu Aug 01 09:46:38 2019 -0600
  66. 57d21d0 common: Drop the dpram_... functions by Simon Glass · Thu Aug 01 09:46:37 2019 -0600
  67. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · Thu Aug 01 09:46:36 2019 -0600
  68. 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
  69. 619fc68 common: command: Add support for $ auto-completion by Boris Brezillon · Wed Dec 05 09:26:50 2018 +0100
  70. 925c000 serial: Move new functions to serial.h by Simon Glass · Fri Dec 28 14:23:07 2018 -0700
  71. 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
  72. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Wed Dec 05 15:06:24 2018 -0500
  73. 44f21da dm: serial: Introduce ->getinfo() callback by Andy Shevchenko · Tue Nov 20 23:52:33 2018 +0200
  74. 08e9879 dm: serial: Add ->getconfig() callback by Andy Shevchenko · Tue Nov 20 23:52:32 2018 +0200
  75. c214edf efi_loader: Reserve unaccessible memory by Alexander Graf · Fri Nov 30 21:24:56 2018 +0100
  76. b64cea0 spi: Remove unused mpc8xx code by Jagan Teki · Thu Nov 22 21:38:38 2018 +0530
  77. ccd035a Drop CONFIG_INIT_CRITICAL by Bin Meng · Thu Nov 22 11:26:26 2018 +0100
  78. 401885a Use _AC and UL macros from linux/const.h by Baruch Siach · Sun Nov 11 12:31:01 2018 +0200
  79. 6ae0ded bootcount: Make bootcount magic configurable by Marek Vasut · Thu Oct 11 00:13:54 2018 +0200
  80. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  81. 70ed0ea sandbox: Add serial test by Patrice Chotard · Fri Aug 03 15:07:41 2018 +0200
  82. 1669e18 common: Fix cpu nr type which is always unsigned type by Michal Simek · Wed Jun 13 08:56:31 2018 +0200
  83. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  84. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · Sun Apr 15 13:51:26 2018 -0400
  85. b1d2344 common: move board_info.c prototypes in init.h by Patrick Delaunay · Tue Mar 13 13:57:03 2018 +0100
  86. b76e7cf common: move board_r.c prototypes in init.h by Patrick Delaunay · Tue Mar 13 13:57:02 2018 +0100
  87. 98c8bbc common: move board_init.c prototypes in init.h by Patrick Delaunay · Tue Mar 13 13:57:01 2018 +0100
  88. a0a2b21 common: move board_f.c prototypes in init.h by Patrick Delaunay · Tue Mar 13 13:57:00 2018 +0100
  89. 685331f post: remove reference to power functions by Patrick Delaunay · Mon Mar 12 09:22:44 2018 +0100
  90. 4fb2621 common: remove unused prototypes by Patrick Delaunay · Mon Mar 12 09:19:22 2018 +0100
  91. c6bfcd5 common: add a prototype for mach_cpu_init() by Patrick Delaunay · Fri Mar 09 18:28:12 2018 +0100
  92. f771678 common: board_f: vid: Add VID specific API to adjust core voltage by Rajesh Bhagat · Wed Jan 17 16:13:08 2018 +0530
  93. 9054a02 Move debug and logging support to a separate header by Simon Glass · Mon Dec 04 13:48:20 2017 -0700
  94. 5e7a1c2 spl: make CONFIG_OF_EMBED pass dts through fdtgrep by Goldschmidt Simon · Tue Nov 21 12:29:56 2017 +0000
  95. 206d580 common: Add a prototype for s_init() by Diego Dorta · Thu Oct 05 09:13:38 2017 -0300
  96. 0d3aa34 gzip: add a function to parse the header by Jean-Jacques Hiblot · Fri Sep 15 12:57:29 2017 +0200
  97. 958f0f0 bug.h: move runtime BUG/WARN macros into <linux/bug.h> by Masahiro Yamada · Sat Sep 16 14:10:45 2017 +0900
  98. 0c9f8eb common.h: remove error() by Masahiro Yamada · Sat Sep 16 14:10:42 2017 +0900
  99. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · Sat Sep 16 14:10:40 2017 +0900
  100. 5e882e9 stdio.h: move printf() stuff from <common.h> to <stdio.h> by Masahiro Yamada · Sat Sep 16 14:10:39 2017 +0900