1. 04035fd dm: test: Add a test for the system controller uclass by Simon Glass · 9 years ago
  2. 3c43fba dm: test: Add a test for the LED uclass by Simon Glass · 9 years ago
  3. fb8a5ff led: Return -ENODEV if the LED device cannot be found by Simon Glass · 9 years ago
  4. 8e6cc46 dm: test: Add a test for the mmc uclass by Simon Glass · 9 years ago
  5. 64ce0ca dm: test: Add a test for the ram uclass by Simon Glass · 9 years ago
  6. 201c29a dm: test: Add a test for the reset uclass by Simon Glass · 9 years ago
  7. 5010d98 sandbox: Use the reset driver to handle reset by Simon Glass · 9 years ago
  8. b9d33fa sandbox: Add a warm and cold reset driver by Simon Glass · 9 years ago
  9. 1704d08 dm: reset: Allow reset_walk() to return by Simon Glass · 9 years ago
  10. dc6f4d3 sandbox: Support multiple reset types by Simon Glass · 9 years ago
  11. 6a1c7ce dm: test: Add tests for the clk uclass by Simon Glass · 9 years ago
  12. c02790c dm: test: Allow test names to leave out the dm_test_ prefix by Simon Glass · 9 years ago
  13. 97f3ee3 dm: Add platform data advice and admonishment by Simon Glass · 9 years ago
  14. e15bb3e power: pmic: Use trailing_strtol() instead of a local function by Simon Glass · 9 years ago
  15. f26c8a8 dm: Add a clock uclass by Simon Glass · 9 years ago
  16. 30db918 zynq: Rename struct clk_ops to zynq_clk_ops by Simon Glass · 9 years ago
  17. f991745 dm: Add a system reset uclass by Simon Glass · 9 years ago
  18. 92a655c mkimage: Set up a file size parameter and keep it updated by Simon Glass · 9 years ago
  19. aea3d40 spl: Add a debug string before the jump to U-Boot by Simon Glass · 9 years ago
  20. 070d00b dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · 9 years ago
  21. cb5f97f70 fdt: Provide debug info when a device tree cannot be found by Simon Glass · 9 years ago
  22. c4af673 lib: Add function to extract a number from the end of a string by Simon Glass · 9 years ago
  23. 1acab96 Add rivest cipher 4 (rc4) implementation by Simon Glass · 9 years ago
  24. 6e780c7 ns16550: Improve debug UART so it can work with 32-bit access by Simon Glass · 9 years ago
  25. 6f849c3 dm: spi: Make local functions static by Simon Glass · 9 years ago
  26. 6c51df6 dm: Add support for RAM drivers by Simon Glass · 9 years ago
  27. 10f5f5a Drop CONFIG_ERRNO_STR from SPL by Simon Glass · 9 years ago
  28. 30987ef dm: power: Allow use of regulators in SPL by Simon Glass · 9 years ago
  29. 6c69c7f dm: pmic: Add functions to adjust PMIC registers by Simon Glass · 9 years ago
  30. 59c26a9 dm: power: Use debug() for errors in regulator uclass by Simon Glass · 9 years ago
  31. 083fc83 dm: power: Add a function to set up all regulators by Simon Glass · 9 years ago
  32. 3b55d30 dm: pmic: Split output from function by Simon Glass · 9 years ago
  33. 7837cea dm: power: Add regulator flags to centralise auto-set logic by Simon Glass · 9 years ago
  34. 23ec2b5 dm: power: Avoid case-insensitve match for child names by Simon Glass · 9 years ago
  35. 6dc7141 mmc: Add structure comments for dwmmc by Simon Glass · 9 years ago
  36. dc3dedf dm: mmc: Allow driver model to be used for MMC in SPL by Simon Glass · 9 years ago
  37. 1169299 mmc: Add debug() output on read errors by Simon Glass · 9 years ago
  38. e7ecf7c dm: mmc: Add an MMC uclass by Simon Glass · 9 years ago
  39. fdfa39d spl: Add debugging info for spl_mmc boot by Simon Glass · 9 years ago
  40. 5ac76ba dm: led: Add a driver for GPIO-controlled LEDs by Simon Glass · 9 years ago
  41. 5917112 dm: Add support for LEDs by Simon Glass · 9 years ago
  42. 5725128 dm: Add support for generic system controllers (syscon) by Simon Glass · 9 years ago
  43. 6f98b75 dm: Add support for register maps (regmap) by Simon Glass · 9 years ago
  44. efa677f dm: gpio: Add dm_gpio_request() to manually request a GPIO by Simon Glass · 9 years ago
  45. 32ec159 dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name by Simon Glass · 9 years ago
  46. ce22c5b dm: gpio: Allow GPIO uclass to be used in SPL by Simon Glass · 9 years ago
  47. 132f9bf dm: core: Correct device_get_child_by_of_offset() parameter by Simon Glass · 9 years ago
  48. 2693047 dm: core: Add a function to find any device from device tree by Simon Glass · 9 years ago
  49. 3039811 dm: core: Use debug() instead of printf() for failures by Simon Glass · 9 years ago
  50. 304fbef dm: Move the tree/uclass dump code into its own file by Simon Glass · 9 years ago
  51. da229e4 sandbox: Drop special-case sandbox console code by Simon Glass · 9 years ago
  52. d6ea530 dm: Allow debug UART to support an early console by Simon Glass · 9 years ago
  53. d0d7361 debug_uart: Remove use of asmlinkage by Simon Glass · 9 years ago
  54. c9689ca Add a way of checking the position of a structure member by Simon Glass · 9 years ago
  55. 4eae498 dm: arm: Put driver model I2C drivers before legacy ones by Simon Glass · 9 years ago
  56. fa78e0a dm: Reduce SPL device tree size by Simon Glass · 9 years ago
  57. 1043d0a fdt: Add fdtgrep tool by Simon Glass · 9 years ago
  58. c3c4c00 fdt: Add fdt_first/next_region() functions by Simon Glass · 9 years ago
  59. 8f6e2e1 fdt: Add a function to remove unused strings from a device tree by Simon Glass · 9 years ago
  60. 5b9d44d mkimage: Display a better list of available image types by Simon Glass · 9 years ago
  61. a3c3cff sandbox: Enable dhry command by Simon Glass · 9 years ago
  62. d138940 Add a dhrystone benchmark command by Simon Glass · 9 years ago
  63. b217c89 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  64. db14f11 armv8/fsl-lsch3: Fix TCR_EL3 for the final MMU setup. by Zhichun Hua · 9 years ago
  65. 21a257b armv8: Fix TCR macros for shareability attribute by Zhichun Hua · 9 years ago
  66. 2519560 armv8/ls2085a/defconfig: Enable FSL_DSPI, OF_CONTROL and DM support by Haikun.Wang@freescale.com · 9 years ago
  67. 0c42a8d armv8/ls2085ardb: Enable DSPI flash support for LS2085ARDB by Haikun Wang · 9 years ago
  68. b7774b0 armv8/ls2085aqds: Enable DSPI flash support for LS2085AQDS by Haikun Wang · 9 years ago
  69. 5989df7 armv8/ls2085ardb: DSPI pin muxing configure through QIXIS CPLD by Haikun.Wang@freescale.com · 9 years ago
  70. e71a980 armv8/ls2085aqds: DSPI pin muxing configure through QIXIS by Haikun Wang · 9 years ago
  71. b0e209d armv8/ls2085a: Enable DSPI get input clk form 'mxc_get_clock' by Haikun Wang · 9 years ago
  72. 193e7e5 arm/dts/ls2085a: Add dts files for LS2085AQDS and LS2085ARDB by Haikun Wang · 9 years ago
  73. fe69a0e arm/dts/ls2085a: Add DSPI dts node by Haikun Wang · 9 years ago
  74. d941f71 arm/dts/ls2085a: Bring in ls2085a dts files from linux kernel by Haikun Wang · 9 years ago
  75. 88c857d arm/ls102xa: Add little-endian mode support for audio IPs by Alison Wang · 9 years ago
  76. 340848b arm/ls102xa: Add PSCI support for ls102xa by Wang Dongsheng · 9 years ago
  77. 972af2a ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S by Wang Dongsheng · 9 years ago
  78. 49a5e42 arm: ls1021a: Remove the inappropriate use of the function 'sprintf' by Alison Wang · 9 years ago
  79. 97421bd board/ls2085a: Increase kernel_size value in env variable by Prabhakar Kushwaha · 9 years ago
  80. 9527931 board/ls2085rdb: Export functions for standalone AQ FW load apps by Prabhakar Kushwaha · 9 years ago
  81. 56c57cf driver/ldpaa_eth:Avoid infinite loop in ldpaa_eth_rx by Prabhakar Kushwaha · 9 years ago
  82. 0c7c87a driver/ldpaa_eth: Avoid TX conf frames by Prabhakar Kushwaha · 9 years ago
  83. b4c3a35 driver/ldpaa_eth: Add timeout handling DQRR entry read by Prabhakar Kushwaha · 9 years ago
  84. e48df52 driver/ldpaa_eth: Retry enqueue if portal was busy by Prabhakar Kushwaha · 9 years ago
  85. 70e52d2 armv8/fsl-lsch3: device tree fixups for PCI stream IDs by Stuart Yoder · 9 years ago
  86. 21c6987 drivers/fsl-mc: dynamically create ICID pool in DPC by Stuart Yoder · 9 years ago
  87. 39da644 armv8/fsl-lsch3: partition stream IDs by Stuart Yoder · 9 years ago
  88. 2b7c4a1 drivers: fsl-mc: Return error for major version mismatch by Prabhakar Kushwaha · 9 years ago
  89. cd8aefc drivers: fsl-mc: Update qbman driver by Prabhakar Kushwaha · 9 years ago
  90. 1f1c25c drivers: fsl-mc: Update flibs to mc-0.6.0.1 by Prabhakar Kushwaha · 9 years ago
  91. c1000c1 drivers/fsl-mc: Autoload AOIP image from NOR flash by J. German Rivera · 9 years ago
  92. e247db4 driver/ldpaa_eth:Flush buffer before seeding BMAN after TX_conf by Prabhakar Kushwaha · 9 years ago
  93. cc088c3 drivers/fsl-mc: Make MC boot error messages more readable by J. German Rivera · 9 years ago
  94. b0ba9d4 armv8/ls2085a: enable debug server by Stuart Yoder · 9 years ago
  95. 5c05508 armv8/fsl-lsch3: Support 256M mem split for MC & dbg-srvr by Prabhakar Kushwaha · 9 years ago
  96. f299b5b arm/errata: Update required bits for A57 cores erratas by Bhupesh Sharma · 9 years ago
  97. dbe94dd driver/fsl_debug_server: Fix the DDR hide logic for LS2085a by Bhupesh Sharma · 9 years ago
  98. 092da48 armv8/ls2085a: Update SoC README for DDR layout by Prabhakar Kushwaha · 9 years ago
  99. a2dc818 armv8/ls2085a: Expose all DDR region(s) to Linux by Bhupesh Sharma · 9 years ago
  100. fc7b385 armv8/ls2085ardb: Fix SPD address error on early boards by York Sun · 9 years ago