aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Merge git://git.denx.de/u-boot-mmcTom Rini1-1/+0
2018-05-08lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDTTom Rini1-0/+1
2018-05-08configs: TI: Enable FIT Library overlay supportPraneeth Bajjuri1-0/+1
2018-05-08lib: fdtdec: drop the old compatible about max77686Jaehoon Chung1-1/+0
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini3-4/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini95-200/+97
2018-04-28Consolidate __assert_failed into one implementationAlex Kiernan3-17/+8
2018-04-28spl: Disable printf if not requiredAlex Kiernan3-6/+11
2018-04-28spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan2-9/+40
2018-04-28lib/rsa: Kconfig: Remove superfluous 'depends on RSA'Eugeniu Rosca1-4/+4
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini6-12/+0
2018-04-23efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt2-0/+287
2018-04-23efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt2-10/+170
2018-04-23efi_loader: correcty determine total device path lengthHeinrich Schuchardt2-11/+27
2018-04-23efi_loader: correctly determine length of empty device pathHeinrich Schuchardt1-0/+2
2018-04-23efi_loader: fix AppendDevicePathHeinrich Schuchardt1-3/+6
2018-04-23efi_loader: implement CreateDeviceNodeHeinrich Schuchardt2-1/+31
2018-04-23efi_selftest: fix typo in efi_selftest_devicepath.cHeinrich Schuchardt1-1/+1
2018-04-23efi_selftest: do not execute test if setup failedHeinrich Schuchardt1-7/+7
2018-04-23efi_loader: no support for ARMV7_NONSEC=yHeinrich Schuchardt1-0/+2
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger2-2/+2
2018-04-09Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini21-358/+1899
2018-04-06efi_loader: Check machine type in the image headerIvan Gorinov1-12/+39
2018-04-05efi_loader: completely initialize networkHeinrich Schuchardt1-2/+34
2018-04-05efi_loader: new functions to print loaded image informationHeinrich Schuchardt1-0/+46
2018-04-05efi_selftest: test getinfo(EFI_FILE_SYSTEM_INFO)Heinrich Schuchardt1-0/+22
2018-04-05efi_selftest: partition label for test imageHeinrich Schuchardt1-36/+22
2018-04-05efi_loader: implement EFI_FILE_SYSTEM_INFOHeinrich Schuchardt1-0/+38
2018-04-05efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOLHeinrich Schuchardt1-2/+2
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini1-1/+0
2018-04-04efi_loader: use correct types in EFI_FILE_PROTOCOLHeinrich Schuchardt3-15/+39
2018-04-04efi_loader: ImageSize must be multiple of SectionAlignmentHeinrich Schuchardt1-0/+2
2018-04-04efi_loader: save image relocation address and sizeHeinrich Schuchardt1-0/+2
2018-04-04efi_loader: use efi_uintn_t for LoadImageHeinrich Schuchardt1-2/+2
2018-04-04efi_loader: initialize device path on allocPatrick Wildt1-0/+1
2018-04-04efi_loader: Fix network DP with DM_ETHAlexander Graf1-2/+5
2018-04-04efi_loader: Fix return value for efi_add_runtime_mmioAlexander Graf1-7/+7
2018-04-04efi_loader: Optimize GOP moreAlexander Graf1-62/+114
2018-04-04efi_loader: Optimize GOP switchAlexander Graf1-34/+126
2018-04-04efi_loader: use __always_inline for pixel conversionHeinrich Schuchardt1-2/+2
2018-04-04efi_loader: RestoreTPL should execute queued eventsHeinrich Schuchardt1-0/+5
2018-04-04efi_loader: use TPL_NOTIFY for network timer eventHeinrich Schuchardt1-1/+3
2018-04-04efi_loader: correctly support parameter delta in BltHeinrich Schuchardt2-7/+29
2018-04-04efi_selftest: unit test for event groupsHeinrich Schuchardt2-0/+141
2018-04-04efi_selftest: fix device tree unit testHeinrich Schuchardt1-1/+1
2018-04-04efi: Correct header order in efi_memorySimon Glass1-3/+2
2018-04-04efi_loader: use constants in efi_allocate_pages()Heinrich Schuchardt1-3/+3
2018-04-04efi_loader: show UEFI revision in helloworldHeinrich Schuchardt1-0/+18
2018-04-04efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOLHeinrich Schuchardt2-0/+183
2018-04-04efi_loader: add missing EFI_RESET_PLATFORM_SPECIFICHeinrich Schuchardt1-0/+1