aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-12-01efi_loader: efi_disk: check return value of callocHeinrich Schuchardt
2017-12-01efi_loader: efi_gop: check calloc return valueHeinrich Schuchardt
2017-12-01efi_loader implement UninstallMultipleProtocolInterfacesHeinrich Schuchardt
2017-12-01efi_loader: debug output efi_install_protocol_interfaceHeinrich Schuchardt
2017-12-01efi_loader: fix typo efi_install_multiple_protocol_interfacesHeinrich Schuchardt
2017-12-01efi_loader: rework efi_search_objHeinrich Schuchardt
2017-12-01efi_loader: rework efi_locate_handleHeinrich Schuchardt
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt
2017-12-01efi_loader: replace UINTN by efi_uintn_tHeinrich Schuchardt
2017-12-01efi_loader: eliminate efi_uninstall_protocol_interface_extHeinrich Schuchardt
2017-12-01efi_loader: eliminate efi_install_protocol_interface_extHeinrich Schuchardt
2017-12-01efi_selftest: test protocol managementHeinrich Schuchardt
2017-12-01efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE valuesHeinrich Schuchardt
2017-12-01efi_loader: set parent handle in efi_load_imageHeinrich Schuchardt
2017-12-01efi_selftest: provide test for EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt
2017-12-01efi_selftest: test reboot by watchdogHeinrich Schuchardt
2017-12-01efi_selftest: allow to select a single test for executionHeinrich Schuchardt
2017-12-01efi_selftest: deduplicate codeHeinrich Schuchardt
2017-12-01efi_selftest: efi_st_memcmp should return 0Heinrich Schuchardt
2017-12-01efi_selftest: reformat codeHeinrich Schuchardt
2017-12-01efi_loader: new function utf8_to_utf16Heinrich Schuchardt
2017-12-01efi_selftest: provide test for watchdog timerHeinrich Schuchardt
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt
2017-12-01efi_loader: move efi_search_obj up in codeHeinrich Schuchardt
2017-11-30Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini
2017-11-29spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon
2017-11-30fdtdec: Support parsing multiple /memory nodesMarek Vasut
2017-11-28Merge git://git.denx.de/u-boot-socfpgaTom Rini
2017-11-27Merge git://www.denx.de/git/u-boot-imxTom Rini
2017-11-26fdt: Add compatible strings for Arria 10Tien Fong Chee
2017-11-20rtc: add support for s35392aNandor Han
2017-11-19Merge git://git.denx.de/u-boot-dmTom Rini
2017-11-17tpm: add more missing va_end()André Draszik
2017-11-17tpm: add tpm_get_random()André Draszik
2017-11-17lib: libfdt: wrap scripts/dtc/libfdt/* where possibleMasahiro Yamada
2017-11-17libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada
2017-11-17libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada
2017-11-16tpm: fix reading of permanent flagsAndré Draszik
2017-10-29efi_loader: Disable env_save() call on bootAlexander Graf
2017-10-13Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2017-10-13efi_selftest: correctly check return valuesHeinrich Schuchardt
2017-10-12efi_loader: console support for color attributesRob Clark
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark
2017-10-10efi_loader: don't increment part twice per loopJonathan Gray
2017-10-10efi_loader: search all possible disk partitionsJonathan Gray
2017-10-09efi_selftest: error handling in SNP testHeinrich Schuchardt
2017-10-09efi_loader: comments for functions add missing @returnHeinrich Schuchardt
2017-10-09efi_loader: Fix disk dp's for pre-DM/legacy devicesRob Clark
2017-10-09efi_loader: avoid NULL dereference in efi_dp_matchHeinrich Schuchardt