summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-08-14Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2-5/+14
2017-08-13tpm: add missing va_endxypron.glpk@gmx.de1-1/+4
2017-08-13rockchip: rk3188: rock: adjust for SPL/TPL splitPhilipp Tomsich1-0/+9
2017-08-13lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdataPhilipp Tomsich1-5/+5
2017-07-31efi_loader: Fix warning in efi_gopAlexander Graf1-1/+1
2017-07-31Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini9-210/+781
2017-07-29efi_loader: indent entry/exit prints to show nesting levelRob Clark1-0/+25
2017-07-29efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark1-14/+31
2017-07-28fdtdec: Drop old compatible valuesSimon Glass1-6/+0
2017-07-28efi_loader: Add an EFI_CALL() macroRob Clark1-3/+1
2017-07-28efi_loader: add some missing breaksRob Clark1-0/+2
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2-2/+2
2017-07-26efi_loader: fix bug in efi_get_memory_mapRob Clark1-2/+2
2017-07-26efi_loader: Improve install_configuration_tableAlexander Graf1-1/+18
2017-07-26efi_loader: remove more double EFI_EXIT() in efi_disk.cRob Clark1-3/+3
2017-07-26efi_loader: remove double EFI_EXIT() with efi_unsupportedRob Clark1-2/+2
2017-07-25efi_loader: expose protocols via GUIDRob Clark1-0/+14
2017-07-25efi_loader: implement ProtocolsPerHandlexypron.glpk@gmx.de1-1/+44
2017-07-25configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini1-1/+3
2017-07-24efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de1-5/+6
2017-07-24efi_console: use EFIAPI for callback functionsxypron.glpk@gmx.de1-2/+3
2017-07-24efi_loader: workaround for grub lsefi bugRob Clark1-0/+1
2017-07-24efi_loader: implement ConvertDeviceNodeToTextxypron.glpk@gmx.de1-30/+91
2017-07-24efi_memory: return MapKeyxypron.glpk@gmx.de1-0/+2
2017-07-24efi_memory: do parameter checks firstxypron.glpk@gmx.de1-3/+3
2017-07-24efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark2-1/+7
2017-07-24efi_loader: move guidcmp to headerRob Clark1-5/+0
2017-07-19efi_loader: correctly implement 100ns conversionxypron.glpk@gmx.de1-9/+40
2017-07-19efi_console: set up eventsxypron.glpk@gmx.de2-2/+40
2017-07-19efi_loader: refactor efi_set_timerxypron.glpk@gmx.de1-8/+13
2017-07-19efi_loader: refactor efi_create_eventxypron.glpk@gmx.de1-12/+23
2017-07-19efi_loader: correct size for tpl levelxypron.glpk@gmx.de1-6/+6
2017-07-19efi_loader: implement multiple event supportxypron.glpk@gmx.de1-62/+133
2017-07-19efi_loader: use struct efi_event * instead of void *xypron.glpk@gmx.de1-11/+14
2017-07-19efi_memory: avoid NULL dereference in efi_free_poolxypron.glpk@gmx.de1-0/+3
2017-07-19efi_loader: disk: iterate only over valid block devicesxypron.glpk@gmx.de1-2/+2
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de2-1/+68
2017-07-19efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de1-12/+20
2017-07-19efi_loader: implement LocateHandleBufferxypron.glpk@gmx.de1-1/+24
2017-07-19efi_loader: refactor efi_locate_handlexypron.glpk@gmx.de1-6/+15
2017-07-19efi_loader: implement InstallMultipleProtocolInterfacesxypron.glpk@gmx.de1-1/+38
2017-07-19efi_loader: refactor efi_uninstall_protocol_interfacexypron.glpk@gmx.de1-4/+11
2017-07-19efi_loader: refactor efi_install_protocol_interfacexypron.glpk@gmx.de1-5/+14
2017-07-19efi_loader: implement UninstallProtocolInterfacexypron.glpk@gmx.de1-2/+38
2017-07-19efi_loader: implement InstallProtocolInterfacexypron.glpk@gmx.de1-1/+53
2017-07-19efi_loader: efi_open_protocol: parameter checksxypron.glpk@gmx.de1-4/+27
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de5-66/+21
2017-07-11dm: Fix error handling when unflattening the DTSimon Glass1-1/+6
2017-07-11display_options: Refactor to allow obtaining the bannerSimon Glass1-5/+31
2017-07-10fdt: Enable selecting correct DTB from appended FIT ImageCooper Jr., Franklin1-0/+10