1. cebc816 event: fix static events for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 5 months ago
  2. 167f699 Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig by Tom Rini · 2 years, 5 months ago
  3. 13ae36c board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r() by Ovidiu Panait · 2 years, 6 months ago
  4. 5e847f7 efi_loader: call efi_init_early() earlier by Heinrich Schuchardt · 2 years, 6 months ago
  5. 1123213 nds32: Remove the architecture by Tom Rini · 2 years, 7 months ago
  6. a57ad20 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · 2 years, 6 months ago
  7. 12a3e1a arm: init: save previous bootloader data by Dzmitry Sankouski · 2 years, 8 months ago
  8. 87a5d1b event: Add basic support for events by Simon Glass · 2 years, 8 months ago
  9. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  10. ae435ae common: board_r: drop ifdefs around header includes by Ovidiu Panait · 2 years, 10 months ago
  11. fd765b0 common: board_r: include asm-generic/gpio.h by Ovidiu Panait · 2 years, 10 months ago
  12. 2fd81be common: board_r: move init_addr_map() to init.h by Ovidiu Panait · 2 years, 10 months ago
  13. 1b212bb common: board_r: drop initr_addr_map wrapper by Ovidiu Panait · 2 years, 10 months ago
  14. 78fc039 common: board_r: drop initr_kgdb wrapper by Ovidiu Panait · 2 years, 10 months ago
  15. 485c90c common: remove bedbug debugger support by Ovidiu Panait · 2 years, 10 months ago
  16. 86bb488 x86: efi: Don't set up global_data again with EFI by Simon Glass · 2 years, 10 months ago
  17. 93233b0 fdt: Show a runtime warning based on devicetree source by Simon Glass · 2 years, 10 months ago WIP/2021-12-23-make-OF_BOARD-a-boolean
  18. ff66e7b fdt: Report the devicetree source by Simon Glass · 2 years, 10 months ago
  19. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 3 months ago
  20. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 1 month ago
  21. 4d4222d common: board_r: support enable_caches for RISC-V by Zong Li · 3 years, 2 months ago
  22. d7d40f6 Convert CONFIG_ID_EEPROM to Kconfig by Tom Rini · 3 years, 2 months ago
  23. c03cb02 common: board_r: print error if binman_init fails by Tim Harvey · 3 years, 3 months ago
  24. 95fd977 env: allow environment to be amended from control dtb by Rasmus Villemoes · 3 years, 6 months ago
  25. a43b598 common: Move initr_addr_map() to a bit earlier by Bin Meng · 3 years, 8 months ago
  26. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago WIP/2021-02-02-drop-asm_global_data-when-unused
  27. 130845b common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · 3 years, 11 months ago
  28. c65abc7 common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · 3 years, 11 months ago
  29. ce41e73 common: board_r: Drop initr_api wrapper by Ovidiu Panait · 3 years, 11 months ago
  30. 0154858 common: board_r: Drop initr_jumptable wrapper by Ovidiu Panait · 3 years, 11 months ago
  31. eb2825b common: board_r: Drop initr_xen wrapper by Ovidiu Panait · 3 years, 11 months ago
  32. 42d0d42 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · 3 years, 11 months ago
  33. b9f6d0f common: board_r: Drop initr_pci wrapper by Ovidiu Panait · 3 years, 11 months ago
  34. c343e8c common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · 3 years, 11 months ago
  35. 7addd3c common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · 3 years, 11 months ago
  36. fb504b2 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · 3 years, 11 months ago
  37. 51c5a2c common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · 3 years, 11 months ago
  38. 41cab8e Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  39. c57c943 efi_loader: add option to initialise EFI subsystem early by AKASHI Takahiro · 4 years ago
  40. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 1 month ago
  41. 90a979d dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years ago
  42. 722bc5b xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 3 months ago
  43. 4865441 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 3 months ago
  44. 276b6c9 common/board_r: Move blkcache_init call earlier in the boot sequence by Ovidiu Panait · 4 years, 3 months ago
  45. 365af27 blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 4 years, 3 months ago
  46. bf2fb81 common/board_r: Remove initr_serial wrapper by Ovidiu Panait · 4 years, 3 months ago
  47. fd00c53 pci_ep: Add the init function by Xiaowei Bao · 4 years, 4 months ago
  48. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
  49. 32d0b2d bdinfo: net: ppc: Drop bi_enet1addr and other similar info by Simon Glass · 4 years, 6 months ago
  50. b0b13f4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 5 months ago WIP/20May2020
  51. 62d3a58 board_r: Detect ifc-nor flash at run-time by Pankit Garg · 4 years, 6 months ago
  52. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  53. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
  54. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 6 months ago
  55. b67eefd bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 6 months ago
  56. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  57. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 6 months ago
  58. 98bf46f board_r: Introduce CONFIG_PCI_INIT_R Kconfig option by Ovidiu Panait · 4 years, 6 months ago
  59. 9441f8c board_r: env: Use IS_ENABLED() instead of #ifdefs by Ovidiu Panait · 4 years, 6 months ago
  60. 1a4c077 common/board_r: Drop initr_bedbug wrapper by Ovidiu Panait · 4 years, 6 months ago
  61. 5cf9e3b common/board_r: arm: Merge initr_enable_interrupts into interrupts_init by Ovidiu Panait · 4 years, 6 months ago
  62. c05b38d common: fix regression on block cache init by Angelo Durgehello · 4 years, 9 months ago
  63. 1526bcc common: add blkcache init by Angelo Durgehello · 4 years, 9 months ago
  64. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  65. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 10 months ago
  66. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 10 months ago
  67. 5e6267a common: Move reset_phy() to net.h by Simon Glass · 4 years, 10 months ago
  68. a6f2aaf common: Move jumptable_init() out of common.h by Simon Glass · 4 years, 10 months ago
  69. 6b8d3ce common: Move main_loop() to init.h by Simon Glass · 4 years, 10 months ago
  70. fe08d39 x86: fsp: Add a new arch_fsp_init_r() hook by Simon Glass · 4 years, 11 months ago
  71. dd0edcb board_r: Move early-timer init later by Simon Glass · 4 years, 11 months ago
  72. 3c10dc9 binman: Add a library to access binman entries by Simon Glass · 4 years, 11 months ago
  73. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  74. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  75. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  76. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  77. c3e4430 common: Drop global inclusion of status_led.h by Simon Glass · 5 years ago
  78. 8d8ee47 env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol by Tom Rini · 5 years ago
  79. ac9cd48 bootstage: Correct relocation algorithm by Simon Glass · 5 years ago
  80. 5e0404f board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  81. 9e5616d Drop PCMCIA by Simon Glass · 5 years ago
  82. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  83. 0ac7d72 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
  84. 3f989e7b env: Move env_relocate() to env.h by Simon Glass · 5 years ago
  85. 49b10cb gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
  86. 6874cb7 watchdog: Split WDT from SPL_WDT by Marek Vasut · 5 years ago
  87. 5fc7cf8 gpio: add gpio-hog support by Heiko Schocher · 5 years ago
  88. 84b2416 board_r: move initr_watchdog to be called after initr_serial by Weijie Gao · 5 years ago
  89. 0698528 watchdog: Implement generic watchdog_reset() version by Stefan Roese · 6 years ago
  90. e7ac009 efi_loader: move efi_save_gd() call to board_r.c by Heinrich Schuchardt · 6 years ago
  91. 47870af initcall: Move to inline function by Alexander Graf · 6 years ago
  92. 9450ab2 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago WIP-05Dec2018
  93. f388e3b Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  94. c1cd921 board_r: fix build with DM_SPI by Christophe Leroy · 6 years ago
  95. f980c99 fdt: sandbox: correct use of ${fdtcontroladdr} by Heinrich Schuchardt · 6 years ago
  96. ef6ce46 board_r: Remove initr_spi by Jagan Teki · 6 years ago
  97. efbeabe spi: Remove unused mpc8xx code by Jagan Teki · 6 years ago
  98. 6c6add6 configs: drop CONFIG_SYS_EXTRA_ENV_RELOC by Simon Goldschmidt · 6 years ago
  99. 17585e2 sandbox: led: use new function to configure default state by Patrick Delaunay · 6 years ago
  100. c5d548a env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago