aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski
2012-12-07fs:ext4:write: Store block device descriptor in file system structureŁukasz Majewski
2012-12-07fs:ext4:write: Add lldiv and do_div to perform 64-32 bits divisionŁukasz Majewski
2012-12-07Change e-mail address of Luka PerkovLuka Perkov
2012-12-07serial_pl011: Set RTS during initializationJoshua Housh
2012-12-07MAINTAINERS: Add a pointer to the custodians page.Robert P. J. Day
2012-12-06x86: Fix coreboot config to boot on ChromebookSimon Glass
2012-12-06x86: Turn on support for EFI's GPT in the coreboot configGabe Black
2012-12-06x86: coreboot: Enable video displaySimon Glass
2012-12-06x86: Build vga video code only if CONFIG_VIDEO_VGA is definedSimon Glass
2012-12-06x86: Remove video_init() prototype from u-boot-x86.hSimon Glass
2012-12-06video: Check for valid FB pointer before clearingDuncan Laurie
2012-12-06x86: drop unused code in coreboot.cStefan Reinauer
2012-12-06x86: Remove coreboot_ from file nameStefan Reinauer
2012-12-06x86: Provide a way to throttle port80 accessesVadim Bendebury
2012-12-06x86: Provide tick counter and frequency reference for Intel core architectureVadim Bendebury
2012-12-06x86: Issue SMI to finalize Coreboot in final stageDuncan Laurie
2012-12-06x86: Fix MTRR clear to detect which MTRR to useDuncan Laurie
2012-12-06x86: Emit port 80 post codes in show_boot_progress()Stefan Reinauer
2012-12-06x86: fdt: Create basic .dtsi file for corebootSimon Glass
2012-12-06x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctlyGabe Black
2012-12-06x86: Add support for CONFIG_OF_CONTROLGabe Black
2012-12-06x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loadingStefan Reinauer
2012-12-06x86: Add back cold- and warm-boot flagsGabe Black
2012-12-06x86: Override calculate_relocation_address to use the e820 mapGabe Black
2012-12-06x86: Make calculate_relocation_address an overridable functionGabe Black
2012-12-06x86: Make the upper bound on relocated symbols closed instead of openGabe Black
2012-12-06x86: Reorder x86's post relocation memory layoutGabe Black
2012-12-06x86: Initialise SPI if enabledGabe Black
2012-12-06x86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black
2012-12-06Introduce arch_phys_memset which works like memset but on physical memoryGabe Black
2012-12-06x86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black
2012-12-06x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie
2012-12-06x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie