summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2018-09-295-18/+227
|\
| * include/video.h: Remove declaration of functions that don't exist.Liviu Dudau2018-09-281-6/+0
| * test: Add ut_asserteq_memMario Six2018-09-281-0/+18
| * drivers: Add OSD uclassMario Six2018-09-282-0/+193
| * dm: video: support more escape sequencesHeinrich Schuchardt2018-09-281-12/+16
| * dm: video: adjust struct vidconsole_priv descriptionHeinrich Schuchardt2018-09-281-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-09-297-0/+759
|\ \
| * | ARM: dts: sun7i: Update A20 dts(i) files from Linux-v4.18-rc3Jagan Teki2018-09-281-0/+53
| * | ARM: dts: sun6i: Update A31/A31s dts(i) files from Linux-v4.18-rc3Jagan Teki2018-09-282-0/+297
| * | ARM: dts: sun5i: Update A10s/A13/gr8/r8 dts(i) files from Linux-v4.18-rc3Jagan Teki2018-09-282-0/+138
| * | ARM: dts: sun4i: Update A10 dts(i) files from Linux-v4.18-rc3Jagan Teki2018-09-282-0/+271
| |/
* | Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2018-09-2910-19/+6
|\ \
| * | drivers: qe: Move CONFIG_U_QE to KconfigRan Wang2018-09-276-12/+0
| * | ls2080ardb: remove dhcp function from env as boot sourcePriyanka Jain2018-09-271-2/+1
| * | ls1088a: remove dhcp function from u-boot env as boot sourcePramod Kumar2018-09-271-2/+1
| * | u-boot: fixup the iommu-map property of fsl-mc nodeNipun Gupta2018-09-271-0/+1
| * | ls1012afrwy: Add ls1012afrwy revC board support.Pramod Kumar2018-09-271-3/+3
* | | ARM: da850evm_direct_nor_defconfig: Enable DM_SERIALAdam Ford2018-09-291-1/+1
* | | W1-EEPROM: add sandbox driverEugen Hristev2018-09-281-0/+1
* | | W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMsMaxime Ripard2018-09-282-0/+34
* | | w1: Add 1-Wire uclassMaxime Ripard2018-09-282-0/+37
* | | common: Generic loader for file systemTien Fong Chee2018-09-282-0/+80
* | | block: Add a function to find block device descriptorTien Fong Chee2018-09-281-0/+9
* | | cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()Tien Fong Chee2018-09-281-0/+1
* | | cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee2018-09-281-0/+1
| |/ |/|
* | Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2018-09-274-12/+0
|\ \
| * | arm: zynq: zybo: migrate CONFIG_DISPLAY to defconfigLuis Araneda2018-09-261-2/+0
| * | arm: zynq: Remove useless comments from config fileMichal Simek2018-09-261-8/+0
| * | arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via KconfigMichal Simek2018-09-262-2/+0
* | | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-09-2614-105/+2468
|\ \ \
| * | | efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2018-09-232-15/+20
| * | | rtc: pl031: convert the driver to driver modelAKASHI Takahiro2018-09-231-3/+0
| * | | efi_loader: remove redundant statementHeinrich Schuchardt2018-09-231-1/+9
| * | | efi_loader: create root nodeHeinrich Schuchardt2018-09-231-0/+9
| * | | sandbox: Fix setjmp/longjmpAlexander Graf2018-09-231-21/+0
| * | | sandbox: Add support for calling abort()Simon Glass2018-09-231-0/+4
| * | | efi: sandbox: Add distroboot supportSimon Glass2018-09-231-6/+10
| * | | efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt2018-09-231-0/+56
| * | | efi_selftest: refactor text input testHeinrich Schuchardt2018-09-231-0/+16
| * | | efi_loader: support Unicode text inputHeinrich Schuchardt2018-09-231-0/+8
| * | | fs: fat: support unlinkAKASHI Takahiro2018-09-231-0/+1
| * | | fs: add unlink interfaceAKASHI Takahiro2018-09-231-0/+12
| * | | fs: fat: support mkdirAKASHI Takahiro2018-09-231-0/+1
| * | | fs: add mkdir interfaceAKASHI Takahiro2018-09-231-0/+10
| * | | fs: fat: extend get_fs_info() for write useAKASHI Takahiro2018-09-231-0/+2
| * | | efi_loader: SPDX-License-Identifier for efi.hHeinrich Schuchardt2018-09-231-0/+1
| * | | efi_loader: SPDX-License-Identifier for efi_api.hHeinrich Schuchardt2018-09-231-18/+10
| * | | efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt2018-09-233-7/+7
| * | | efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2018-09-234-0/+106
| * | | lib: charset: upper/lower case conversionHeinrich Schuchardt2018-09-231-0/+16