1. 27dc882 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 1 year, 6 months ago
  2. fe3a77c Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot-mpc8xx by Tom Rini · 1 year, 7 months ago
  3. 076f133 Merge tag 'dm-pull-28apr23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 7 months ago
  4. f43fc16 fdt: Indicate that people should use the ofnode API by Simon Glass · 1 year, 7 months ago
  5. ded112f fdt_support: fix comments syntax error by Hugo Villeneuve · 1 year, 7 months ago
  6. 37937ab core: fdtaddr: use map_sysmem() as cast for the return by Johan Jonker · 1 year, 7 months ago
  7. de65b12 tools: Fall back to importlib_resources on Python 3.6 by Jan Kiszka · 1 year, 7 months ago
  8. f53e973 test: fdt: Fix copyright message by Marek Vasut · 1 year, 7 months ago
  9. c25be4f patman: fix class TestFunctional by Heinrich Schuchardt · 1 year, 7 months ago
  10. ad827e15 binman: Use expanduser instead of HOME by Simon Glass · 1 year, 7 months ago
  11. ca031c0 dm: core: introduce uclass_get_device_by_of_path() by Rasmus Villemoes · 1 year, 7 months ago
  12. 6ebb357 uclass: add uclass_find_device_by_phandle_id() helper by Rasmus Villemoes · 1 year, 7 months ago
  13. 763f0a1 sandbox: disable tracing before unmapping RAM by Pavel Skripkin · 1 year, 7 months ago
  14. c383e85 sandbox: correct posix_types.h define by Heinrich Schuchardt · 1 year, 7 months ago
  15. e0dda26 bootflow: Rework do_bootflow_menu() slightly by Tom Rini · 1 year, 7 months ago
  16. 86592af dm: core: Make aliases_lookup static by Bin Meng · 1 year, 7 months ago
  17. 7f1a4c9 drivers: tee: sandbox: Fix SCP03 control emulator by Jorge Ramirez-Ortiz · 1 year, 7 months ago
  18. 1a07d39 sandbox: fix return type of os_filesize() by Heinrich Schuchardt · 1 year, 7 months ago
  19. 86daa47 MAINTAINERS: assign include/os.h by Heinrich Schuchardt · 1 year, 7 months ago
  20. c71ee7e binman: Use unsigned long over typedef ulong by Andrew Davis · 1 year, 7 months ago
  21. b52d6de common: static fdt_simplefb_enable_existing_node() by Heinrich Schuchardt · 1 year, 7 months ago
  22. 327883c boot: vbe_simple: Fix vbe_simple_read_bootflow() dependency by Bin Meng · 1 year, 7 months ago
  23. 9963b1f sandbox: mark sandbox_exit() as no return. by Heinrich Schuchardt · 1 year, 7 months ago
  24. 278c9b2 sandbox: spi: sandbox_sf_process_cmd() missing fallthrough by Heinrich Schuchardt · 1 year, 7 months ago
  25. 42175a7 sandbox: fix sandbox_hub_submit_control_msg() by Heinrich Schuchardt · 1 year, 7 months ago
  26. 159d6bf sandbox: fix fall through in sandbox_flash_bulk() by Heinrich Schuchardt · 1 year, 7 months ago
  27. 4d0c8db board: cssi: Add CPU board CMPCPRO by Christophe Leroy · 1 year, 7 months ago
  28. 78ba7b6 board: cssi: Move all mother board code into common.c by Christophe Leroy · 1 year, 7 months ago
  29. 4b6a538 board: cssi: Refactor EEPROM read by Christophe Leroy · 1 year, 7 months ago
  30. 3155b0a board: cssi: Create dedicated file for common sources by Christophe Leroy · 1 year, 7 months ago
  31. 71e9464 board: cssi: Migrate to hashed password by Christophe Leroy · 1 year, 7 months ago
  32. 25bc7bf Kconfig: Remove an impossible condition by Samuel Holland · 1 year, 10 months ago
  33. df202d9 phy: sun4i-usb: Do not drive VBUS with external VBUS present by Samuel Holland · 2 years, 4 months ago
  34. 09cbd38 gpio: axp/sunxi: Remove virtual VBUS detection GPIO by Samuel Holland · 1 year, 10 months ago
  35. 7d5b17c sunxi: Switch to PMIC USB power supply VBUS detection by Samuel Holland · 1 year, 10 months ago
  36. ee6a678 power: regulator: Add a driver for the AXP USB power supply by Samuel Holland · 1 year, 10 months ago
  37. 2a6805b mtd: nand: sunxi: Pass the device to the init function by Samuel Holland · 1 year, 10 months ago
  38. 21b790f mtd: nand: sunxi: Convert to the driver model by Samuel Holland · 1 year, 10 months ago
  39. 1eb0908 mtd: nand: sunxi: Convert from fdtdec to ofnode by Samuel Holland · 1 year, 10 months ago
  40. b05bf94 mtd: nand: sunxi: Remove an unnecessary check by Samuel Holland · 1 year, 10 months ago
  41. 7a85585 pinctrl: sunxi: Add NAND pinmuxes by Samuel Holland · 1 year, 10 months ago
  42. 59c1ddd clk: sunxi: Add NAND clocks and resets by Samuel Holland · 1 year, 10 months ago
  43. 9a4aa31 sunxi: binman: Fix U-Boot offset when SPL is not 32 KiB by Samuel Holland · 1 year, 10 months ago
  44. c9c2c95 Merge branch '2023-04-27-introduce-nvm-xip-block-storage-emulation' by Tom Rini · 1 year, 7 months ago
  45. 56722fa sandbox64: add a test case for UCLASS_NVMXIP by Abdellatif El Khlifi · 1 year, 7 months ago
  46. a6d7f19 corstone1000: enable NVM XIP QSPI flash by Abdellatif El Khlifi · 1 year, 7 months ago
  47. da458bca corstone1000: add NVM XIP QSPI device tree node by Abdellatif El Khlifi · 1 year, 7 months ago
  48. cc89b7c sandbox64: add support for NVMXIP QSPI by Abdellatif El Khlifi · 1 year, 7 months ago
  49. 4b6d114 sandbox64: fix: return unsigned long in readq() by Abdellatif El Khlifi · 1 year, 7 months ago
  50. 9e115ac drivers/mtd/nvmxip: introduce QSPI XIP driver by Abdellatif El Khlifi · 1 year, 7 months ago
  51. f37af27 drivers/mtd/nvmxip: introduce NVM XIP block storage emulation by Abdellatif El Khlifi · 1 year, 7 months ago
  52. b197f1f Merge branch '2023-04-27-IDE-code-cleanups' by Tom Rini · 1 year, 7 months ago
  53. 22a7ae3 ide: Make use of U-Boot types by Simon Glass · 1 year, 7 months ago
  54. 79543e6 ide: Simplify expressions and hex values by Simon Glass · 1 year, 7 months ago
  55. 692bccb ide: Convert to use log_debug() by Simon Glass · 1 year, 7 months ago
  56. 9666de8 ide: Tidy up ide_reset() by Simon Glass · 1 year, 7 months ago
  57. 49aa778 ide: Correct LBA setting by Simon Glass · 1 year, 7 months ago
  58. d7d5743 ide: Use a single local blk_desc for ide_ident() by Simon Glass · 1 year, 7 months ago
  59. 9608311 ide: Move all blk_desc init into ide_ident() by Simon Glass · 1 year, 7 months ago
  60. 038590a ide: Make ide_ident() return an error code by Simon Glass · 1 year, 7 months ago
  61. ce99e29 ide: Use desc consistently for struct blk_desc by Simon Glass · 1 year, 7 months ago
  62. f0af25a ide: Combine the two loops in ide_probe() by Simon Glass · 1 year, 7 months ago
  63. 708404c ide: Move ide_init() entirely within ide_probe() by Simon Glass · 1 year, 7 months ago
  64. db89e72 ide: Move setting of vendor strings into ide_probe() by Simon Glass · 1 year, 7 months ago
  65. 209ee95 ide: Make ide_bus_ok a local variable by Simon Glass · 1 year, 7 months ago
  66. b6483ea ide: Move bus init into a function by Simon Glass · 1 year, 7 months ago
  67. 8b1b943 ide: Avoid preprocessor for CONFIG_LBA48 by Simon Glass · 1 year, 7 months ago
  68. c94a331 ide: Avoid preprocessor for CONFIG_ATAPI by Simon Glass · 1 year, 7 months ago
  69. 9367e61 ide: Simplify success condition by Simon Glass · 1 year, 7 months ago
  70. 6579bb0 ide: Refactor confusing loop code by Simon Glass · 1 year, 7 months ago
  71. 2a16595 ide: Change the retries variable by Simon Glass · 1 year, 7 months ago
  72. 1b33fd8 ide: Make function static by Simon Glass · 1 year, 7 months ago
  73. 646deed ide: Correct use of ATAPI by Simon Glass · 1 year, 7 months ago
  74. 1486c90 ide: Create a prototype for ide_set_reset() by Simon Glass · 1 year, 7 months ago
  75. f8e87e7 ide: Drop weak functions by Simon Glass · 1 year, 7 months ago
  76. bc65bff ide: Move a few functions further up the file by Simon Glass · 1 year, 7 months ago
  77. 62d13fa ide: Drop ide_device_present() by Simon Glass · 1 year, 7 months ago
  78. 80778f5 ide: Move ide_init() into probing by Simon Glass · 1 year, 7 months ago
  79. 00a79f2 ide: Drop init for not using BLK by Simon Glass · 1 year, 7 months ago
  80. 0917851 ide: Drop CONFIG_START_IDE by Simon Glass · 1 year, 7 months ago
  81. 4d89f4b ide: Use mdelay() for long delays by Simon Glass · 1 year, 7 months ago
  82. 14a4f52 ide: Move ATA_CURR_BASE to C file by Simon Glass · 1 year, 7 months ago
  83. caf0a88 Merge branch '2023-04-26-enable-bootstd-for-all-rockchip' by Tom Rini · 1 year, 7 months ago
  84. 4204c50 rockchip: Use the same boot_targets for all boards by Simon Glass · 1 year, 7 months ago
  85. 7755dc5 rockchip: Move to standard boot by Simon Glass · 1 year, 7 months ago
  86. 484e701 bootstd: Use blk uclass device numbers to set efi bootdev by Mathew McBride · 1 year, 7 months ago
  87. 1aabe4e bootstd: Adjust code ordering to work around compiler quirk by Simon Glass · 1 year, 7 months ago
  88. f9fb57c bootstd: Show a message sometimes if no bootflows are found by Simon Glass · 1 year, 7 months ago
  89. 1736b4a bootstd: Report missing labels only when asked by Simon Glass · 1 year, 7 months ago
  90. d80bb4f bootstd: Support booting EFI where multiple options exist by Simon Glass · 1 year, 7 months ago
  91. 27ff780 virtio: Ensure PCI is set up first by Simon Glass · 1 year, 7 months ago
  92. 9f83516 bootstd: Tweak bootflow logic for device tree by Simon Glass · 1 year, 7 months ago
  93. 2356053 Merge branch '2023-04-25-assorted-updates-and-fixes' by Tom Rini · 1 year, 7 months ago
  94. 0fac5c4 gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev() by Rasmus Villemoes · 1 year, 7 months ago
  95. b411ba9 xen: Limit execution to EL1 only by Michal Simek · 1 year, 7 months ago
  96. 5394867 xen: Add dependency on armv8 by Michal Simek · 1 year, 7 months ago
  97. 7add479 arm: omap3: Directly use SMC #1 in lowlevel_init.S by Pali Rohár · 1 year, 7 months ago
  98. 51e0cac tools: env: update lock path in README by John Keeping · 1 year, 7 months ago
  99. cc62598 ata: pci: enable bus mastering by Christian Gmeiner · 1 year, 7 months ago
  100. 23fd87c mpc8379erdb: Convert to using DM_SERIAL by Sinan Akman · 1 year, 7 months ago