summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini2017-11-301-6/+18
|\
| * fdtdec: Support parsing multiple /memory nodesMarek Vasut2017-11-301-6/+18
* | spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon2017-11-291-0/+4
|/
* Merge git://git.denx.de/u-boot-socfpgaTom Rini2017-11-281-0/+2
|\
| * fdt: Add compatible strings for Arria 10Tien Fong Chee2017-11-261-0/+2
* | Merge git://www.denx.de/git/u-boot-imxTom Rini2017-11-271-0/+3
|\ \ | |/ |/|
| * rtc: add support for s35392aNandor Han2017-11-201-0/+3
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-11-191-2/+58
|\ \
| * | tpm: add more missing va_end()André Draszik2017-11-171-1/+4
| * | tpm: add tpm_get_random()André Draszik2017-11-171-0/+43
| * | tpm: fix reading of permanent flagsAndré Draszik2017-11-161-1/+11
| |/
* | lib: libfdt: wrap scripts/dtc/libfdt/* where possibleMasahiro Yamada2017-11-177-1483/+24
* | libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada2017-11-171-50/+1
* | libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*Masahiro Yamada2017-11-171-67/+0
* | pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada2017-11-172-572/+0
|/
* efi_loader: Disable env_save() call on bootAlexander Graf2017-10-291-4/+1
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-10-1314-222/+1559
|\
| * efi_selftest: correctly check return valuesHeinrich Schuchardt2017-10-132-2/+2
| * efi_loader: console support for color attributesRob Clark2017-10-121-2/+25
| * efi_loader: Add mem-mapped for fallbackRob Clark2017-10-122-0/+33
| * efi_loader: don't increment part twice per loopJonathan Gray2017-10-101-1/+0
| * efi_loader: search all possible disk partitionsJonathan Gray2017-10-101-8/+12
| * efi_selftest: error handling in SNP testHeinrich Schuchardt2017-10-091-1/+8
| * efi_loader: comments for functions add missing @returnHeinrich Schuchardt2017-10-091-1/+8
| * efi_loader: Fix disk dp's for pre-DM/legacy devicesRob Clark2017-10-091-0/+11
| * efi_loader: avoid NULL dereference in efi_dp_matchHeinrich Schuchardt2017-10-091-1/+2
| * efi_selftest: avoid dereferencing NULL in tpl testHeinrich Schuchardt2017-10-091-1/+2
| * efi_selftest: efi_st_memcmp return difference of bytesHeinrich Schuchardt2017-10-091-1/+1
| * efi_loader: supply EFI network testHeinrich Schuchardt2017-10-093-1/+456
| * efi_selftest: allow printing MAC addressesHeinrich Schuchardt2017-10-091-1/+40
| * efi_loader: fill return values in SimpleNetworkProtocolHeinrich Schuchardt2017-10-091-2/+25
| * efi_loader: size fields in SimpleNetworkProtocolHeinrich Schuchardt2017-10-091-4/+20
| * efi_loader: fix efi_net_get_statusHeinrich Schuchardt2017-10-091-3/+8
| * efi_loader: implement WaitForPacket eventHeinrich Schuchardt2017-10-091-0/+16
| * efi_loader: use events for efi_net_receiveHeinrich Schuchardt2017-10-091-3/+50
| * efi_net: return EFI_UNSUPPORTED where appropriateHeinrich Schuchardt2017-10-091-6/+4
| * efi_loader: efi_net: hwaddr_size = 6Heinrich Schuchardt2017-10-091-0/+1
| * efi_loader: fill simple network protocol revisionHeinrich Schuchardt2017-10-091-0/+1
| * efi_loader: wrong type in wait_for_eventHeinrich Schuchardt2017-10-093-3/+3
| * efi_loader: pass GUIDs as const efi_guid_t *Heinrich Schuchardt2017-10-091-19/+21
| * efi_loader: parameters of CopyMem and SetMemHeinrich Schuchardt2017-10-091-5/+5
| * efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_memHeinrich Schuchardt2017-10-091-0/+2
| * efi_loader: replace efi_div10 by do_divHeinrich Schuchardt2017-10-091-34/+2
| * efi_loader: provide function comments for boot servicesHeinrich Schuchardt2017-10-091-2/+638
| * efi_selftest: make tests easier to readHeinrich Schuchardt2017-10-094-100/+126
| * efi_loader: use type bool for event statesHeinrich Schuchardt2017-10-092-17/+17
| * efi_selftest: use efi_st_error for all error messagesHeinrich Schuchardt2017-10-091-12/+10
| * efi_loader: allow creating new handlesHeinrich Schuchardt2017-10-051-2/+20
* | ARMv8: get new GD address from gd->new_gd directlyzijun_hu2017-10-081-0/+2
* | spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot2017-10-061-9/+78