1. 00dd17a Add a way to skip relocation by Simon Glass · 9 years ago
  2. feb0027 Reserve the top 16 flag bits for architecture-specific use by Simon Glass · 9 years ago
  3. fa2a4db dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · 9 years ago
  4. 047cdb3 dm: gpio: Add dm_gpio_request() to manually request a GPIO by Simon Glass · 9 years ago
  5. 215bcc7 dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name by Simon Glass · 9 years ago
  6. 5888bd2 dm: x86: baytrail: Correct PCI region 3 when driver model is used by Simon Glass · 9 years ago
  7. 2fc683d gpio: fix typos in GPIO header by Masahiro Yamada · 9 years ago
  8. 518827e dm: gpio: Fix comment typo in GPIOD_IS_IN by Simon Glass · 10 years ago
  9. bef54db dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · 10 years ago
  10. 8f6d8f3 m68k: Add generic board support for MCF547X/8X and MCF5445X by Alison Wang · 10 years ago
  11. f245ae9 m68k: add generic-board support by angelo@sysam.it · 10 years ago
  12. c1d0917 avr32: add generic board support by Andreas Bießmann · 10 years ago
  13. 865dd4c Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 10 years ago
  14. cb2c286 Export redesign by Martin Dorwig · 10 years ago
  15. af0bb3e dm: gpio: Mark the old GPIO API deprecated by Simon Glass · 10 years ago
  16. 16e1040 dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  17. d3322bb dm: gpio: Add a driver GPIO translation method by Simon Glass · 10 years ago
  18. ce55529 dm: gpio: Add a native driver model API by Simon Glass · 10 years ago
  19. 62e79dd ubifs: Import atomic_long operations from Linux by Anton Habegger · 10 years ago
  20. f1b81fc pci: Make pci apis usable before relocation by Bin Meng · 10 years ago
  21. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  22. 9489046 dm: Split the simple malloc() implementation into its own file by Simon Glass · 10 years ago
  23. 2c97a8f dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · 10 years ago
  24. a4c2e13 dm: serial: Move current serial port pointer to global_data by Simon Glass · 10 years ago
  25. 4cdede6 ppc: Zap Hymod board by Marek Vasut · 10 years ago
  26. 06f08e2 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  27. b613b10 gpio: add protype for name_to_gpio by Jeroen Hofstee · 10 years ago
  28. fb750d9 dm: gpio: Remove unused get_state() uclass method by Simon Glass · 10 years ago
  29. 1b27d60 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
  30. 6b1ef59 dm: Move the function for getting GPIO status into the uclass by Simon Glass · 10 years ago
  31. 6e5e6dd dm: gpio: Add gpio_get_function() and friends by Simon Glass · 10 years ago
  32. 0f4517d dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · 10 years ago
  33. 8a523c5 gpio: header file comment spelling fixes by Marcel Ziswiler · 10 years ago
  34. 2d6b923 dm: gpio: Enhance gpio command to show only active GPIOs by Simon Glass · 10 years ago
  35. b9d5f6b Add a flag indicating when the serial console is ready by Simon Glass · 10 years ago
  36. a730c5d dm: Support driver model prior to relocation by Simon Glass · 10 years ago
  37. 863e404 Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
  38. b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
  39. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  40. a4c0266 driver/mxc_i2c: Move static data structure to global_data by York Sun · 11 years ago
  41. 10e5d28 powerpc: remove NX823 board support by Masahiro Yamada · 11 years ago
  42. 5a2bf98 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 by Masahiro Yamada · 11 years ago
  43. e821d18 dm: Add GPIO support and tests by Simon Glass · 11 years ago
  44. dd6ab88 dm: Add base driver model support by Simon Glass · 11 years ago
  45. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  46. c1a47b4 include: delete unused header files by Masahiro Yamada · 11 years ago
  47. 5715694 Introduce common timer functions by Rob Herring · 11 years ago
  48. e54a67f ppc4xx: Remove support for PPC405CR CPUs by Matthias Fuchs · 11 years ago
  49. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  50. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  51. e7d9c4f i2c: add i2c_core and prepare for new multibus support by Heiko Schocher · 13 years ago
  52. 209a1a6 Add trace support to generic board by Simon Glass · 11 years ago
  53. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  54. 1691593 remove all references to .dynsym by Albert ARIBAUD · 11 years ago
  55. d158924 generic_board: reduce the redundancy of gd_t struct members by Masahiro Yamada · 12 years ago
  56. 406f681 Power: remove support for Freescale MPC8220 by Wolfgang Denk · 12 years ago
  57. 62cf912 sandbox: Switch over to generic board by Simon Glass · 12 years ago
  58. 059c54f Use 'unsigned int' for global_data's baudrate by Simon Glass · 12 years ago
  59. c45e359 Introduce generic pre-relocation board_f.c by Simon Glass · 12 years ago
  60. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  61. 4c0dc6d Introduce generic u-boot.h file by Simon Glass · 12 years ago
  62. 0e72403 Add generic global_data by Simon Glass · 12 years ago
  63. d9a6717 gpio: remove duplicate function signature by Nikita Kiryanov · 12 years ago
  64. eadbf1a Add gpio_request() to asm-generic header by Simon Glass · 12 years ago
  65. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  66. 334b232 gpio: Modify common gpio.h to more closely match Linux by Joe Hershberger · 13 years ago
  67. 9c35f0e Add generic gpio.h in asm-generic by Simon Glass · 13 years ago
  68. 1bab104 x86: Fix support for booting bzImage by Graeme Russ · 15 years ago
  69. 4e192f2 asm-generic/unaligned.h: dynamic default unaligned accesses by Mike Frysinger · 15 years ago
  70. 081c562 asm-generic/signal.h: import from linux by Robin Getz · 15 years ago
  71. 88c12e0 asm-generic: Consolidate errno.h to asm-generic/errno.h by Michal Simek · 15 years ago