aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-12-12ata: Migrate CONFIG_LIBATA to KconfigTuomas Tynkkynen70-84/+0
2017-12-12ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen32-39/+0
2017-12-12ata: Migrate CONFIG_DWC_AHSATA to KconfigTuomas Tynkkynen16-16/+0
2017-12-12ata: Migrate CONFIG_FSL_SATA to KconfigTuomas Tynkkynen18-19/+0
2017-12-12ata: Migrate CONFIG_SATA_MV to KconfigTuomas Tynkkynen2-2/+0
2017-12-12ata: Migrate CONFIG_SATA_SIL3114 to KconfigTuomas Tynkkynen2-2/+0
2017-12-12ata: Migrate CONFIG_SATA_SIL to KconfigTuomas Tynkkynen3-3/+0
2017-12-11ARC: clk: introduce HSDK CGU clock driverEugeniy Paltsev1-0/+40
2017-12-08Merge git://git.denx.de/u-boot-mpc85xxTom Rini2-0/+2
2017-12-07Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini16-886/+677
2017-12-07log: Plumb logging into the init sequenceSimon Glass1-0/+1
2017-12-07log: Add a test commandSimon Glass1-0/+3
2017-12-07log: Add an implementation of loggingSimon Glass2-0/+247
2017-12-07Drop the log bufferSimon Glass3-52/+3
2017-12-07Move debug and logging support to a separate headerSimon Glass2-45/+60
2017-12-07Revert "sandbox: remove os_putc() and os_puts()"Simon Glass1-0/+20
2017-12-06armv8: ls1088a: Add nand support for ls1088ardbAshish Kumar1-0/+2
2017-12-06SECURE BOOT: Add fall back optionVinitha Pillai-B572234-23/+61
2017-12-06armv8: LS1088A_QSPI: SECURE_BOOT: Images validationUdit Agarwal3-16/+58
2017-12-06armv8: ls1012a: Modify Kernel and Environment offsetBhaskar Upadhaya2-3/+3
2017-12-06driver: net: fsl-mc: flib changes for MC 10.3.0Yogesh Gaur7-844/+553
2017-12-06powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalizationRan Wang1-0/+1
2017-12-06powerpc/T104xRDB: Fix endian access issue on EHCI intinalizationRan Wang1-0/+1
2017-12-05Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini5-48/+108
2017-12-04Merge git://git.denx.de/u-boot-uniphierTom Rini4-9/+7
2017-12-04omap3: evm: Explicitly use DISTRO_DEFAULTS features at startupDerald D. Woods1-27/+67
2017-12-04ARM: arch-meson: build memory banks using reported memory from registersNeil Armstrong1-1/+1
2017-12-04arm: Add Khadas VIM support based on Meson GXL familyNeil Armstrong1-0/+21
2017-12-04arm: Add LibreTech CC support based on Meson GXL familyNeil Armstrong1-0/+21
2017-12-04add support for Raspberry Pi Zero WDmitry Korunov1-1/+1
2017-12-04test: compression: Convert to unit test frameworkSimon Glass2-0/+18
2017-12-04mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.hMasahiro Yamada1-0/+1
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada4-9/+6
2017-12-02test: Add a command function for test executionSimon Glass1-0/+16
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt1-0/+2
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt1-2/+4
2017-12-01efi_loader: efi_console: use helper functionsHeinrich Schuchardt1-10/+2
2017-12-01efi_loader: helper functions for protocol managementHeinrich Schuchardt1-0/+12
2017-12-01efi_loader: efi_gop: use correct types for parametersHeinrich Schuchardt1-5/+5
2017-12-01efi_loader: argument of efi_search_obj should be constHeinrich Schuchardt1-1/+1
2017-12-01efi_loader: make efi_create_handle non-staticHeinrich Schuchardt1-0/+2
2017-12-01efi_loader: efi_dp_match should have const argumentsHeinrich Schuchardt1-1/+2
2017-12-01efi_loader: rework efi_search_objHeinrich Schuchardt1-0/+2
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt2-19/+22
2017-12-01efi_loader: replace UINTN by efi_uintn_tHeinrich Schuchardt2-6/+6
2017-12-01efi_loader: remove unused typedef for INTNHeinrich Schuchardt1-1/+0
2017-12-01efi_selftest: test protocol managementHeinrich Schuchardt1-0/+9
2017-12-01efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE valuesHeinrich Schuchardt1-3/+3
2017-12-01efi_selftest: allow to select a single test for executionHeinrich Schuchardt1-0/+12
2017-12-01efi_loader: guard against double inclusion of efi_loader.hHeinrich Schuchardt1-1/+6