1. 1a9c8f1 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 10 years ago
  2. 0eaadec doc/gitmail-rc: Update m68k alias by Tom Rini · 10 years ago
  3. 60cd06e kconfig: Fix warning "‘jump’ may be used uninitialized" by Peter Kümmel · 10 years ago
  4. 61eb5d7 libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile by Masahiro Yamada · 10 years ago
  5. 77d2675 libfdt: descend from lib/ to lib/libfdt/ by Masahiro Yamada · 10 years ago
  6. f071c50 lib: bzip2: move bzip2 files to lib/bzip2/ directory by Masahiro Yamada · 10 years ago
  7. 48aead7 fdt: Allow non-FDT kernels to boot when CONFIG_OF_LIBFDT is defined by Suriyan Ramasami · 10 years ago
  8. 8b923a5 blackfin: include <linux/compiler.h> rather than define __iomem by Masahiro Yamada · 10 years ago
  9. 063ec38 linux/compat.h: remove redundant macro defines by Masahiro Yamada · 10 years ago
  10. afc366f Replace <compiler.h> with <linux/compiler.h> by Masahiro Yamada · 10 years ago
  11. e873b97 git-mailrc: fix mips alias by Daniel Schwierzeck · 10 years ago
  12. 4b3a326 Add Alison Wang m68k custodian email/alias by angelo@sysam.it · 10 years ago
  13. 82ebb7e Add custodians to the m68k subsystem. by angelo@sysam.it · 10 years ago
  14. e19db55 Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  15. eb8a4fe serial: pl01x: avoid pl01x type check two times by Vikas Manocha · 10 years ago
  16. f7e517b serial: pl01x: disable as per type of pl01x by Vikas Manocha · 10 years ago
  17. d2ca9fd serial: pl01x: move all line control at same place by Vikas Manocha · 10 years ago
  18. 2df8107 serial: pl01x: fix pl011 baud rate configuration by Vikas Manocha · 10 years ago
  19. a7deea6 serial: pl01x: pass pl01x_type to set baudrate by Vikas Manocha · 10 years ago
  20. b3ef791 imx6: remove redudant CONFIG_SPL_START_S_PATH define by Masahiro Yamada · 10 years ago
  21. f171218 powerpc: a3m071: remove redundant CONFIG_SPL_* defines by Masahiro Yamada · 10 years ago
  22. 8519227 powerpc: lwmon5: remove redundant CONFIG_SPL_* defines by Masahiro Yamada · 10 years ago
  23. 36da51e powerpc: mpc8xx: remove hermes board support by Masahiro Yamada · 10 years ago
  24. 814b661 cmd_fuse: return CMD_RET_FAILURE on error by Hector Palacios · 10 years ago
  25. a5a83dc ARM: rpi: support an environment by Stephen Warren · 10 years ago
  26. 9316e14 ARM: rpi: rename rpi_b to rpi by Stephen Warren · 10 years ago
  27. 6fe7845 ARM: rpi_b: detect board revision by Stephen Warren · 10 years ago
  28. 4c5bbc2 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available by Guillaume GARDET · 10 years ago
  29. 69337a9 MAINTAINERS: add me as a maintainer of UBI by Heiko Schocher · 10 years ago
  30. ecec4e9 net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changed by Wu, Josh · 10 years ago
  31. 27e7718 get_maintainer.pl: fix source tree detection by Daniel Schwierzeck · 10 years ago
  32. d872771 Fix console functions for U-Boot API by Simon Glass · 10 years ago
  33. b97300b spl: MMC U-Boot image load from raw partition by Paul Kocialkowski · 10 years ago
  34. 9675f61 mmc: sh_mmcif: Add support rmobile by Nobuhiro Iwamatsu · 10 years ago
  35. 7a7eb98 mmc: sh_mmcif: Change maximum and minimum value of MMC clock by Nobuhiro Iwamatsu · 10 years ago
  36. 21ea350 mmc: sh_mmcif: Use DIV_ROUND_UP and fls instead of calculation loop by Nobuhiro Iwamatsu · 10 years ago
  37. e2ccdf8 MMC SD fs boot partition config coding style and proper description by Paul Kocialkowski · 10 years ago
  38. 97cdf64 Merge branch 'sandbox' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  39. f0c6e1c Revert "image-fdt: boot_get_fdt() return value when no DTB exists" by Tom Rini · 10 years ago
  40. 8834210 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  41. f4e7e2d Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  42. 9e374e7 fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods by Tom Rini · 10 years ago
  43. ffccb84 fdt: Fix regression in fdt_pack_reg() by Hans de Goede · 10 years ago
  44. e17e998 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  45. 25e274e ARM: UniPhier: move CONFIG_CMD_* and CONFIG_FIT* defines to defconfig by Masahiro Yamada · 10 years ago
  46. b5e57fc ARM: UniPhier: enable Device Tree control by Masahiro Yamada · 10 years ago
  47. 149c751 usb: UniPhier: support OF configuration by Masahiro Yamada · 10 years ago
  48. 625177d serial: UniPhier: support OF configuration by Masahiro Yamada · 10 years ago
  49. 509eb67 ARM: UniPhier: add device tree sources by Masahiro Yamada · 10 years ago
  50. 630bf80 ARM: UniPhier: add dummy gpio.h to enable CONFIG_OF_CONTROL by Masahiro Yamada · 10 years ago
  51. 4b4af64 ARM: UniPhier: do not compile platform data when CONFIG_OF_CONTROL=y by Masahiro Yamada · 10 years ago
  52. 0bd4e39 fdt: remove fdtdec_get_alias_node() function by Masahiro Yamada · 10 years ago
  53. 38cd8c4 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 10 years ago
  54. 6cec63d MIPS: bootm: remove unused or redundant header files by Daniel Schwierzeck · 10 years ago
  55. c963942 MIPS: bootm: add missing initramfs relocation by Daniel Schwierzeck · 10 years ago
  56. 426f870 MIPS: remove board.c by Daniel Schwierzeck · 10 years ago
  57. d146e36 MIPS: vct: switch to generic board by Daniel Schwierzeck · 10 years ago
  58. bdb53cf MIPS: qemu_mips: switch to generic board by Daniel Schwierzeck · 10 years ago
  59. e8bb0c2 MIPS: pb1x00: switch to generic board by Daniel Schwierzeck · 10 years ago
  60. 7436869 MIPS: dbau1x00: switch to generic board by Daniel Schwierzeck · 10 years ago
  61. 6d08e22 MIPS: fix setup of initial stack frame by Daniel Schwierzeck · 10 years ago
  62. b19157b mtd: nand: s3c: Unify the register definition and naming by Marek Vasut · 10 years ago
  63. 1d8104f buildman: Don't default to -e when building current source by Simon Glass · 10 years ago
  64. f66153b buildman: Fix repeating board list with -l by Simon Glass · 10 years ago
  65. 0b5b409 patman: Use the full commit hash for 'git checkout' by Simon Glass · 10 years ago
  66. ce26733 buildman: Save *.img files too by Tom Rini · 10 years ago
  67. f80a8bb sandbox: Fix warnings in cpu.c and os.c by Simon Glass · 10 years ago
  68. e48f374 sandbox: Fix warnings due to 64-bit printf() strings by Simon Glass · 10 years ago
  69. 2260457 mtd/nand/vf610_nfc: Disable subpage writes by Sanchayan Maity · 10 years ago
  70. f09eb52 mtd: denali: set some registers after nand_scan_ident() by Masahiro Yamada · 10 years ago
  71. 65e4145 mtd: denali: use CONFIG_SYS_NAND_SELF_INIT by Masahiro Yamada · 10 years ago
  72. 35c204d nand: reinstate lazy bad block scanning by Rostislav Lisovy · 10 years ago
  73. 85bafb6 Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  74. 21008ad Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  75. d3e488e spl: Fix SPL EXT support by Guillaume GARDET · 10 years ago
  76. 878cd63 Merge branch 'master' of http://git.denx.de/u-boot-samsung by Tom Rini · 10 years ago
  77. f2ffe7d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  78. 1fc4e6f Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
  79. 908ec6e tools: Add ifdtool to .gitignore by Bin Meng · 10 years ago
  80. 22e131c x86: chromebook_link: Enable the Chrome OS EC by Simon Glass · 10 years ago
  81. a6fa83f x86: chromebook_link: Enable the x86 emulator by Simon Glass · 10 years ago
  82. 8c6ec41 bios_emulator: Always print errors when opcode decode fails by Simon Glass · 10 years ago
  83. b3521f2 bios_emulator: Add an option to enable debugging by Simon Glass · 10 years ago
  84. a3c700e bios_emulator: Allow a custom interrupt handler to be installed by Simon Glass · 10 years ago
  85. 4c59f95 bios_emulator: Add vesa support and allow ROMs to be passed in as data by Simon Glass · 10 years ago
  86. ad6edca bios_emulator: Allow x86 to use the emulator by Simon Glass · 10 years ago
  87. 62d0c5e x86: config: Enable video support for chromebook_link by Simon Glass · 10 years ago
  88. f3e56fe x86: dts: Add video information to the device tree by Simon Glass · 10 years ago
  89. effcf06 x86: Add initial video device init for Intel GMA by Simon Glass · 10 years ago
  90. d040ac0 x86: Allow an option ROM to be built into U-Boot by Simon Glass · 10 years ago
  91. 9981102 x86: video: Add video driver for bare x86 boards by Simon Glass · 10 years ago
  92. 6854f87 pci: Add general support for execution of video ROMs by Simon Glass · 10 years ago
  93. 0ca2426 x86: Add support for running option ROMs natively by Simon Glass · 10 years ago
  94. 647f56e Add support for Vesa BIOS extensions by Simon Glass · 10 years ago
  95. 22465fc x86: Add vesa mode configuration options by Simon Glass · 10 years ago
  96. e34aef1 x86: Add GDT descriptors for option ROMs by Simon Glass · 10 years ago
  97. 176bf4c Introduce a header file for the BIOS emulator by Simon Glass · 10 years ago
  98. ed0a2fb x86: Add a definition of asmlinkage by Simon Glass · 10 years ago
  99. 1ccd452 x86: config: Enable SPI for chromebook_link by Simon Glass · 10 years ago
  100. 2477427 x86: ivybridge: Add northbridge init functions by Simon Glass · 10 years ago