1. 9ad557b Add console command to access io space registers by Vadim Bendebury · 12 years ago
  2. 096eb3f fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined by Tom Wai-Hong Tam · 12 years ago
  3. 735987c edid: Add I2C command for printing the EDID by Tom Wai-Hong Tam · 12 years ago
  4. d46b5f7 edid: Library of EDID decode and print by Tom Wai-Hong Tam · 12 years ago
  5. bf36c5d Add hash command to perform hashing using various algorithms by Simon Glass · 12 years ago
  6. e50b12c sha1sum: Use generic hash layer by Simon Glass · 12 years ago
  7. 460408e Add generic hash API by Simon Glass · 12 years ago
  8. b1f17bf Add strcasecmp() and strncasecmp() by Simon Glass · 12 years ago
  9. ec7381f sha256: Use const where possible and add watchdog function by Simon Glass · 12 years ago
  10. a7d1d76 sha1: Use const where possible, and unsigned for input len by Simon Glass · 12 years ago
  11. 6a135ef stdio: remove useless strncpy by Vincent Palatin · 12 years ago
  12. 75b3afc Fix use of conditional LMB by Simon Glass · 12 years ago
  13. ff048ea Add a command to read raw blocks from a partition by Kenneth Waters · 12 years ago
  14. 53fdc7e Add gettime command by Anton Staaf · 12 years ago
  15. 01433d6 Add new bootstage step for the main loop by Simon Glass · 12 years ago
  16. 94740e4 gpio: remove duplicate function signature by Nikita Kiryanov · 12 years ago
  17. d40d914 designware_i2c.h: Define IC_CLK only if not already defined in config file by Armando Visconti · 12 years ago
  18. ea31b7a designware_i2c.h: Fixed the correct values for SCL low/high time by Armando Visconti · 12 years ago
  19. 5b8439b designware_i2c: Fixed the setting of the i2c bus speed by Armando Visconti · 12 years ago
  20. 491739b designware_i2c: Added s/w generation of stop bit by Armando Visconti · 12 years ago
  21. ac6e2fe designware_i2c.c: Added the support for MULTI_BUS by Armando Visconti · 12 years ago
  22. c86d9ed drivers:i2c: Modify I2C driver for Exynos4 by Piotr Wilczek · 12 years ago
  23. 89bd58a exynos:pinmux: Add pinmux support for i2c by Piotr Wilczek · 12 years ago
  24. 847ab8f exynos:cpu: Add Exynos4 I2C spacing by Piotr Wilczek · 12 years ago
  25. 83d745d exynos:clock: Add i2c clock by Piotr Wilczek · 12 years ago
  26. 6683977 omap24xx_i2c: Handle OMAP5 like OMAP2,3,4 by Vincent Stehlé · 12 years ago
  27. fa5e284 mxs: i2c: Implement algorithm to set up arbitrary i2c speed by Marek Vasut · 12 years ago
  28. 1e2fc0d mxs: i2c: Restore speed setting after block reset by Marek Vasut · 12 years ago
  29. aff36ea i2c: mxs: Fix TIMING2 register value by Marek Vasut · 12 years ago
  30. a157e0d i2c: mxs: Use i2c_set_bus_speed() in i2c_init() by Marek Vasut · 12 years ago
  31. a06f590 i2c: mxs: Implement i2c_get/set_bus_speed() by Marek Vasut · 12 years ago
  32. f32a470 i2c: mxs: Abstract out the MXS I2C speed setup by Marek Vasut · 12 years ago
  33. 06afa38 i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c by Marek Vasut · 12 years ago
  34. 7f86bd5 i2c: Staticize local functions in mxc i2c driver by Marek Vasut · 12 years ago
  35. 2515d84 i2c: Use __weak instead of __attribute__((weak, alias)) by Marek Vasut · 12 years ago
  36. eabd5d8 soft_i2c: add necessary includes for AVR32 by Andreas Bießmann · 14 years ago
  37. 9634670 woodburn: Set gpio value in gpio_direction_output() by Fabio Estevam · 12 years ago
  38. cabe240 mx25pdk: Adapt it for the new PMIC framework by Fabio Estevam · 12 years ago
  39. ee7c0fc Correct comment to show the parameters as defined in tools/mkimage.h by Lars Rasmusson · 12 years ago
  40. fbef8e6 universal_c210: check the NULL pointer when get the PMIC by Minkyu Kang · 12 years ago
  41. 211e843 SMDK5250: Enable pmic MAX77686 by Rajeshwari Shinde · 12 years ago
  42. 857765e POWER: MAX77686: Modified as per the latest Implementation by Rajeshwari Shinde · 12 years ago
  43. 9bd5c1a cm-t35: enable zero bootdelay check by Nikita Kiryanov · 12 years ago
  44. ce851c8 power: twl6035: complain on LDO9 error by Vincent Stehlé · 12 years ago
  45. febc4cd omap24xx_i2c: Handle wait_for_bb error by Vincent Stehlé · 12 years ago
  46. dcee1ab gpio: add gpio_is_valid() to omap_gpio API by Nikita Kiryanov · 12 years ago
  47. abcbe2e OMAP3: Remove unused PHYS_SDRAM_1_SIZE by Thomas Weber · 12 years ago
  48. cdd0729 am335x: cpsw: make phy address configurable by Yegor Yefremov · 12 years ago
  49. cfd4ff6 am335x: disable internal delay for RGMII mode by Yegor Yefremov · 12 years ago
  50. 31f5b65 OMAP3: TAM3517: add macros for reading eeprom by Stefano Babic · 12 years ago
  51. fe2d59a OMAP3: fix panel timing on the mt_ventoux board by Stefano Babic · 12 years ago
  52. 21f11c7 davinci: fixed cpu reset by Davide Bonfanti · 12 years ago
  53. cc1182b OMAP3 SPI : Fixed bugs related to SPI transfer by ajoy · 12 years ago
  54. 8602114 omap: emif: configure emif only when required by Lokesh Vutla · 12 years ago
  55. c7f1cf5 OMAP: Tweak omap-common/Makefile since reset.S -> reset.c by Robert P. J. Day · 12 years ago
  56. f281f29 omap4: Add comments on some "#endif"s for readability. by Robert P. J. Day · 12 years ago
  57. e3fe625 omap3: Add a few comments to "#endif"s for readability. by Robert P. J. Day · 12 years ago
  58. 8c4445d Pass sdrc timing values through board_sdrc_timings structure by Peter Barada · 12 years ago
  59. d7aff44 omap3_beagle.h: Fix comment for true/false return value. by Robert P. J. Day · 12 years ago
  60. b4606c6 am335x_evm: enable SPL NAND support by Ilya Yanok · 12 years ago
  61. 5846b11 am33xx_spl_bch: simple SPL nand loader for AM33XX by Ilya Yanok · 12 years ago
  62. c3754e9 omap_gpmc: BCH8 support (ELM based) by Mansoor Ahamed · 12 years ago
  63. 04c3757 am33xx: add ELM support by Mansoor Ahamed · 12 years ago
  64. 98b5c26 am335x_evm: enable NAND support by Ilya Yanok · 12 years ago
  65. 8eb16b7 am33xx: NAND support by Ilya Yanok · 12 years ago
  66. 70fb65b am335x_evm: add nand pinmux definition by Ilya Yanok · 12 years ago
  67. 1befaff OMAP: include sys_proto.h from boot-common by Ilya Yanok · 12 years ago
  68. 4af9e67 omap3/mem.c: remove unused defines by Andreas Bießmann · 12 years ago
  69. 48e91ca universal_c210: fix compiler error and compiler warning by Minkyu Kang · 12 years ago
  70. 2c601c7 Merge branch 'master' of git://git.denx.de/u-boot into resolve by Minkyu Kang · 12 years ago
  71. ac81e1c spi: atmel: sam9m10g45 also support WDRBT bit by Bo Shen · 12 years ago
  72. b030e73 at91sam9x5ek: add USB configuration by Richard Genoud · 12 years ago
  73. 419fba0 at91sam9x5ek: regroup FAT/DOS features by Richard Genoud · 12 years ago
  74. bcfc897 at91sam9x5: enable USB support for 9x5ek board. by Richard Genoud · 12 years ago
  75. ea40a05 MIPS: constify address pointer in test_bit() by Daniel Schwierzeck · 12 years ago
  76. 0d69d91 MIPS: fix a latent bug on initialize $gp by Zhi-zhou Zhang · 12 years ago
  77. 05a860c Merge branch 'master' of git://git.denx.de/u-boot into master by Stefano Babic · 12 years ago
  78. fd4d564 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 12 years ago
  79. 13d4355 fs:ext4:write: Initialize cache aligned filename buffer by Łukasz Majewski · 12 years ago
  80. d429ca0 fs:ext4:fix: Code refactoring to suppress compiler warnings by Łukasz Majewski · 12 years ago
  81. a1f41f1 fs:ext4:write: Store block device descriptor in file system structure by Łukasz Majewski · 12 years ago
  82. 32fc16d fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division by Łukasz Majewski · 12 years ago
  83. 3fdf759 Change e-mail address of Luka Perkov by Luka Perkov · 12 years ago
  84. 10501df serial_pl011: Set RTS during initialization by Joshua Housh · 12 years ago
  85. fcdde04 MAINTAINERS: Add a pointer to the custodians page. by Robert P. J. Day · 12 years ago
  86. 393ff47 mxs: SPL: Generalize memory initialization by Otavio Salvador · 12 years ago
  87. ac426b7 x86: Fix coreboot config to boot on Chromebook by Simon Glass · 12 years ago
  88. d954a43 x86: Turn on support for EFI's GPT in the coreboot config by Gabe Black · 12 years ago
  89. cbca883 x86: coreboot: Enable video display by Simon Glass · 12 years ago
  90. 058d59b x86: Build vga video code only if CONFIG_VIDEO_VGA is defined by Simon Glass · 12 years ago
  91. a94e9d7 x86: Remove video_init() prototype from u-boot-x86.h by Simon Glass · 12 years ago
  92. ae63057 video: Check for valid FB pointer before clearing by Duncan Laurie · 12 years ago
  93. c946631 x86: drop unused code in coreboot.c by Stefan Reinauer · 12 years ago
  94. 2b9d225 x86: Remove coreboot_ from file name by Stefan Reinauer · 12 years ago
  95. 1350f1c x86: Provide a way to throttle port80 accesses by Vadim Bendebury · 12 years ago
  96. 7c71034 x86: Provide tick counter and frequency reference for Intel core architecture by Vadim Bendebury · 12 years ago
  97. b83058c x86: Issue SMI to finalize Coreboot in final stage by Duncan Laurie · 12 years ago
  98. 488b8b2 x86: Fix MTRR clear to detect which MTRR to use by Duncan Laurie · 12 years ago
  99. 300081a x86: Emit port 80 post codes in show_boot_progress() by Stefan Reinauer · 12 years ago
  100. 2712f08 x86: fdt: Create basic .dtsi file for coreboot by Simon Glass · 12 years ago