aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-09-29include/dm.h: Remove duplicated include directiveLiviu Dudau1-1/+0
2018-09-29include/clk.h: Fix the name of the clock uclass in commentLiviu Dudau1-1/+1
2018-09-29drivers: Add board uclassMario Six2-0/+140
2018-09-29core: Add dev_{disable,enable}_by_pathMario Six1-0/+16
2018-09-29core: Add functions to set properties in live-treeMario Six1-0/+46
2018-09-27Merge tag 'xilinx-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini4-12/+0
2018-09-26Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini14-105/+2468
2018-09-26arm: zynq: zybo: migrate CONFIG_DISPLAY to defconfigLuis Araneda1-2/+0
2018-09-26arm: zynq: Remove useless comments from config fileMichal Simek1-8/+0
2018-09-26arm64: zynqmp: Handle CONFIG_BOARD_LATE_INIT via KconfigMichal Simek2-2/+0
2018-09-25configs: Drop CONFIG_SYS_SCSI_MAXDEVICETuomas Tynkkynen5-6/+1
2018-09-25ata: Drop CONFIG_SYS_SCSI_MAX_* from boards using DM_SCSITuomas Tynkkynen4-18/+0
2018-09-25Add include/asm-generic/atomic.hChris Packham1-0/+150
2018-09-25spi: add support for ARM PL022 SPI controllerQuentin Schulz1-0/+28
2018-09-25drivers: net: cpsw: add support to update phy addressSekhar Nori1-0/+1
2018-09-25configs: sama5d27_som1_ek: Add defconfig for ENV/boot from uSDCodrin Ciubotariu1-2/+2
2018-09-25configs: sama5d27_som1_ek: Set CONFIG_BOOTARGS using KconfigCodrin Ciubotariu1-3/+0
2018-09-25configs: sama5d27_som1_ek: Remove unnecessary FAT_ENV_xxx macrosCodrin Ciubotariu1-3/+0
2018-09-25configs: sama5d2_xplained: Add defconfig for ENV/boot from eMMCCodrin Ciubotariu1-2/+2
2018-09-25spl: Weed out CONFIG_SYS_TEXT_BASE usageMarek Vasut1-0/+9
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2-15/+20
2018-09-23rtc: pl031: convert the driver to driver modelAKASHI Takahiro1-3/+0
2018-09-23efi_loader: remove redundant statementHeinrich Schuchardt1-1/+9
2018-09-23efi_loader: create root nodeHeinrich Schuchardt1-0/+9
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf1-21/+0
2018-09-23sandbox: Add support for calling abort()Simon Glass1-0/+4
2018-09-23efi: sandbox: Add distroboot supportSimon Glass1-6/+10
2018-09-23efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt1-0/+56
2018-09-23efi_selftest: refactor text input testHeinrich Schuchardt1-0/+16
2018-09-23efi_loader: support Unicode text inputHeinrich Schuchardt1-0/+8
2018-09-23fs: fat: support unlinkAKASHI Takahiro1-0/+1
2018-09-23fs: add unlink interfaceAKASHI Takahiro1-0/+12
2018-09-23fs: fat: support mkdirAKASHI Takahiro1-0/+1
2018-09-23fs: add mkdir interfaceAKASHI Takahiro1-0/+10
2018-09-23fs: fat: extend get_fs_info() for write useAKASHI Takahiro1-0/+2
2018-09-23efi_loader: SPDX-License-Identifier for efi.hHeinrich Schuchardt1-0/+1
2018-09-23efi_loader: SPDX-License-Identifier for efi_api.hHeinrich Schuchardt1-18/+10
2018-09-23efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt3-7/+7
2018-09-23efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt4-0/+106
2018-09-23lib: charset: upper/lower case conversionHeinrich Schuchardt1-0/+16
2018-09-23efi_loader: capitalization tableHeinrich Schuchardt1-0/+2028
2018-09-23efi_loader: simplify ifdefsStephen Warren1-3/+3
2018-09-23lib: charset: remove obsolete functionsHeinrich Schuchardt1-23/+0
2018-09-23test: unit tests for Unicode functionsHeinrich Schuchardt1-1/+2
2018-09-23lib: charset: utility functions for UnicodeHeinrich Schuchardt1-0/+130
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt1-15/+15
2018-09-23mips: Add Gardena Smart-Gateway board supportStefan Roese1-0/+55
2018-09-23mips: Add LinkIt Smart 7688 supportStefan Roese1-0/+51
2018-09-22MIPS: cache: remove config option CONFIG_SYS_MIPS_CACHE_MODEDaniel Schwierzeck2-6/+0
2018-09-19Merge git://git.denx.de/u-boot-imxTom Rini2-57/+55