aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-03x86: Quieten TPL's jump_to_image_no_args()Simon Glass1-1/+1
2019-11-03x86: Don't print CPU info in TPLSimon Glass1-5/+0
2019-11-03x86: Move CPU init to before spl_init()Simon Glass3-0/+10
2019-11-03x86: Add a CPU init function for TPLSimon Glass2-0/+17
2019-11-03x86: tpl: Add a fake PCI busSimon Glass1-0/+25
2019-11-03x86: spl: Support init of a PUNITSimon Glass2-0/+41
2019-11-03x86: timer: Use a separate flag for whether timer is initedSimon Glass2-1/+3
2019-11-03x86: timer: Set up the timer in timer_early_get_count()Simon Glass1-0/+2
2019-11-03spl: Add a size check for TPLSimon Glass2-0/+15
2019-11-03dm: doc: Correct of-platdata driver nameSimon Glass1-1/+1
2019-11-03spi: Add support for memory-mapped flashSimon Glass4-0/+61
2019-11-03spl: Correct priority selection for image loadersSimon Glass1-2/+2
2019-11-02binman: Fix up comment in intel-fsp-mSimon Glass1-1/+1
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