1. 4af5b14 dm: Use '*' to indicate a device is activated by Simon Glass · 10 years ago
  2. 1805bfc include/dm.h: fix inclusion guard by Jeroen Hofstee · 10 years ago
  3. 39b6d07 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  4. 22ec136 dm: Expand and improve the device lifecycle docs by Simon Glass · 10 years ago
  5. f2bc6fc dm: Tidy up four minor code nits by Simon Glass · 10 years ago
  6. 47f3d3c tegra: Enable driver model by Simon Glass · 10 years ago
  7. 8946034 tegra: dts: Bring in GPIO bindings from linux by Simon Glass · 10 years ago
  8. 184b1b7 dm: Fix printf() strings in the 'dm' command by Simon Glass · 10 years ago
  9. b6a49a7 dm: Allow driver model tests only for sandbox by Simon Glass · 10 years ago
  10. 89876a5 dm: Cast away the const-ness of the global_data pointer by Simon Glass · 10 years ago
  11. 6a6d8fb dm: Add missing header files in lists and root by Simon Glass · 10 years ago
  12. 939cda5 dm: Use case-insensitive comparison for GPIO banks by Simon Glass · 10 years ago
  13. 2eb31b1 dm: Update README to encourage conversion to driver model by Simon Glass · 10 years ago
  14. ae7f451 dm: Rename struct device_id to udevice_id by Simon Glass · 10 years ago
  15. 5957ac2 Makefile: Support include files for .dts files by Simon Glass · 10 years ago
  16. 42d3b29 sandbox: Support iotrace feature by Simon Glass · 10 years ago
  17. ad827e16 arm: Support iotrace feature by Simon Glass · 10 years ago
  18. aa53233 Add an I/O tracing feature by Simon Glass · 10 years ago
  19. 45f0ad9 cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1) by Masahiro Yamada · 10 years ago
  20. 12cc543 omap3: overo: Select fdtfile for expansion board by Ash Charles · 10 years ago
  21. 7a4861f spi: davinci: Fix register address for SPI1_BUS by Axel Lin · 10 years ago
  22. 734af24 OMAP: disable gpmc timeout safely for reenabling by Stefano Babic · 10 years ago
  23. fd3f401 omap3: board: trivial: add void for no args by Jeroen Hofstee · 10 years ago
  24. 403edbb board: ti: am43xx: enable QSPI and Gbit Ethernet on AM437x SK by Felipe Balbi · 10 years ago
  25. 619ce62 board: ti: am43xx: add AM437x SK PHY Address by Felipe Balbi · 10 years ago
  26. 9cb9f33 board: ti: am43xx: add support for AM43xx Starter Kit by Felipe Balbi · 10 years ago
  27. 9f1220a cpu: armv7: am33x: ddr: write emif ref_ctrl_shadow register by Felipe Balbi · 10 years ago
  28. d51e5ae board: ti: am43xx: print unsupported board name by Felipe Balbi · 10 years ago
  29. 909ea9a ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.c by Khoronzhuk, Ivan · 10 years ago
  30. 3e01ed0 mtd: nand: davinci: add header file for driver definitions by Khoronzhuk, Ivan · 10 years ago
  31. 9990717 omap4: duovero: Correct name of default device tree by Ash Charles · 10 years ago
  32. 2868a5d omap: Don't enable GPMC CS0 with nothing attached by Ash Charles · 10 years ago
  33. fe7b7cd ARM: tegra: set initrd_high so boot scripts work by Stephen Warren · 10 years ago
  34. 72638b0 ARM: tegra: fix extlinux.conf search location by Stephen Warren · 10 years ago
  35. 99dd16c ARM: tegra: fix include guard by Jeroen Hofstee · 10 years ago
  36. c42ff09 tegra20: display: fix checking of return value by Jeroen Hofstee · 10 years ago
  37. 9e546ee cosmetic: autoboot: update old style GNU struct init by Jeroen Hofstee · 10 years ago
  38. 9fb70f3 cmd_md5sum.c: remove dead code / fix warning by Jeroen Hofstee · 10 years ago
  39. 5c45f55 Remove nios-32 arch remnants by Vasili Galka · 10 years ago
  40. 7fae9e2 m68k: Remove CONFIG_CMD_BEDBUG related code by Vasili Galka · 10 years ago
  41. a348d56 pmic: tps65090: correct checking i2c bus by Jeroen Hofstee · 10 years ago
  42. 1f9ce30 fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL by Hannes Petermaier · 10 years ago
  43. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  44. 967a99a test: vboot: explicitly request bash by Stephen Warren · 10 years ago
  45. c7320ed Add documentation for verified boot on Beaglebone Black by Simon Glass · 10 years ago
  46. ce1400f Enhance fit_check_sign to check all images by Simon Glass · 10 years ago
  47. 2b164f1 bootm: Move decompression code into its own function by Simon Glass · 10 years ago
  48. ea51a62 Allow compiling common/bootm.c on with HOSTCC by Simon Glass · 10 years ago
  49. aa69db1 Avoid including config.h in command.h by Simon Glass · 10 years ago
  50. e3c83c0 Fix small 'case' typo in image-fit.c by Simon Glass · 10 years ago
  51. 07c0cd7 bootm: Support android boot on sandbox by Simon Glass · 10 years ago
  52. 126cc86 image: Remove the fit_load_image() property parameter by Simon Glass · 10 years ago
  53. b639640 bootm: Split out code from cmd_bootm.c by Simon Glass · 10 years ago
  54. 12df2ab Reverse the meaning of the fit_config_verify() return code by Simon Glass · 10 years ago
  55. ba923ca tools: Check arguments in fit_check_sign/fit_info by Simon Glass · 10 years ago
  56. d18926a fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB by Simon Glass · 10 years ago
  57. 597a8b2 mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
  58. 04819a4 hash: Use uint8_t in preference to u8 by Simon Glass · 10 years ago
  59. 52aa1cf am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now by Tom Rini · 10 years ago
  60. 0ffc986 .gitignore: drop include/asm/proc from ignore pattern by Masahiro Yamada · 10 years ago
  61. d018028 fs: ext4: fix writing zero-length files by Stephen Warren · 10 years ago
  62. 50babaf fdt_support: correct the return condition of fdt_initrd() by Masahiro Yamada · 11 years ago
  63. f18295d fdt_support: fix an endian bug of fdt_initrd() by Masahiro Yamada · 11 years ago
  64. 739a01e fdt_support: fix an endian bug of fdt_fixup_memory_banks by Masahiro Yamada · 11 years ago
  65. f89d482 fdt_support: add 'const' qualifier for unchanged argument by Masahiro Yamada · 11 years ago
  66. 972f2a8 fdt_support: refactor fdt_fixup_stdout() function by Masahiro Yamada · 11 years ago
  67. bc6ed0f fdt_support: delete force argument of fdt_chosen() by Masahiro Yamada · 11 years ago
  68. dbe963a fdt_support: delete force argument of fdt_initrd() by Masahiro Yamada · 11 years ago
  69. 8edb219 fdt_support: refactor with fdt_find_or_add_subnode helper func by Masahiro Yamada · 11 years ago
  70. 0613c57 fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR by Masahiro Yamada · 11 years ago
  71. e6af385 freescale: m5253demo: fix unused-but-set-variable warnings by Masahiro Yamada · 11 years ago
  72. af67b25 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · 11 years ago
  73. f1329c9 m68k:correct io macros about endian by Chao Fu · 11 years ago
  74. 5744e53 m68k: eliminate a warning in cpu_init by Masahiro Yamada · 11 years ago
  75. b1f49ab ARM: fdt support: Add usbethaddr as an acceptable MAC by Dan Murphy · 11 years ago
  76. 2e43646 Fix bug in io64 target (introduced by commit aba27ac) by Vasili Galka · 10 years ago
  77. 4a18836 trats/trats2: exynos_power_init: return 0 if no battery detected. by Przemyslaw Marczak · 10 years ago
  78. 7d2357c configs: iocon: Enabling CONFIG_CMD_FPGAD again by Michal Simek · 10 years ago
  79. f8caed3 Arndale: Enable preboot support by Tushar Behera · 10 years ago
  80. 34ecd69 FIX: config: goni: Change goni configuration to store envs at eMMC by Łukasz Majewski · 10 years ago
  81. f2f07e8 imx: correct HAB status for new chip TO by Stefano Babic · 10 years ago
  82. a81c90f mx28evk: Add documentation on how to boot from SPI NOR by Fabio Estevam · 10 years ago
  83. d4c8258 mx28evk: Add a target for SPI NOR boot by Fabio Estevam · 10 years ago
  84. 3aa8905 mx28evk: Fix warning when CONFIG_ENV_IS_IN_SPI_FLASH is selected by Fabio Estevam · 10 years ago
  85. a765048 embestmx6boards: Fix the dtb file name for riotboard by Fabio Estevam · 10 years ago
  86. fa4a7a4 embestmx6boards: Fix CONFIG_CONSOLE_DEV by Fabio Estevam · 10 years ago
  87. 4a4784e mx6: drop ARM errata 742230 by Shawn Guo · 10 years ago
  88. 73ff044 arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK by Marek Vasut · 11 years ago
  89. bad40e0 mx6: Fix definition of IOMUXC_GPR12_DEVICE_TYPE_RC by Fabio Estevam · 10 years ago
  90. a811db5 arm: zynq: fix a bug in Zynq linker script by Masahiro Yamada · 10 years ago
  91. 0fabb6a FIX: config: goni: Change goni configuration to use Tizen's THOR downlodader by Łukasz Majewski · 10 years ago
  92. 6dbeb89 arm: ethernut5: convert to generic board by Tim Schendekehl · 10 years ago
  93. d337a09 ARMv7: at91: enable ICache and DCache. by Wu, Josh · 11 years ago
  94. b137bd8 video: atmel_hlcdfb: enable dcache support by Wu, Josh · 11 years ago
  95. 5ae0e38 net: macb: enable dcache in macb by Wu, Josh · 10 years ago
  96. ceef983 macb: make checkpatch clean by Andreas Bießmann · 10 years ago
  97. 0e05543 avr32: migrate cache functions by Andreas Bießmann · 10 years ago
  98. ed32522 Exynos5420: DMC: Add software read leveling by Akshay Saraswat · 10 years ago
  99. c9334fc DMC: exynos5420: Gate CLKM to when reading PHY_CON13 by Doug Anderson · 10 years ago
  100. aacdd79 Exynos5420: Remove code for enabling read leveling by Akshay Saraswat · 10 years ago