summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2017-10-101-7/+1
|\
| * ARM: rmobile: Switch to DM PFC pinmux and GPIO driverMarek Vasut2017-09-281-2/+0
| * ARM: rmobile: Place initial stack right below U-BootMarek Vasut2017-09-241-1/+1
| * ARM: rmobile: Move CONFIG_CMD_ from rcar-gen3-common to configsMarek Vasut2017-09-241-4/+0
* | configs: Re-sync CONFIG_CMD_IMLS with moveconfigTuomas Tynkkynen2017-10-108-16/+0
* | Merge git://git.denx.de/u-boot-videoTom Rini2017-10-097-51/+18
|\ \
| * | dm: video: Add basic ANSI escape sequence supportRob Clark2017-09-292-0/+18
| * | board: at91sam9x5ek: Convert to CONFIG_DM_VIDEOWenyou Yang2017-09-291-10/+0
| * | board: sama5d4_xplained: Convert to CONFIG_DM_VIDEOWenyou Yang2017-09-291-11/+0
| * | board: sama5d4ek: Convert to CONFIG_DM_VIDEOWenyou Yang2017-09-291-9/+0
| * | board: sama5d3xek: Convert to CONFIG_DM_VIDEOWenyou Yang2017-09-291-9/+0
| * | board: sama5d2_xplained: Convert to CONFIG_DM_VIDEOWenyou Yang2017-09-291-12/+0
* | | configs: stm32: update SRAM address for STM32H7 disco and evalPatrice Chotard2017-10-082-2/+2
* | | board: STiH410-B2260: set ramdisk_addr_r to 0x48000000Lee Jones2017-10-081-0/+1
* | | board: STiH410-B2260: fix sdram sizeNicolas Le Bayon2017-10-081-1/+1
* | | board: STiH410-B2260: update environment variablePatrice Chotard2017-10-081-3/+21
* | | Merge git://git.denx.de/u-boot-x86Tom Rini2017-10-072-5/+9
|\ \ \
| * | | x86: edison: Bring minimal ACPI support to the boardAndy Shevchenko2017-10-071-0/+3
| * | | x86: theadorable-x86-common: Move "-generic" into kernel-ver variableStefan Roese2017-10-071-4/+4
| * | | x86: theadorable-x86-common: Add further pci hotplug cmdline parametersStefan Roese2017-10-071-1/+2
* | | | disk: Provide API to get partition by name for specific typeSam Protsenko2017-10-061-0/+15
* | | | ARM: Add a new arch + board for QEMU's 'virt' machineTuomas Tynkkynen2017-10-061-0/+58
* | | | pci: Add helper for implementing memory-mapped config space accessesTuomas Tynkkynen2017-10-061-0/+51
* | | | gzip: add a function to parse the headerJean-Jacques Hiblot2017-10-051-0/+1
* | | | lzo: add a function to check the validity of the headerJean-Jacques Hiblot2017-10-051-0/+3
* | | | fit: If no matching config is found in fit_find_config_node(), use the defaul...Jean-Jacques Hiblot2017-10-051-0/+13
* | | | fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()Jean-Jacques Hiblot2017-10-051-2/+7
* | | | linux/kernel.h: import DIV_ROUND_{DOWN, UP}_ULL from LinuxMasahiro Yamada2017-10-051-0/+5
|/ / /
* | | Merge git://git.denx.de/u-boot-sunxiTom Rini2017-10-0532-78/+242
|\ \ \
| * | | sunxi: Remove the MMC index hackMaxime Ripard2017-10-031-6/+24
| * | | cmd: Move CONFIG_RANDOM_UUID to KconfigMaxime Ripard2017-10-039-10/+0
| * | | sunxi: sina33: Sync the device tree with the kernelMaxime Ripard2017-10-032-0/+214
| * | | usb: gadget: usb_ether: Move settings to commonMaxime Ripard2017-10-033-3/+0
| * | | usb: gadget: Make g_dnl USB settings commonMaxime Ripard2017-10-032-4/+4
| * | | usb: gadget: usb_ether: Move the interfaces to KconfigMaxime Ripard2017-10-0314-30/+0
| * | | usb: gadget: Convert USB_ETHER to KconfigMaxime Ripard2017-10-0319-20/+0
| * | | usb: gadget: Move USBNET_HOST_ADDR to KconfigMaxime Ripard2017-10-035-5/+0
* | | | dm: replace dm_dbg() with pr_debug()Masahiro Yamada2017-10-041-8/+0
* | | | linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13Masahiro Yamada2017-10-041-0/+106
* | | | dm: define dev_*() log functions in DM headerMasahiro Yamada2017-10-042-0/+89
* | | | bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada2017-10-043-23/+29
* | | | bug.h: sync BUILD_BUG stuff with Linux 4.13Masahiro Yamada2017-10-043-51/+90
* | | | vsprintf.h: include <linux/types.h>Masahiro Yamada2017-10-041-0/+1
* | | | common.h: remove error()Masahiro Yamada2017-10-041-5/+0
* | | | printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-044-25/+81
* | | | stdio.h: move printf() stuff from <common.h> to <stdio.h>Masahiro Yamada2017-10-042-40/+60
|/ / /
* | | Provide a generic io.h & address mapping functionsPaul Burton2017-10-021-0/+110
* | | fs: btrfs: Add U-Boot fs handlers.Marek Behún2017-10-022-0/+22
* | | include: Add a variadic macro to call a callback for all argumentsMarek Behún2017-10-021-0/+59
* | | fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún2017-10-021-0/+17