1. 5624c6b imx: add missing includes by Jeroen Hofstee · 10 years ago
  2. 73063c0 common/cmd_elf.c: add missing include by Jeroen Hofstee · 10 years ago
  3. 67c398d arch-mx: add missing include by Jeroen Hofstee · 10 years ago
  4. 5afe73f string.h: add missing prototypes by Jeroen Hofstee · 10 years ago
  5. 482f469 common:console: add missing include by Jeroen Hofstee · 10 years ago
  6. 73144da modem.c: Switch to debug() from dbg found in common/console.c by Tom Rini · 10 years ago
  7. c5fe253 video: ipu: prevent warnings with W=1 by Jeroen Hofstee · 10 years ago
  8. 19d7bf3 tegra: make local functions static by Jeroen Hofstee · 10 years ago
  9. 654f8d0 serial: make local functions static by Jeroen Hofstee · 10 years ago
  10. 6588c78 sdhci: make local functions static by Jeroen Hofstee · 10 years ago
  11. 4415297 omap_gpmc: fix warnigs with W=1 by Jeroen Hofstee · 10 years ago
  12. 98431d5 omap3: make local functions static by Jeroen Hofstee · 10 years ago
  13. 84f64c8 net: fec_mxc: make local functions static by Jeroen Hofstee · 10 years ago
  14. 750a6ff lmb: make local functions static by Jeroen Hofstee · 10 years ago
  15. 718feca image-fit: make local function static by Jeroen Hofstee · 10 years ago
  16. 2115d89 gpio: make local functions static by Jeroen Hofstee · 10 years ago
  17. 783a91f eth: make eth_address_set static by Jeroen Hofstee · 10 years ago
  18. 45f08d3 env_nand: make local functions static by Jeroen Hofstee · 10 years ago
  19. 2d17b48 ehci-hcd.c: make local functions static by Jeroen Hofstee · 10 years ago
  20. 76ee65b disk/part.c: make local function static by Jeroen Hofstee · 10 years ago
  21. 2588ba1 common: board_r: make local functions static by Jeroen Hofstee · 10 years ago
  22. 553d8c3 common: cmd_elf: make do_bootelf_exec static by Jeroen Hofstee · 10 years ago
  23. 69d2754 video: use __weak by Jeroen Hofstee · 10 years ago
  24. 3dd80aa usb: use __weak by Jeroen Hofstee · 10 years ago
  25. e7e60c1 samsung: board: use __weak by Jeroen Hofstee · 10 years ago
  26. 7b19fd6 pci: use __weak by Jeroen Hofstee · 10 years ago
  27. 3c6928f net: phy: fix warnings with W=1 by Jeroen Hofstee · 10 years ago
  28. 002ad7b misc: use __weak by Jeroen Hofstee · 10 years ago
  29. 00dcb07 cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64} by Jeroen Hofstee · 10 years ago
  30. dd2a6cd common: board: use __weak by Jeroen Hofstee · 10 years ago
  31. 8590c80 arm: board: use __weak by Jeroen Hofstee · 10 years ago
  32. 5b3ee38 kbuild: clear VENDOR variable to fix build error on tcsh by Masahiro Yamada · 10 years ago
  33. 03a3536 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  34. 7bfd5ee mips: enable CONFIG_USE_PRIVATE_LIBGCC by default by Masahiro Yamada · 10 years ago
  35. 0732b2f kconfig: invoke silentoldconfig if spl, tpl/.config is updated by Masahiro Yamada · 10 years ago
  36. 9adb6d2 kbuild: fix a bug of the u-boot-spl link rule by Masahiro Yamada · 10 years ago
  37. 45ccec8 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · 10 years ago
  38. 76eb5d8 kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntax by Masahiro Yamada · 10 years ago
  39. dd43fa2 x86: set CONFIG_USE_PRIVATE_LIBGCC to y by Masahiro Yamada · 10 years ago
  40. 8c688bc kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · 10 years ago
  41. b2b8a69 Makefile: Add CONFIG_BUILD_TARGET to automatically build an special image by Stefan Roese · 10 years ago
  42. 4acd2d2 tools: kwbimage: Add image version 1 support for Armada XP / 370 by Stefan Roese · 10 years ago
  43. 2afa331 tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported by Stefan Roese · 10 years ago
  44. 84899e2 tools/kwboot: Sync with latest barebox version to support Armada XP by Stefan Roese · 10 years ago
  45. 1721fe6 arm: kirkwood: Remove some dead code from cpu.c by Stefan Roese · 10 years ago
  46. a488483 arm: armada-xp: Add basic support for the maxBCM board by Stefan Roese · 10 years ago
  47. dd58080 arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board by Stefan Roese · 10 years ago
  48. 41e5ee5 arm: armada-xp: Add basic support for Marvell Armada XP SoC by Stefan Roese · 10 years ago
  49. 6d5fe56 i2c: mvtwsi: Add support for Marvell Armada XP by Stefan Roese · 10 years ago
  50. 4fb3f0c net: phy.h: Make PHY autonegotiation timeout configurable by Stefan Roese · 10 years ago
  51. 19fc2ea net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC by Stefan Roese · 10 years ago
  52. 96c5f08 arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo() by Stefan Roese · 10 years ago
  53. 4fd7717 spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE by Stefan Roese · 10 years ago
  54. d5c5132 arm: marvell: Extract kirkwood gpio functions into new common file gpio.c by Stefan Roese · 10 years ago
  55. 4aceea2 spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's by Stefan Roese · 10 years ago
  56. 24c0497 arm: mvebu: Add common mbus functions to use on Marvell SoCs by Stefan Roese · 10 years ago
  57. 22700dc arm: marvell: Rework timer.c to make it usable for other MVEBU platforms by Stefan Roese · 10 years ago
  58. 3e972cb arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h by Stefan Roese · 10 years ago
  59. 3dc23f7 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
  60. d80cca2 arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common by Stefan Roese · 10 years ago
  61. dee8abc Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  62. 2110957 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  63. 8104f54 net: Display the size when tftpboot finishes by Simon Glass · 10 years ago
  64. c0561d1 x86: Enable FIT, ELF on coreboot by Simon Glass · 10 years ago
  65. c67161c x86: config: link: Display the board model on the screen by Simon Glass · 10 years ago
  66. 39c0b63 x86: link: Tidy up the command lines options by Simon Glass · 10 years ago
  67. e731707 doc: Remove note about auto-complete not working with hush by Simon Glass · 10 years ago
  68. 14db950 x86: cros_ec: Enable cros_ec for link by Simon Glass · 10 years ago
  69. f126992 x86: cros_ec: Update LPC driver for new cros_ec header by Simon Glass · 10 years ago
  70. ca42d3f x86: dts: Add device tree compatible string for Intel IPC by Simon Glass · 10 years ago
  71. 6ddc4fd x86: Add device tree information for Chrome OS EC by Simon Glass · 10 years ago
  72. 2d41046 x86: config: Enable dhcp on link by Simon Glass · 10 years ago
  73. 2f37604 fdt: Add a subnodes iterator macro by Thierry Reding · 10 years ago
  74. 9f85eee fdt: Add a function to return PCI BDF triplet by Thierry Reding · 10 years ago
  75. 56f4224 fdt: Add resource parsing functions by Thierry Reding · 10 years ago
  76. 5094eb4 fdt: Add functions to retrieve strings by Thierry Reding · 10 years ago
  77. fc503c1 fdt: Add a function to get the index of a string by Thierry Reding · 10 years ago
  78. bc4147a fdt: Add a function to count strings by Thierry Reding · 10 years ago
  79. 68e80fd Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  80. 8a9cd5a dm: serial: Support driver model in pl01x driver by Simon Glass · 10 years ago
  81. aed2fbe dm: serial: Tidy up the pl01x driver by Simon Glass · 10 years ago
  82. 41e98e0 dm: rpi: Convert GPIO driver to driver model by Simon Glass · 10 years ago
  83. da802b9 dm: core: Add support for simple-bus by Simon Glass · 10 years ago
  84. 3f0e935 dm: imx: Move cm_fx6 to use driver model for serial and GPIO by Simon Glass · 10 years ago
  85. a8ba569 dm: imx: serial: Support driver model in the MXC serial driver by Simon Glass · 10 years ago
  86. 441d0cf dm: imx: gpio: Support driver model in MXC gpio driver by Simon Glass · 10 years ago
  87. 8f488c1 arm: mx6: cm_fx6: use gpio request by Nikita Kiryanov · 10 years ago
  88. c6f3f32 dm: imx: i2c: Use gpio_request() to request GPIOs by Simon Glass · 10 years ago
  89. edbf8b4 imx: Add error checking to setup_i2c() by Simon Glass · 10 years ago
  90. b889332 dm: serial: Put common code into separate functions by Simon Glass · 10 years ago
  91. aacc6c5 initcall: Display error number when an error occurs by Simon Glass · 10 years ago
  92. 1077839 dm: core: Allow a list of devices to be declared in one step by Simon Glass · 10 years ago
  93. 3fcc3af dm: linker_lists: Add a way to declare multiple objects by Simon Glass · 10 years ago
  94. ea0ebc8 dm: exynos: cros_ec: Move cros_ec_spi to driver model by Simon Glass · 10 years ago
  95. be995a8 dm: sandbox: cros_ec: Move sandbox cros_ec to driver module by Simon Glass · 10 years ago
  96. 84d6cbd dm: cros_ec: Add support for driver model by Simon Glass · 10 years ago
  97. fda6fac dm: tegra: spi: Convert to driver model by Simon Glass · 10 years ago
  98. d2f60f9 dm: tegra: dts: Add aliases for spi on tegra30 boards by Simon Glass · 10 years ago
  99. 0ae0cb7 dm: sf: Add tests for SPI flash by Simon Glass · 10 years ago
  100. ebcab48 dm: spi: Add tests by Simon Glass · 10 years ago