summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer
2018-11-26usb: am335x_evm: Disable CONFIG_SPL_DM_USBSven Schwermer
2018-11-26usb: Introduce CONFIG_SPL_DM_USBSven Schwermer
2018-11-26Merge branch '2018-11-25-master-imports'Tom Rini
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass
2018-11-26sandbox: Refactor code to create os_jump_to_file()Simon Glass
2018-11-26sandbox: Allow puts() output before global_data is set upSimon Glass
2018-11-26sandbox: Add a new 'sb' commandSimon Glass
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass
2018-11-26sandbox: Add an option to display of-platdata in SPLSimon Glass
2018-11-26test/py: Add a way to pass flags to sandboxSimon Glass
2018-11-26sandbox: Add a memory map to the sandbox READMESimon Glass
2018-11-26spl: Add a comment to spl_set_bd()Simon Glass
2018-11-26spl: Make SPL_DISABLE_BANNER_PRINT a positive optionSimon Glass
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass
2018-11-26spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass
2018-11-26Add bloblist documentationSimon Glass
2018-11-26test: Add a simple test for bloblistSimon Glass
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass
2018-11-26spl: Set up the bloblist in SPLSimon Glass
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass
2018-11-26fs-test.sh: Update to use 'host' not 'sb'Tom Rini
2018-11-23Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dmTom Rini
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass
2018-11-20test: sf: Add a simple SPI flash testSimon Glass
2018-11-20misc: Update read() and write() methods to return bytes xferedSimon Glass
2018-11-20string: Include the config headerSimon Glass
2018-11-20video: Update video_set_default_colors() to support invertSimon Glass
2018-11-20binman: Set the pathname correctly for ELF filesSimon Glass
2018-11-20binman: Drop an unnecessary comma in blob handlingSimon Glass
2018-11-20binman: Add a way to enable debugging from the buildSimon Glass
2018-11-20spl: lz4: Allow use of lz4 compression in SPLSimon Glass
2018-11-20spl: Support bootstage, log, hash and early malloc in TPLSimon Glass
2018-11-20sandbox: Update some drivers to work in SPL/TPLSimon Glass
2018-11-20sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass
2018-11-20sandbox: Add a function to read a host fileSimon Glass
2018-11-20sandbox: log: Add a category for sandboxSimon Glass
2018-11-20sandbox: tpm: Allow debugging of data packagesSimon Glass
2018-11-20cros_ec: Add new features for events and powerSimon Glass
2018-11-20cros_ec: Align uclass data to a cache boundarySimon Glass
2018-11-20cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass
2018-11-20cros_ec: Add error logging on a few commandsSimon Glass
2018-11-20cros_ec: Use uint instead of u8 for parametersSimon Glass
2018-11-20buildman: Show boards with warning with w+Simon Glass
2018-11-20buildman: Rename the good, better, worse variablesSimon Glass
2018-11-20buildman: Detect dtc warningsSimon Glass