aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass5-9/+20
2012-12-11sha256: Use const where possible and add watchdog functionSimon Glass2-3/+42
2012-12-11sha1: Use const where possible, and unsigned for input lenSimon Glass2-25/+20
2012-12-11stdio: remove useless strncpyVincent Palatin1-1/+0
2012-12-11Fix use of conditional LMBSimon Glass1-1/+1
2012-12-11Add a command to read raw blocks from a partitionKenneth Waters4-0/+84
2012-12-11Add gettime commandAnton Staaf4-0/+59
2012-12-11Add new bootstage step for the main loopSimon Glass1-0/+2
2012-12-11gpio: remove duplicate function signatureNikita Kiryanov1-13/+4
2012-12-11designware_i2c.h: Define IC_CLK only if not already defined in config fileArmando Visconti1-0/+2
2012-12-11designware_i2c.h: Fixed the correct values for SCL low/high timeArmando Visconti1-3/+3
2012-12-11designware_i2c: Fixed the setting of the i2c bus speedArmando Visconti1-15/+13
2012-12-11designware_i2c: Added s/w generation of stop bitArmando Visconti2-3/+9
2012-12-11designware_i2c.c: Added the support for MULTI_BUSArmando Visconti1-1/+81
2012-12-11drivers:i2c: Modify I2C driver for Exynos4Piotr Wilczek1-7/+12
2012-12-11exynos:pinmux: Add pinmux support for i2cPiotr Wilczek1-0/+64
2012-12-11exynos:cpu: Add Exynos4 I2C spacingPiotr Wilczek1-0/+2
2012-12-11exynos:clock: Add i2c clockPiotr Wilczek1-0/+17
2012-12-11omap24xx_i2c: Handle OMAP5 like OMAP2,3,4Vincent Stehlé1-5/+10
2012-12-11mxs: i2c: Implement algorithm to set up arbitrary i2c speedMarek Vasut3-53/+37
2012-12-11mxs: i2c: Restore speed setting after block resetMarek Vasut1-0/+3
2012-12-11i2c: mxs: Fix TIMING2 register valueMarek Vasut1-2/+2
2012-12-11i2c: mxs: Use i2c_set_bus_speed() in i2c_init()Marek Vasut1-15/+1
2012-12-11i2c: mxs: Implement i2c_get/set_bus_speed()Marek Vasut1-0/+45
2012-12-11i2c: mxs: Abstract out the MXS I2C speed setupMarek Vasut1-20/+37
2012-12-11i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.cMarek Vasut1-15/+179
2012-12-11i2c: Staticize local functions in mxc i2c driverMarek Vasut1-2/+2
2012-12-11i2c: Use __weak instead of __attribute__((weak, alias))Marek Vasut1-9/+7
2012-12-11soft_i2c: add necessary includes for AVR32Andreas Bießmann1-0/+3
2012-12-11Correct comment to show the parameters as defined in tools/mkimage.hLars Rasmusson1-1/+1
2012-12-08MIPS: constify address pointer in test_bit()Daniel Schwierzeck1-1/+1
2012-12-08MIPS: fix a latent bug on initialize $gpZhi-zhou Zhang1-1/+6
2012-12-07Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini44-128/+2347
2012-12-07fs:ext4:write: Initialize cache aligned filename bufferŁukasz Majewski1-2/+3
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski3-9/+11
2012-12-07fs:ext4:write: Store block device descriptor in file system structureŁukasz Majewski1-0/+1
2012-12-07fs:ext4:write: Add lldiv and do_div to perform 64-32 bits divisionŁukasz Majewski1-2/+3
2012-12-07Change e-mail address of Luka PerkovLuka Perkov10-10/+10
2012-12-07serial_pl011: Set RTS during initializationJoshua Housh1-2/+2
2012-12-07MAINTAINERS: Add a pointer to the custodians page.Robert P. J. Day1-0/+4
2012-12-06x86: Fix coreboot config to boot on ChromebookSimon Glass1-14/+12
2012-12-06x86: Turn on support for EFI's GPT in the coreboot configGabe Black1-0/+3
2012-12-06x86: coreboot: Enable video displaySimon Glass1-2/+8
2012-12-06x86: Build vga video code only if CONFIG_VIDEO_VGA is definedSimon Glass2-2/+9
2012-12-06x86: Remove video_init() prototype from u-boot-x86.hSimon Glass1-1/+0
2012-12-06video: Check for valid FB pointer before clearingDuncan Laurie1-0/+2
2012-12-06x86: drop unused code in coreboot.cStefan Reinauer1-7/+0
2012-12-06x86: Remove coreboot_ from file nameStefan Reinauer2-2/+1
2012-12-06x86: Provide a way to throttle port80 accessesVadim Bendebury1-0/+21
2012-12-06x86: Provide tick counter and frequency reference for Intel core architectureVadim Bendebury1-0/+31