1. e8804d7 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · Tue Sep 26 08:14:31 2023 -0600
  2. adad2d0 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · Tue Sep 26 08:14:27 2023 -0600
  3. 9b38810 Record the position of the SMBIOS tables by Simon Glass · Tue Sep 19 21:00:15 2023 -0600
  4. 31ef834 dm: core: Allow marking driver model as dead by Simon Glass · Thu Sep 07 09:58:13 2023 -0600
  5. e143c27 x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI) by Troy Kisky · Mon Mar 13 14:31:43 2023 -0700
  6. 6babd84 arm: Use builtins for ffs/fls by Sean Anderson · Mon Jul 31 17:27:33 2023 -0400
  7. 3a18847 gpio: Use separate bitfield array to indicate GPIO is claimed by Marek Vasut · Wed Aug 02 01:26:02 2023 +0200
  8. bb11234 treewide: rework linker symbol declarations in sections header by Shiji Yang · Thu Aug 03 09:47:16 2023 +0800
  9. 345c974 bdinfo: Show the malloc base with the bdinfo command by Simon Glass · Sat Jul 15 21:38:53 2023 -0600
  10. 8c6b5f7 Merge tag v2023.07-rc4 into next by Tom Rini · Mon Jun 12 14:55:33 2023 -0400
  11. 2ee221c asm-generic: simplify unaligned.h by Jens Wiklander · Mon May 22 14:22:38 2023 +0200
  12. e6618f4 include: Remove unused header files by Tom Rini · Tue May 16 12:34:47 2023 -0400
  13. cf1f4bb x86: coreboot: Collect the address of the ACPI tables by Simon Glass · Thu May 04 16:54:59 2023 -0600
  14. 7f561e1 include: Enable video related global data variable and splash at SPL by Nikhil M Jain · Thu Apr 20 17:41:10 2023 +0530
  15. f4e744d gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio controllers by Rasmus Villemoes · Fri Mar 17 21:12:22 2023 +0100
  16. c2727e5 dm: Add support for handling old u-boot,dm- tags by Simon Glass · Mon Feb 13 08:56:32 2023 -0700
  17. ba3982f gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · Thu Sep 22 17:53:26 2022 +0200
  18. 04296bf efi_loader: defines for PE-COFF section flags by Heinrich Schuchardt · Wed Jan 04 12:18:54 2023 +0100
  19. 5128a87 watchdog: Drop GD_FLG_WDT_READY as it's not used any more by Stefan Roese · Thu Nov 17 09:20:34 2022 +0100
  20. a3e9e45 doc: fix documentation of enum gd_flags by Heinrich Schuchardt · Mon Nov 14 10:25:04 2022 +0100
  21. c794e49 cyclic: get rid of cyclic_init() by Rasmus Villemoes · Fri Oct 28 13:50:54 2022 +0200
  22. e2ff5fc cyclic: use a flag in gd->flags for recursion protection by Rasmus Villemoes · Fri Oct 28 13:50:50 2022 +0200
  23. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  24. 395bcf2 video: Drop remaining references to CONFIG_LCD by Simon Glass · Sun Oct 16 15:59:22 2022 -0600
  25. 60f0899 test: Detect a change in the device tree by Simon Glass · Tue Sep 06 20:27:06 2022 -0600
  26. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  27. f69c39d gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · Tue Aug 30 14:09:14 2022 +0200
  28. 036f89a cyclic: Add basic support for cyclic function execution infrastruture by Stefan Roese · Fri Sep 02 13:57:48 2022 +0200
  29. e406a61 common/console.c: prevent pre-console buffer contents from being added to itself by Rasmus Villemoes · Tue May 03 15:13:27 2022 +0200
  30. b565aff common/board_r.c: drop legacy and unused bi_enetaddr by Rasmus Villemoes · Fri May 20 13:19:08 2022 +0200
  31. e375965 Merge tag 'efi-2022-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Apr 10 11:21:39 2022 -0400
  32. e04f4fb dm: add tag support by AKASHI Takahiro · Tue Mar 08 20:36:46 2022 +0900
  33. 2e62c6b gpio: Add gpio_request_by_line_name() by Andrew Jeffery · Mon Jan 31 13:54:05 2022 +1030
  34. 03fbd25 video: Drop references to CONFIG_VIDEO et al by Simon Glass · Sun Jan 23 07:04:08 2022 -0700
  35. aa4bce9 event: Add basic support for events by Simon Glass · Fri Mar 04 08:43:00 2022 -0700
  36. a915f2f powerpc: Remove unused MPC8540/60ADS code by Tom Rini · Wed Feb 23 12:28:14 2022 -0500
  37. b33f2f9 x86: Move the acpi table to generic global_data by Simon Glass · Wed Dec 01 09:02:37 2021 -0700
  38. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  39. bed6bc7 fdt: Record where the devicetree came from by Simon Glass · Thu Dec 16 20:59:33 2021 -0700
  40. 69daf5a fdt: Drop #ifdefs with MULTI_DTB_FIT by Simon Glass · Thu Dec 16 20:59:25 2021 -0700
  41. 8e10c71 gpio: Factor out DT flag translation by Samuel Holland · Sat Sep 11 17:05:53 2021 -0500
  42. f04c4ab Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Mon Sep 27 11:09:23 2021 -0400
  43. 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · Mon Sep 27 09:45:36 2021 -0400
  44. 2149e11 dm: gpio: Add of-platdata support by Simon Glass · Sat Aug 07 07:24:12 2021 -0600
  45. 1f78c12 Revert "efi_capsule: Move signature from DTB to .rodata" by Simon Glass · Mon Aug 02 08:44:31 2021 -0600
  46. 3be6a35 watchdog: wdt-uclass.c: handle all DM watchdogs in watchdog_reset() by Rasmus Villemoes · Thu Aug 19 11:57:03 2021 +0200
  47. 52b2e26 Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · Wed Aug 18 23:12:24 2021 -0400
  48. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · Sat Jul 10 21:14:32 2021 -0600
  49. 27e059c efi_capsule: Move signature from DTB to .rodata by Ilias Apalodimas · Sat Jul 17 17:26:44 2021 +0300
  50. b8cfd9e global-data.h: add build-time sanity check of sizeof(struct global_data) by Rasmus Villemoes · Tue May 18 11:19:47 2021 +0200
  51. d6ed4af console: Report an error when output buffer is exhausted by Simon Glass · Sat May 08 06:59:56 2021 -0600
  52. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · Sat May 01 17:05:26 2021 +0200
  53. 09456bd gpio: Drop dm_gpio_set_dir() by Simon Glass · Tue Mar 23 14:52:07 2021 +1300
  54. 8dee67a dm: core: Allow storing priv/plat data separately by Simon Glass · Mon Mar 15 17:25:38 2021 +1300
  55. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · Mon Mar 15 17:25:36 2021 +1300
  56. 5fc47e3 log: Handle line continuation by Simon Glass · Wed Jan 20 20:10:53 2021 -0700
  57. 247ccf2 gpio: Add a way to read 3-way strapping pins by Simon Glass · Thu Feb 04 21:22:09 2021 -0700
  58. 722f968 gpio: Replace direction_input() and direction_output() by Simon Glass · Thu Feb 04 21:22:04 2021 -0700
  59. 7b893f9 dm: gpio: Add a way to update flags by Simon Glass · Thu Feb 04 21:22:03 2021 -0700
  60. 909bee3 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · Thu Feb 04 21:21:57 2021 -0700
  61. d063ce9 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · Thu Feb 04 21:21:56 2021 -0700
  62. 54befdd dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · Thu Feb 04 21:21:55 2021 -0700
  63. a05eb04 smbios: Add more options for the BIOS version string by Simon Glass · Thu Feb 04 21:17:20 2021 -0700
  64. f936cf6 global_data.h: Change ram_top type to phys_addr_t by Bin Meng · Sun Jan 31 20:35:59 2021 +0800
  65. d6bc9ec efi_loader: add Linux magic to aarch64 crt0 by Heinrich Schuchardt · Fri Jan 29 12:35:51 2021 +0100
  66. 18000fe dm: core: describe uclass_root_s by Heinrich Schuchardt · Sun Jan 24 21:48:00 2021 +0100
  67. c1b30d5 global_data: Enable spl_handoff only if CONFIG_HANDOFF is set by Ovidiu Panait · Sat Nov 28 10:43:20 2020 +0200
  68. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · Wed Dec 30 00:16:21 2020 +0100
  69. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  70. 784cd9e dm: core: Allow the uclass list to move by Simon Glass · Sat Dec 19 10:40:17 2020 -0700
  71. 9286eb9 global_data: Fix comment for dm_driver_rt by Simon Glass · Sun Nov 29 17:07:05 2020 -0700
  72. de0115a x86: acpi: Store the ACPI context in global_data by Simon Glass · Wed Nov 04 09:57:19 2020 -0700
  73. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Fri Oct 30 15:24:30 2020 -0400
  74. 14e7722 log: typo logl_pref in documentation by Heinrich Schuchardt · Fri Oct 30 18:50:31 2020 +0100
  75. cfd6a00 dm: Use an allocated array for run-time device info by Simon Glass · Sat Oct 03 11:31:33 2020 -0600
  76. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · Sat Oct 03 09:25:22 2020 -0600
  77. 0fc9f4f log: allow for message continuation by Heinrich Schuchardt · Sat Oct 17 14:31:58 2020 +0200
  78. fdf5599 log: move processing_msg to global data by Heinrich Schuchardt · Sat Oct 17 14:31:57 2020 +0200
  79. 361843d gpio: fix gpio_request_by_name() description by Dario Binacchi · Sun Oct 11 14:25:47 2020 +0200
  80. 50d9286 global_data.h: add Sphinx documentation by Heinrich Schuchardt · Mon Oct 05 08:30:09 2020 +0200
  81. 1e5c4fe global_data.h: convert GD_FLG_* to enum by Heinrich Schuchardt · Mon Oct 05 08:30:08 2020 +0200
  82. 775d6a2 drivers: gpio: Add a managed API to get a GPIO from the device-tree by Jean-Jacques Hiblot · Fri Sep 11 13:43:34 2020 +0530
  83. bde9237 asm-generic/u-boot.h: Remove bi_memstart & bi_memsize from bd_info by Stefan Roese · Thu Aug 13 07:05:46 2020 +0200
  84. bbc8846 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · Wed Aug 12 11:55:46 2020 +0200
  85. 16a5ad7 global_data: Add a generic global_data flag for SMP state by Simon Glass · Fri Jul 17 08:48:17 2020 -0600
  86. 54e0759 asm/u-boot.h: remove bd_t definitions by Masahiro Yamada · Fri Jun 26 15:13:35 2020 +0900
  87. 3176b6c gpio: Add a method to convert a GPIO to ACPI by Simon Glass · Tue Jul 07 13:11:44 2020 -0600
  88. 4b7d5c1 efi_loader: pre-seed UEFI variables by Heinrich Schuchardt · Tue Jul 14 21:25:28 2020 +0200
  89. f7cc66e bdinfo: net: ppc: Drop bi_enet1addr and other similar info by Simon Glass · Sun May 10 14:16:51 2020 -0600
  90. 05d9dff bdinfo: m68k: Drop bd_info->bi_ipbfreq by Simon Glass · Sun May 10 14:16:27 2020 -0600
  91. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  92. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  93. 0b2f191 board: Add a gd flag for chain loading by Simon Glass · Sun Apr 26 09:12:57 2020 -0600
  94. 684326f gpio: add ops to set dir flags by Patrick Delaunay · Mon Jan 13 11:35:09 2020 +0100
  95. fbacd62 gpio: add ops to get dir flags by Patrick Delaunay · Mon Jan 13 11:35:08 2020 +0100
  96. 5c1c06e gpio: add support of new GPIO direction flag by Patrick Delaunay · Mon Jan 13 11:35:07 2020 +0100
  97. aecf9d7 gpio: update dir_flags management by Patrick Delaunay · Mon Jan 13 11:35:06 2020 +0100
  98. d346d4c gpio: add helper GPIOD_FLAGS_OUTPUT by Patrick Delaunay · Mon Jan 13 11:35:05 2020 +0100
  99. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · Mon Jan 13 11:35:00 2020 +0100
  100. 34c6f1a gpio: remove GPIOD_REQUESTED by Patrick Delaunay · Mon Jan 13 11:34:59 2020 +0100