summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-23dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass
2014-10-23dm: x86: Add a gpio header for corebootSimon Glass
2014-10-23dm: x86: Support pre-reloc malloc()Simon Glass
2014-10-23dm: x86: Zero global data before board_init_f()Simon Glass
2014-10-23dm: x86: Remove ebp assembler warning in zimage.cSimon Glass
2014-10-23dm: serial: ns16550: Add a cast to the I/O operationsSimon Glass
2014-10-23dm: gpio: Remove unused get_state() uclass methodSimon Glass
2014-10-23dm: dts: Move omap device tree includes to correct placeSimon Glass
2014-10-23dm: gpio: imx: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: exynos: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: rpi_b: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: omap3: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: tegra: Drop request()/free() in the driverSimon Glass
2014-10-23test: dm: Add additional GPIO testsSimon Glass
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-23test: dm: Update GPIO tests for new gpio_request() methodSimon Glass
2014-10-23dm: gpio: sandbox: Drop request()/free() in the driverSimon Glass
2014-10-23dm: gpio: sandbox: Implement the remove() methodSimon Glass
2014-10-23dm: gpio: sandbox: Implement the get_function() methodSimon Glass
2014-10-23dm: Move the function for getting GPIO status into the uclassSimon Glass
2014-10-23dm: gpio: Add gpio_get_function() and friendsSimon Glass
2014-10-23dm: gpio: Implement GPIO reservation in the uclassSimon Glass
2014-10-23dm: omap3: Move to driver model for GPIO and serialSimon Glass
2014-10-23dm: am33xx: Move to driver model for GPIO and serialSimon Glass
2014-10-23dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONSSimon Glass
2014-10-23dm: omap: serial: Add driver model supportSimon Glass
2014-10-23dm: am33xx: Provide platform data for serialSimon Glass
2014-10-23dm: am33xx: Provide platform data for GPIOsSimon Glass
2014-10-23dm: omap: gpio: Support driver modelSimon Glass
2014-10-23dm: omap: gpio: Put _get_gpio_value() logic into its own functionSimon Glass
2014-10-23dm: dts: omap: Select correct console for beagleboneSimon Glass
2014-10-23dm: serial: Support CONFIG_CONS_INDEX if availableSimon Glass
2014-10-23dm: ns16550: Correct the probe logic for platform dataSimon Glass
2014-10-23dm: ns16550: Use an address instead of a pointer for the uart baseSimon Glass
2014-10-23dm: serial: ns16550: Correct logic for checking for characterSimon Glass
2014-10-23dm: serial: Reset the watchdog while waiting in getc()Simon Glass
2014-10-23dm: gpio: Support numbered GPIOsSimon Glass
2014-10-23kbuild: clear VENDOR variable to fix build error on tcshMasahiro Yamada
2014-10-23Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2014-10-23mips: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada
2014-10-23kconfig: invoke silentoldconfig if spl, tpl/.config is updatedMasahiro Yamada
2014-10-23kbuild: fix a bug of the u-boot-spl link ruleMasahiro Yamada
2014-10-23kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada
2014-10-23kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntaxMasahiro Yamada
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada
2014-10-23kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada
2014-10-23Makefile: Add CONFIG_BUILD_TARGET to automatically build an special imageStefan Roese
2014-10-23tools: kwbimage: Add image version 1 support for Armada XP / 370Stefan Roese
2014-10-23tools: Compile kwboot for Marvell Armada XP as those SoCs are now supportedStefan Roese