summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer29-92/+92
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer2-2/+2
2018-11-26usb: am335x_evm: Disable CONFIG_SPL_DM_USBSven Schwermer1-1/+2
2018-11-26usb: Introduce CONFIG_SPL_DM_USBSven Schwermer3-2/+7
2018-11-26Merge branch '2018-11-25-master-imports'Tom Rini44-114/+1524
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass14-17/+253
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass2-14/+20
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass1-6/+26
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass2-12/+15
2018-11-26sandbox: Refactor code to create os_jump_to_file()Simon Glass1-10/+38
2018-11-26sandbox: Allow puts() output before global_data is set upSimon Glass1-0/+7
2018-11-26sandbox: Add a new 'sb' commandSimon Glass4-0/+64
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass5-14/+9
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass5-2/+55
2018-11-26test/py: Add a way to pass flags to sandboxSimon Glass1-0/+18
2018-11-26sandbox: Add a memory map to the sandbox READMESimon Glass1-1/+13
2018-11-26spl: Add a comment to spl_set_bd()Simon Glass1-0/+4
2018-11-26spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass2-5/+14
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass3-13/+29
2018-11-26spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass2-6/+53
2018-11-26Add bloblist documentationSimon Glass1-0/+82
2018-11-26test: Add a simple test for bloblistSimon Glass5-0/+193
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass2-0/+38
2018-11-26spl: Set up the bloblist in SPLSimon Glass2-2/+43
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass5-0/+484
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass4-6/+60
2018-11-26fs-test.sh: Update to use 'host' not 'sb'Tom Rini1-7/+7
2018-11-24Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dmTom Rini52-148/+909
2018-11-21sf: Add a method to obtain the block-protect settingSimon Glass8-0/+86
2018-11-21test: sf: Add a simple SPI flash testSimon Glass1-2/+44
2018-11-21misc: Update read() and write() methods to return bytes xferedSimon Glass8-15/+27
2018-11-21string: Include the config headerSimon Glass1-0/+1
2018-11-21video: Update video_set_default_colors() to support invertSimon Glass3-11/+23
2018-11-21binman: Set the pathname correctly for ELF filesSimon Glass1-3/+2
2018-11-21binman: Drop an unnecessary comma in blob handlingSimon Glass1-1/+1
2018-11-21binman: Add a way to enable debugging from the buildSimon Glass2-2/+10
2018-11-21spl: lz4: Allow use of lz4 compression in SPLSimon Glass2-1/+9
2018-11-21spl: Support bootstage, log, hash and early malloc in TPLSimon Glass2-3/+42
2018-11-21sandbox: Update some drivers to work in SPL/TPLSimon Glass1-0/+15
2018-11-21sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass3-19/+12
2018-11-21sandbox: Add a function to read a host fileSimon Glass2-3/+55
2018-11-21sandbox: log: Add a category for sandboxSimon Glass1-0/+1
2018-11-21sandbox: tpm: Allow debugging of data packagesSimon Glass1-0/+6
2018-11-21cros_ec: Add new features for events and powerSimon Glass3-7/+429
2018-11-21cros_ec: Align uclass data to a cache boundarySimon Glass1-0/+1
2018-11-21cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass1-0/+3
2018-11-21cros_ec: Add error logging on a few commandsSimon Glass1-2/+9
2018-11-21cros_ec: Use uint instead of u8 for parametersSimon Glass1-6/+4
2018-11-21buildman: Show boards with warning with w+Simon Glass2-19/+54
2018-11-21buildman: Rename the good, better, worse variablesSimon Glass1-14/+14