1. c6d876f efi_loader: avoid unnecessary pointer to long conversion by Heinrich Schuchardt · 6 years ago
  2. 0ea8741 efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configs by Heinrich Schuchardt · 6 years ago
  3. 0a76ba6 efi_loader: use named constant for efi_dp_from_mem() by Heinrich Schuchardt · 6 years ago
  4. b3860bf cmd: sata: add null pointer check for dev by Marcel Ziswiler · 6 years ago
  5. 66f657d gpio: Use more command-specific enums values by Simon Glass · 6 years ago
  6. 240e58e cmd: ximg: Invert check for fit image compression by Stefan Theil · 6 years ago
  7. a645831 cmd: mtd: fix compilation warning for help when SYS_LONGHELP=n by Quentin Schulz · 6 years ago
  8. 9652cfd cmd: adc: Use the sub-command infrastructure by Boris Brezillon · 6 years ago
  9. 9671243 cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands by Boris Brezillon · 6 years ago
  10. 80a48dd common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · 6 years ago
  11. d667090 cmd: zip: use correct format code by Heinrich Schuchardt · 6 years ago
  12. 9ae2ddc cmd: unzip: use correct format code by Heinrich Schuchardt · 6 years ago
  13. 7642856 cmd: ubi: remove unreachable code by Heinrich Schuchardt · 6 years ago
  14. 1d1af2a cmd: tpm-v2: use correct format code by Heinrich Schuchardt · 6 years ago
  15. c6b2ea3 cmd: sf: use correct printf code by Heinrich Schuchardt · 6 years ago
  16. 8291951 cmd: nvedit: use correct format code by Heinrich Schuchardt · 6 years ago
  17. b197001 cmd: gpio: use correct printf code by Heinrich Schuchardt · 6 years ago
  18. 1d044d3 cmd: mmc: Invalidate MMC block cache after init by Marek Vasut · 6 years ago
  19. d2a0836 cmd: mmc: Force mmc reinit when no card present by Marek Vasut · 6 years ago
  20. 881bb9a fs: cbfs: Add missing standard CBFS component types by Bin Meng · 6 years ago
  21. 14fdf91 fs: cbfs: Make all CBFS_TYPE_xxx macros consistent by Bin Meng · 6 years ago
  22. 6df41b1 cmd: Move the "dm" command from test/dm/ to cmd/ by Tom Rini · 6 years ago
  23. f2b25c9 dm: sound: Complete migration to driver model by Simon Glass · 6 years ago
  24. d490189 dm: sound: Create a uclass for sound by Simon Glass · 6 years ago
  25. 7ff485c Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  26. 48d299a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  27. 19f8c4d cmd: i2c: Fix help output of i2c command. by Christoph Muellner · 6 years ago
  28. 65a97e7 cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT by Jean-Jacques Hiblot · 6 years ago
  29. a06955a usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago
  30. bace221 ensure active menuitem is inside menu by Frank Wunderlich · 6 years ago
  31. 9450ab2 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago WIP-05Dec2018
  32. 9649c53 Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  33. b0fcedb cmd: bmp: manage centered display by Patrick Delaunay · 6 years ago
  34. 4e92e60 cmd: add clear screen 'cls' command by Anatolij Gustschin · 6 years ago
  35. f388e3b Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  36. 0c07a9b eeprom: Add device model based I2C support to eeprom command by Lukasz Majewski · 6 years ago
  37. 0c9ac06 efi_loader: create fdt reservation before copy by Heinrich Schuchardt · 6 years ago
  38. 16b615d efi_loader: fix memory mapping for sandbox by Heinrich Schuchardt · 6 years ago
  39. c3772ca efi_loader: macro efi_size_in_pages() by Heinrich Schuchardt · 6 years ago
  40. 5e2f039 efi: Rename bootefi_test_finish() to bootefi_run_finish() by Simon Glass · 6 years ago
  41. f4f0f7c efi: Create a function to set up for running EFI code by Simon Glass · 6 years ago
  42. d9717ea efi: Split out test init/uninit into functions by Simon Glass · 6 years ago
  43. 2ab7ef7 efi: Check for failure to create objects in selftest by Simon Glass · 6 years ago
  44. 23fd84b efi_loader: carving out memory reservations by Heinrich Schuchardt · 6 years ago
  45. 4574d1b efi_loader: memory reservation for fdt by Heinrich Schuchardt · 6 years ago
  46. e1fec15 efi_loader: fix typos by Heinrich Schuchardt · 6 years ago
  47. f1589ff efi_loader: add efi_dp_from_name() by AKASHI Takahiro · 6 years ago
  48. d39646a efi_loader: rename parent to header by Heinrich Schuchardt · 6 years ago
  49. faea104 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · 6 years ago
  50. abdc7b8 tpm: Convert to use a device parameter by Simon Glass · 6 years ago
  51. 8244127 cmd, fdt: add subcommand "get" to fdt header by Heiko Schocher · 6 years ago
  52. efbeabe spi: Remove unused mpc8xx code by Jagan Teki · 6 years ago
  53. f7bb20a add default-option to bootmenu by Frank Wunderlich · 6 years ago
  54. b0edea3 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago WIP-2018-11-25-master-imports
  55. d66ddaf sandbox: Add a new 'sb' command by Simon Glass · 6 years ago
  56. 6d07d63 sandbox: Drop the deprecated 'sb' command by Simon Glass · 6 years ago
  57. d821e5e cmd: ubi: Make ubi_detach() static by Stefan Roese · 6 years ago
  58. b1a7e79 cmd: fdt: Fix fdt address information after the movement by Hiroyuki Yokoyama · 6 years ago
  59. 61927d2 cmd: adc: add an option to scan some or all available channels by Fabrice Gasnier · 6 years ago
  60. c56fc49 cmd: adc: print single conversion also in uV by Fabrice Gasnier · 6 years ago
  61. 1c84d90 cmd: adc: add info on channel mask by Fabrice Gasnier · 6 years ago
  62. d5a8313 cmd: pinmux: Add pinmux command by Patrice Chotard · 6 years ago
  63. 95187bb cmd/bdinfo: correct output of numerical values by Heinrich Schuchardt · 6 years ago
  64. 78e1290 virtio: cmd: Add virtio command for virtio devices by Tuomas Tynkkynen · 6 years ago
  65. d0851c8 blk: Call part_init() in the post_probe() method by Bin Meng · 6 years ago
  66. 86dfa55 cmd: ubi: Remove useless call to mtdparts_init() by Boris Brezillon · 6 years ago
  67. 03303fb mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selected by Boris Brezillon · 6 years ago
  68. be6eb23 cmd: remove CONFIG_SOURCE support in Makefile by Patrick Delaunay · 6 years ago
  69. 1a25d90 cmd: remoteproc: Fix the base of strtoul for ID conversion from 3 to 10 by Keerthy · 6 years ago
  70. fb265a7 cmd: mii: don't check address for 'device' subcommand by Hector Palacios · 6 years ago
  71. e3beca3 Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago WIP-17Oct2018
  72. b920550 cmd: kgdb: Enable kgdb only for PPC by Michal Simek · 6 years ago
  73. 1e1e1c2 efi_loader: execute efi_save_gd() first by Heinrich Schuchardt · 6 years ago
  74. 3d5ced9 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago WIP-10Oct2018
  75. 2c76d31 fdt: add call to ft_board_setup_ex() for ks2 boards by Nicholas Faustini · 6 years ago
  76. a12ef7e cros_ec: Update cros_ec_read_hash() to specify the image by Simon Glass · 6 years ago
  77. 590cee8 x86: Update mtrr functions to allow leaving cache alone by Simon Glass · 6 years ago
  78. 6f1c043 cros: Update ec_commands to latest version by Simon Glass · 6 years ago
  79. 6e64ec1 tpm: Add a few new commands for v1 by Simon Glass · 6 years ago
  80. 6322a7b cros: Update cros_ec code to use struct udevice by Simon Glass · 6 years ago
  81. 2023000 cmd: pxe: add support for FIT config selection by Patrick Delaunay · 6 years ago
  82. 6d89902 cmd: avb: print error message if command fails by Jens Wiklander · 6 years ago
  83. ab2d738 cmd: avb read_rb: print rb_idx in hexadecimal by Jens Wiklander · 6 years ago
  84. 058b77a riscv: cmd: bdinfo: Print the relocation address by Bin Meng · 6 years ago
  85. 8cdc6b5 riscv: Remove mach type by Bin Meng · 6 years ago
  86. 592cd5d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago WIP-02Oct2018
  87. 938db6f cmd: mtdparts: describe as legacy by Miquel Raynal · 6 years ago
  88. c58fb2c cmd: ubi: clean the partition handling by Miquel Raynal · 6 years ago
  89. 5db66b3 cmd: mtd: add 'mtd' command by Miquel Raynal · 6 years ago
  90. d24c1d0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago WIP-30Sep2018
  91. 18f201e u-boot: align cache flushes in load_elf_image_shdr to line boundaries by Neil Stainton · 6 years ago
  92. d71b029 cmd: env: Fix CRC calculation for 'env export -c -s' by Neil Stainton · 6 years ago
  93. b592936 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago WIP-29Sep2018
  94. ff8eee0 cmd: clk: Add trivial implementation of clock dump for DM by Marek Vasut · 6 years ago
  95. 577c40a cmd: Relocate poweroff under Device access commands by Adam Ford · 6 years ago
  96. d05266f w1: add command for onewire protocol by Eugen Hristev · 6 years ago
  97. 14dfc64 cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount() by Tien Fong Chee · 6 years ago
  98. 10c2044 cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount() by Tien Fong Chee · 6 years ago
  99. 3bf65cb cmd: Add osd commands by Mario Six · 6 years ago
  100. 0ae8dcf Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago WIP-26Sep2018