1. 4bca051 i2c: designware_i2c: Add more registers by Simon Glass · 4 years, 10 months ago
  2. 51c1e04 global_data: remove unused mxc_i2c specific field by Baruch Siach · 5 years ago
  3. 2c54cf5 common: fix regression on block cache init by Angelo Durgehello · 4 years, 10 months ago
  4. 2288efd arm: mvebu: fix A38x breakage from commit bb872dd930cc by Joel Johnson · 4 years, 10 months ago
  5. 45a77a5 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 4 years, 10 months ago
  6. 35a76dc configs: Orange Pi Win: enable ethernet phy by Jernej Skrabec · 4 years, 10 months ago
  7. 9ba18e8 sunxi: Automate loading from 128KB MMC offset by Andre Przywara · 4 years, 11 months ago
  8. a0a5b21 sunxi: SPL: Factor out sunxi_get_boot_source() by Andre Przywara · 4 years, 11 months ago
  9. 529ea1c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 10 months ago
  10. a95d928 Merge branch '2020-01-24-master-imports' by Tom Rini · 4 years, 10 months ago
  11. 4a10f56 mtd: add prototypes for weak function by Patrick Delaunay · 4 years, 10 months ago
  12. 44ea1d4 common: blk: fix comment about blkcache_read return value by Eric Nelson · 4 years, 10 months ago
  13. 5c38e3e meerkat96: fix typo in MAINTAINERS email address by Shawn Guo · 4 years, 10 months ago
  14. 615909a genboardscfg.py: drop python version comment by Baruch Siach · 4 years, 10 months ago
  15. 3d8e4c1 common: add blkcache init by Angelo Durgehello · 4 years, 10 months ago
  16. 8f92694 net: macb: Drop local cache flush by Vignesh Raghavendra · 4 years, 10 months ago
  17. dd62b9a mtd: denali: Drop custom dma mapping functions by Vignesh Raghavendra · 4 years, 10 months ago
  18. 0892e71 mmc: tmio-common: Drop custom dma mapping functions by Vignesh Raghavendra · 4 years, 10 months ago
  19. 4a81a21 asm: dma-mapping.h: Fix dma mapping functions by Vignesh Raghavendra · 4 years, 10 months ago
  20. 6a10556 fastboot: mt85xx: add command to flash/erase emmc hwpart by developer · 4 years, 10 months ago
  21. 711898c configs: mt8518: Enable fastboot related configs by developer · 4 years, 10 months ago
  22. 336e0f5 configs: mt8518: enable usb gadget driver by developer · 4 years, 10 months ago
  23. 8bb9672 configs: mt8518: set global variables for fastboot by developer · 4 years, 10 months ago
  24. cabebda ARM: Mediatek: Add board_late_init to init usb gadget driver by developer · 4 years, 10 months ago
  25. 64800e0 usb: musb-new: mt85xx: add musb-new gadget driver. by developer · 4 years, 10 months ago
  26. c75f853 crypto: make mod_exp_sw() static by Heinrich Schuchardt · 4 years, 10 months ago
  27. b2e67a2 lib: Kconfig dependencies for pseudo-random library by Heinrich Schuchardt · 4 years, 10 months ago
  28. 38c8c1b lib: rsa: consider CONFIG_SPL_RSA by Heinrich Schuchardt · 4 years, 10 months ago
  29. 95de4bc sunxi: Add Libre Computer ALL-H5-CC H5 board by Chen-Yu Tsai · 4 years, 11 months ago
  30. 7d106f1 sunxi: Add Libre Computer ALL-H3-IT H5 board by Chen-Yu Tsai · 4 years, 11 months ago
  31. e6d9fc0 sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfig by Andre Przywara · 4 years, 11 months ago
  32. 9370b9c sunxi: defconfig: R40 boards: enable USB by Andre Przywara · 5 years ago
  33. 47d4997 phy: sun4i-usb: Add Allwinner R40 support by Andre Przywara · 5 years ago
  34. 1267022 sunxi: defconfig: Bananapi M2 Berry: enable Ethernet by Andre Przywara · 5 years ago
  35. a17d02d sunxi: dts: R40: Update Bananapi M2 Berry .dts by Andre Przywara · 5 years ago
  36. 8d7da69 sunxi: H3/H5 Sync DT files from upstream Linux kernel as of next-20200108 by Chen-Yu Tsai · 4 years, 11 months ago
  37. 2e26aa1 common: Update comment to show progress by Simon Glass · 5 years ago
  38. aff1a49 common: Collect all the header files together by Simon Glass · 5 years ago
  39. 6e72322 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · 5 years ago
  40. 2c94096 common: Move ROUND() into kernel.h by Simon Glass · 5 years ago
  41. cfeb797 common: Move check_member() to kernel.h by Simon Glass · 5 years ago
  42. 65c4759 common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  43. 13d994a common: Move testdram() into init.h by Simon Glass · 5 years ago
  44. a07a6f2 common: Move RAM-sizing functions to init.h by Simon Glass · 5 years ago
  45. a7ec4d6 common: Rename and move source() by Simon Glass · 5 years ago
  46. 0c715a2 common: Move the image globals into image.h by Simon Glass · 5 years ago
  47. 38cce70 image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  48. 1f911d4 common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
  49. 276698b common: Move reset_misc() function to arch header by Simon Glass · 5 years ago
  50. bd2ce1b common: Move get_tbclk() to time.h by Simon Glass · 5 years ago
  51. 0eb84bf common: Move clock functions into a new file by Simon Glass · 5 years ago
  52. 92052d4 common: Move upmconfig() to ppc.h by Simon Glass · 5 years ago
  53. d0e1c34 common: Move ll_boot_init() to init.h by Simon Glass · 5 years ago
  54. db13e74 common: arm: Move s_init() to an ARM-specific header by Simon Glass · 5 years ago
  55. e253db5 common: Move device-tree setup functions to fdt_support.h by Simon Glass · 5 years ago
  56. 0467120 common: Move type declarations to linux/types.h by Simon Glass · 5 years ago
  57. c49a356 common: Drop the symbol_lookup() declaration by Simon Glass · 5 years ago
  58. 5cfb878 common: Drop CONFIG_HAS_POST by Simon Glass · 5 years ago
  59. ff75687 common: Drop CONFIG_POST_STD/ALT_LIST by Simon Glass · 5 years ago
  60. 5520e3f common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h by Simon Glass · 5 years ago
  61. a3cdcfc common: Move reset_phy() to net.h by Simon Glass · 5 years ago
  62. 0e4868f common: Drop floppy disk support by Simon Glass · 5 years ago
  63. 7e6263b common: Move jumptable_init() out of common.h by Simon Glass · 5 years ago
  64. 3104a08 common: Move relocate_code() to init.h by Simon Glass · 5 years ago
  65. 844b6b9 common: Move functions for loading from fat/ext2 to fs.h by Simon Glass · 5 years ago
  66. 1672111 common: Move do_tftpb() to net.h by Simon Glass · 5 years ago
  67. 6a6b2f2 common: Move embedded fdt location to fdtdec.h by Simon Glass · 5 years ago
  68. e2e8d92 common: Drop checkflash() and checkdram() by Simon Glass · 5 years ago
  69. aca84e0 common: Move flash_perror() to flash.h by Simon Glass · 5 years ago
  70. 8fc96b0 common: Move main_loop() to init.h by Simon Glass · 5 years ago
  71. 6433214 common: Drop mdm_init() by Simon Glass · 5 years ago
  72. c610622 tools: ftdgrep: correct the find regions loop in do_fdtgrep by Patrick Delaunay · 4 years, 11 months ago
  73. 96478bad arm: Add arm handoff header file by Michael Trimarchi · 4 years, 11 months ago
  74. 7e1bda9 serial: ns16550: Use old baud rate divisor for flushing if not given by Patrik Dahlström · 5 years ago
  75. a29ae45 cmd: mtd: solve bad block support in erase command by Patrick Delaunay · 5 years ago
  76. 67e8817 remoteproc: elf_loader: fix program header parsing by Fabien Dessenne · 5 years ago
  77. ead34f1 configs: ls1028aqds: enable mdio muxing by default by Alex Marginean · 5 years ago
  78. 8174915 configs: fsl-layerscape: secure_boot: Enable setexpr command by Udit Agarwal · 5 years ago
  79. 844e0ed board: fsl: lx2160a: Fix the loop in board_fix_fdt function by Pankaj Bansal · 4 years, 11 months ago
  80. 47568ce arch: armv8: fsl-layerscape: export serdes config to environment by Alex Marginean · 4 years, 11 months ago
  81. f57e45a board: fsl: ls1028a: free up arch_misc_init by Alex Marginean · 4 years, 11 months ago
  82. 8cfc8aa board: fsl: ls1088a: remove empty arch_misc_init by Alex Marginean · 4 years, 11 months ago
  83. bb03075 board: fsl: ls2080a/ls2081a: remove empty arch_misc_init by Alex Marginean · 4 years, 11 months ago
  84. b4f8023 board: fsl: lx2160a: free up arch_misc_init by Alex Marginean · 4 years, 11 months ago
  85. c369161 armv8: ls1028a_serdes: Add few missing serdes protocols by Alex Marginean · 4 years, 11 months ago
  86. afad2d0 drivers: net: fsl_enetc: fix SXGMII MAC configuration by Alex Marginean · 4 years, 11 months ago
  87. 751f7a7 lx2160: Correct default environment variable by Meenakshi Aggarwal · 4 years, 11 months ago
  88. 3ba75cc include/configs: ls1012afrwy: adjust kernel_addr_r by Biwen Li · 4 years, 11 months ago
  89. 5bc151a include/configs: ls1012ardb: adjust kernel_addr_r by Biwen Li · 4 years, 11 months ago
  90. 6866cdb armv8: fsl-layerscape: LS1044A/1048A: enable Only 1x 10GE port by Pramod Kumar · 4 years, 11 months ago
  91. 1208d38 ARM: LS1021A: remove redundant "depends on ARCH_LS1021A" by Masahiro Yamada · 4 years, 11 months ago
  92. 3a13e29 board/lx2160aqds: Update the DSPI status fixup by Xiaowei Bao · 4 years, 11 months ago
  93. d3bfb5b configs: lx2160a: enable CONFIG_OF_BOARD_FIXUP for SECURE_BOOT defconfig by Wasim Khan · 4 years, 11 months ago
  94. 70bec5c pci: layerscape: device tree fixup based on SoC and by Wasim Khan · 4 years, 11 months ago
  95. 9d3d230 pci: layerscape: Move streamId allocation to common device tree fixup by Wasim Khan · 4 years, 11 months ago
  96. 54e44ef pci: layerscape: Common device tree fixup for NXP SoCs by Wasim Khan · 4 years, 11 months ago
  97. a757669 armv8: ls1012a: Make USB masters snoopable by Ran Wang · 5 years ago
  98. 1d3e24f drivers: net: fsl_enetc: add write_hwaddr() for LS1028A by Michael Walle · 5 years ago
  99. 8c7188e drivers: net: fsl_enetc: use write_hwaddr() by Michael Walle · 5 years ago
  100. 1e0be15 board: ls1046afwry: Disable sgmii support by Pramod Kumar · 5 years ago