Age | Commit message (Expand) | Author |
2015-08-12 | input: twl4030: Keypad scan and input | Paul Kocialkowski |
2015-08-12 | input: TWL4030 input support for power button, USB and charger | Paul Kocialkowski |
2015-08-12 | power: twl4030: Power off support | Paul Kocialkowski |
2015-08-12 | lpc32xx: devkit3250: add spl build support | Vladimir Zapolskiy |
2015-08-12 | lpc32xx: devkit3250: update of board configuration | Vladimir Zapolskiy |
2015-08-12 | arm, at91: support for sam9260 based smartweb board | Heiko Schocher |
2015-08-12 | spl, common, serial: build SPL without serial support | Heiko Schocher |
2015-08-12 | port vexpress to use distro boot commands | Dennis Gilmore |
2015-08-12 | Move setting CONFIG_BOOTP_VCI_STRING to before including the vexpress-common ... | Dennis Gilmore |
2015-08-12 | PXE: if a board has set its own value for CONFIG_BOOTP_VCI_STRING do not set ... | Dennis Gilmore |
2015-08-12 | ARM: highbank: remove DRAM bank setup | Rob Herring |
2015-08-12 | power: regulator: add pfuze100 support | Peng Fan |
2015-08-12 | power: regulator: update comments for regulator-name | Peng Fan |
2015-08-12 | power: pfuze100 correct SWBST macro definition | Peng Fan |
2015-08-08 | Merge branch 'master' of http://git.denx.de/u-boot-sunxi | Tom Rini |
2015-08-08 | sunxi: Do not add a stdout-path alias to dts on boards without a serial port | Hans de Goede |
2015-08-08 | sunxi: nand: Add board configuration options | Piotr Zierhoffer |
2015-08-08 | arm: socfpga: config: Make CONFIG_SPI_FLASH_MTD useful | Marek Vasut |
2015-08-08 | arm: socfpga: config: Fix LOADADDR | Marek Vasut |
2015-08-08 | arm: socfpga: config: Enable CONFIG_SPI_FLASH_BAR | Marek Vasut |
2015-08-08 | arm: socfpga: config: Exclude CONFIG_SPI_FLASH_MTD from SPL build | Marek Vasut |
2015-08-08 | arm: socfpga: config: Zap incorrect config options | Marek Vasut |
2015-08-08 | arm: socfpga: config: Move SPL GD and malloc to RAM | Marek Vasut |
2015-08-08 | arm: socfpga: misc: Reset ethernet from OF | Marek Vasut |
2015-08-08 | arm: socfpga: misc: Probe ethernet GMAC from OF | Marek Vasut |
2015-08-08 | arm: socfpga: misc: Export bootmode into environment variable | Marek Vasut |
2015-08-08 | arm: socfpga: spl: Add support for booting from QSPI | Marek Vasut |
2015-08-08 | arm: socfpga: spl: Add support for booting from SD/MMC | Marek Vasut |
2015-08-08 | arm: socfpga: spl: Remove custom linker script | Marek Vasut |
2015-08-08 | arm: socfpga: spl: Merge spl_board_init() into board_init_f() | Marek Vasut |
2015-08-08 | arm: socfpga: system: Clean up pinmux_config.c | Marek Vasut |
2015-08-08 | arm: socfpga: scan: Zap iocsr_scan_chain*_table() | Marek Vasut |
2015-08-08 | arm: socfpga: clock: Clean up pll_config.h | Marek Vasut |
2015-08-08 | arm: socfpga: enable the Altera SDRAM controller driver | Dinh Nguyen |
2015-08-08 | arm: socfpga: Move generated files into qts subdir | Marek Vasut |
2015-08-06 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2015-08-06 | ARM: tegra: Add p2371-0000 board | Stephen Warren |
2015-08-06 | ARM: tegra: Add e2220-1170 board | Stephen Warren |
2015-08-06 | ARM: tegra: p2571: remove another unused define | Stephen Warren |
2015-08-06 | ARM: tegra: enable GPU DT node when appropriate | Alexandre Courbot |
2015-08-06 | ARM: tegra: move VPR configuration to a later stage | Alexandre Courbot |
2015-08-06 | dm: core: Fix a typo in the uclass_get_device_by_name() comment | Simon Glass |
2015-08-06 | dm: core: Add a way to set a device name | Simon Glass |
2015-08-06 | devres: add debug command to dump device resources | Masahiro Yamada |
2015-08-06 | devres: make Devres optional with CONFIG_DEVRES | Masahiro Yamada |
2015-08-06 | devres: add devm_kmalloc() and friends (managed memory allocators) | Masahiro Yamada |
2015-08-06 | devres: introduce Devres (Managed Device Resource) framework | Masahiro Yamada |
2015-08-06 | dm: add DM_FLAG_BOUND flag | Masahiro Yamada |
2015-08-06 | dm: Support address translation for simple-bus | Simon Glass |
2015-08-06 | lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef | York Sun |