aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-17x86: Drop all the old pin configuration codeSimon Glass1-1/+0
2016-03-17input: i8042: Make sure the keyboard is enabledSimon Glass1-0/+1
2016-03-17pci: Correct a few comments and nitsSimon Glass1-2/+4
2016-03-17pci: Add functions to update PCI configuration registersSimon Glass1-0/+23
2016-03-17gpio: Use const where possibleSimon Glass1-5/+5
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass1-0/+12
2016-03-17cpu: Add support for microcode version and CPU IDSimon Glass1-0/+5
2016-03-15ti_armv7_common: env: Add NFS loading support to default enviromentAndrew F. Davis1-0/+6
2016-03-15keystone2: env: Set mmc as default boot for k2g-evmYan Liu5-1/+4
2016-03-15keystone2: env: add env script for booting with an initramfs with firmwareMurali Karicheri5-3/+17
2016-03-15k2g: configs: Add support to save env in MMCLokesh Vutla1-0/+6
2016-03-15k2g: env: Allow use of a script and plain text env filesLokesh Vutla1-0/+1
2016-03-15ti_armv7_common: env: Consolidate support for loading script and text env filesLokesh Vutla5-54/+32
2016-03-15am43xx: configs: Enable USB commands for non usb boot alsoMugunthan V N1-1/+3
2016-03-15am335x: configs: Fix usb ether boot supportLokesh Vutla1-1/+3
2016-03-15ti_armv7_keystone2: env: Remove securedb.key.bin loadCarlos Hernandez1-2/+1
2016-03-15ti_armv7_keystone2: env: Update UBIFS image pathsCarlos Hernandez1-4/+5
2016-03-15ti_armv7_keystone2: configs: add usb mass storage supportMugunthan V N1-0/+1
2016-03-15efi_loader: Pass proper device path in on bootAlexander Graf1-0/+10
2016-03-15arm64: Replace fdt_name env variables with fdtfileAlexander Graf3-8/+8
2016-03-15efi_loader: Add distro boot script for removable mediaAlexander Graf1-1/+46
2016-03-15efi_loader: Implement memory allocation and mapAlexander Graf1-0/+19
2016-03-15efi_loader: Add disk interfacesAlexander Graf1-0/+2
2016-03-15efi_loader: Add runtime servicesAlexander Graf1-0/+17
2016-03-15efi_loader: Add console interfaceAlexander Graf1-0/+5
2016-03-15efi_loader: Add boot time servicesAlexander Graf1-0/+85
2016-03-15efi_loader: Add PE image loaderAlexander Graf2-0/+283
2016-03-15include/efi_api.h: Add more detailed API definitionsAlexander Graf2-37/+163
2016-03-15disk/part.c: Expose list of available block driversAlexander Graf1-0/+7
2016-03-15arm64: Remove non-full-va map codeAlexander Graf5-20/+0
2016-03-15hikey: Add MMU tablesAlexander Graf1-2/+3
2016-03-15vexpress64: Add MMU tablesAlexander Graf1-3/+3
2016-03-15tegra: Replace home grown mmu code with generic table approachAlexander Graf1-0/+2
2016-03-15zymqmp: Replace home grown mmu code with generic table approachAlexander Graf1-0/+2
2016-03-15thunderx: Move mmu table into board fileAlexander Graf1-11/+0
2016-03-15arm64: Make full va map code more dynamicAlexander Graf1-8/+6
2016-03-15thunderx: Calculate TCR dynamicallyAlexander Graf1-3/+0
2016-03-15kc1: Power off when the power on reason is not a valid onePaul Kocialkowski1-0/+6
2016-03-15input: TWL6030 input support for power button, USB and chargerPaul Kocialkowski1-0/+21
2016-03-15power: twl6030: Power off supportPaul Kocialkowski1-0/+7
2016-03-15kc1: OMAP4 reboot mode supportPaul Kocialkowski1-0/+4
2016-03-15kc1: MUSB USB controller and fastboot USB gadget supportPaul Kocialkowski1-0/+35
2016-03-15power: twl6030: Clear VUSB_IN_PMID bit on USB device setupPaul Kocialkowski1-0/+1
2016-03-15power: twl6030: Configure VUSB voltage on USB device setupPaul Kocialkowski1-0/+2
2016-03-15Amazon Kindle Fire (first generation) codename kc1 supportPaul Kocialkowski1-0/+230
2016-03-15omap-common: Remove deprecated arch_cpu_init codePaul Kocialkowski2-2/+0
2016-03-15power: twl6030: Device-index-specific MMC power initializationPaul Kocialkowski1-1/+1
2016-03-15power: twl6030: Enable VAUX1 for eMMC power, depending on BOOT2 valuePaul Kocialkowski1-0/+11
2016-03-15power: twl6030: Some more explicit registers and values definitionsPaul Kocialkowski1-4/+10
2016-03-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini3-2/+26