aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-02binman: Add support for Intel FSP-TSimon Glass4-0/+63
2019-11-02binman: Add support for Intel FSP-SSimon Glass4-0/+64
2019-11-02binman: Correct symbol calculation with non-zero image baseSimon Glass2-4/+2
2019-11-02cbfs: do not pack struct cbfs_cachenodeHeinrich Schuchardt1-3/+3
2019-11-01azure: Update the script to prepend PATH not override PATHTom Rini1-1/+1
2019-11-01Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini4-49/+256
2019-11-01Merge tag 'video-for-2020.01-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-2/+2
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini21-55/+135
2019-11-01Merge branch '2019-10-30-master-imports'Tom Rini55-625/+1499
2019-10-31azure: Update for python3 and current pytestTom Rini1-6/+4
2019-10-31cmd: avb: Support A/B slotsSam Protsenko2-4/+13
2019-10-31cmd: avb: Fix requested partitions listSam Protsenko1-5/+1
2019-10-31libavb: Fix build warnings after updating the libSam Protsenko2-2/+3
2019-10-31libavb: Update libavb to current AOSP masterSam Protsenko12-214/+710
2019-10-31mkimage: Set correct FDT type and ramdisk architecture in FIT auto modeMichal Sojka1-0/+3
2019-10-31drivers: phy: Handle gracefully NULL pointersJean-Jacques Hiblot2-6/+26
2019-10-31linux_compat: fix potential NULL pointer accessMarek Szyprowski1-1/+1
2019-10-31tiny-printf: Support vsnprintf()Simon South1-0/+16
2019-10-31common: Kconfig: Fix typo in TPL_LOG_CONSOLE descriptionSimon South1-1/+1
2019-10-31lib: errno: avoid error format-overflowHeinrich Schuchardt1-1/+10
2019-10-31lib: errno: sync error codesHeinrich Schuchardt1-2/+2
2019-10-31dts: fix MULTI_DTB_FIT compression choice promptBaruch Siach1-1/+1
2019-10-31ata: ahci allow 64-bit DMA for SATARoman Kapl1-3/+11
2019-10-31disk: part_dos: correctly detect DOS PBRHeinrich Schuchardt1-14/+25
2019-10-31test: provide test for errno_str()Heinrich Schuchardt2-0/+47
2019-10-31lib: errno: check for unsupported error numberHeinrich Schuchardt1-1/+7
2019-10-31lib: time: Add microsecond timerMarek Vasut3-3/+15
2019-10-31NVMe: do PCI enumerate before nvme scanPatrick Wildt1-0/+1
2019-10-31nvme: use page-aligned buffer for identify commandPatrick Wildt1-6/+18
2019-10-31nvme: flush dcache on both r/w, and the prp listPatrick Wildt1-3/+5
2019-10-31virtio: pci: use correct type in virtio_pci_bind()Heinrich Schuchardt1-1/+1
2019-10-31checkpatch.pl: update from Linux kernel v5.4-rc3Heinrich Schuchardt1-113/+333
2019-10-31splash: fix build breakage with newer llvm-7Anatolij Gustschin1-2/+2
2019-10-30dts: Kconfig: Fix help for SPL_OF_CONTROLWalter Lozano1-1/+1
2019-10-30Makefile: Fix printing problem in size_check on overflowTom Rini1-1/+1
2019-10-30gpio: da8xx_gpio: Fix the _gpio_direction_output functionKeerthy1-7/+7
2019-10-30test/py: Use raw strings more to avoid deprecation warningsTom Rini2-6/+3
2019-10-30gitlab/travis: Rework how and when we use virtualenv in order to use python3Tom Rini2-21/+19
2019-10-30test/py: Update docs, add requirements.txt for pipTom Rini2-21/+48
2019-10-30test/py: Rework test.py to be a different kind of wrapperTom Rini1-16/+4
2019-10-30test/py: Update test_fs to decode check_output callsTom Rini1-12/+12
2019-10-30test/py: test_efi_selftest.py: Updates for python 3 supportTom Rini1-18/+18
2019-10-30test/py: test_ut.py: Ensure we use bytesTom Rini1-3/+3
2019-10-30test/py: Manual python3 fixesTom Rini5-12/+19
2019-10-30test/py: Automated conversion to Python 3Tom Rini8-80/+71
2019-10-30test/py: Fix pytest4 deprecation warningsMarek Vasut3-20/+14
2019-10-30test/py: Split mark to multiple linesTom Rini2-4/+9
2019-10-30gitlab-ci: Prepend to PATH rather than replace itTom Rini1-1/+1
2019-10-30gitlab-ci: Fix indentation in some stanzasTom Rini1-20/+20
2019-10-30Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini12-64/+407