summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-13part:efi: Move part_efi.h file to ./includeLukasz Majewski
2012-12-13vsprintf:fix: Change type returned by ustrtoulLukasz Majewski
2012-12-12Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2012-12-12mips: serial: Fix busted manual relocationJoe Hershberger
2012-12-12MIPS: constify mips_io_port_baseDaniel Schwierzeck
2012-12-11cmd:spl:fix: Prevent from a build error on boards, which don't support FDTŁukasz Majewski
2012-12-11exynos: Enable hashing functions and EDID for smdk5250Simon Glass
2012-12-11tpm: Add TPM stress testLuigi Semenzato
2012-12-11console: Enable function to display console infoSimon Glass
2012-12-11Add console command to access io space registersVadim Bendebury
2012-12-11fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD definedTom Wai-Hong Tam
2012-12-11edid: Add I2C command for printing the EDIDTom Wai-Hong Tam
2012-12-11edid: Library of EDID decode and printTom Wai-Hong Tam
2012-12-11Add hash command to perform hashing using various algorithmsSimon Glass
2012-12-11sha1sum: Use generic hash layerSimon Glass
2012-12-11Add generic hash APISimon Glass
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass
2012-12-11sha256: Use const where possible and add watchdog functionSimon Glass
2012-12-11sha1: Use const where possible, and unsigned for input lenSimon Glass
2012-12-11stdio: remove useless strncpyVincent Palatin
2012-12-11Fix use of conditional LMBSimon Glass
2012-12-11Add a command to read raw blocks from a partitionKenneth Waters
2012-12-11Add gettime commandAnton Staaf
2012-12-11Add new bootstage step for the main loopSimon Glass
2012-12-11gpio: remove duplicate function signatureNikita Kiryanov
2012-12-11designware_i2c.h: Define IC_CLK only if not already defined in config fileArmando Visconti
2012-12-11designware_i2c.h: Fixed the correct values for SCL low/high timeArmando Visconti
2012-12-11designware_i2c: Fixed the setting of the i2c bus speedArmando Visconti
2012-12-11designware_i2c: Added s/w generation of stop bitArmando Visconti
2012-12-11designware_i2c.c: Added the support for MULTI_BUSArmando Visconti
2012-12-11drivers:i2c: Modify I2C driver for Exynos4Piotr Wilczek
2012-12-11exynos:pinmux: Add pinmux support for i2cPiotr Wilczek
2012-12-11exynos:cpu: Add Exynos4 I2C spacingPiotr Wilczek
2012-12-11exynos:clock: Add i2c clockPiotr Wilczek
2012-12-11omap24xx_i2c: Handle OMAP5 like OMAP2,3,4Vincent Stehlé
2012-12-11mxs: i2c: Implement algorithm to set up arbitrary i2c speedMarek Vasut
2012-12-11mxs: i2c: Restore speed setting after block resetMarek Vasut
2012-12-11i2c: mxs: Fix TIMING2 register valueMarek Vasut
2012-12-11i2c: mxs: Use i2c_set_bus_speed() in i2c_init()Marek Vasut
2012-12-11i2c: mxs: Implement i2c_get/set_bus_speed()Marek Vasut
2012-12-11i2c: mxs: Abstract out the MXS I2C speed setupMarek Vasut
2012-12-11i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.cMarek Vasut
2012-12-11i2c: Staticize local functions in mxc i2c driverMarek Vasut
2012-12-11i2c: Use __weak instead of __attribute__((weak, alias))Marek Vasut
2012-12-11soft_i2c: add necessary includes for AVR32Andreas Bießmann
2012-12-11Correct comment to show the parameters as defined in tools/mkimage.hLars Rasmusson
2012-12-08MIPS: constify address pointer in test_bit()Daniel Schwierzeck
2012-12-08MIPS: fix a latent bug on initialize $gpZhi-zhou Zhang
2012-12-07Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2012-12-07fs:ext4:write: Initialize cache aligned filename bufferŁukasz Majewski