summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* arm: Show cache warnings in U-Boot proper onlySimon Glass2016-07-14-2/+2
* Add warn_non_spl() to show a message in U-Boot properSimon Glass2016-07-14-0/+10
* Add comments for debug() and pr_fmtSimon Glass2016-07-14-0/+2
* arm: Don't invalidate unaligned cache regionsSimon Glass2016-07-14-21/+2
* arm: Move check_cache_range() into a common placeSimon Glass2016-07-14-51/+24
* board_f: prevent misleading "Watchdog enabled" outputAnatolij Gustschin2016-07-14-1/+1
* board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=yAnatolij Gustschin2016-07-14-0/+1
* configs: da850evm: enable bootz commandSekhar Nori2016-07-14-0/+1
* ARM: OMAP5+: Enable errata i727Lokesh Vutla2016-07-14-3/+3
* mkimage: fix missing break for -p switchTeddy Reed2016-07-14-0/+1
* bootm: fixup silent Linux out of BOOTM_STATE_LOADOS stateHector Palacios2016-07-14-5/+7
* stm32: Change USART port to USART6 for stm32f746 discovery boardToshifumi NISHINAGA2016-07-14-7/+11
* stm32: Add SDRAM support for stm32f746 discovery boardToshifumi NISHINAGA2016-07-14-14/+357
* stm32: clk: Add 200MHz clock configuration for stm32f746 discovery boardToshifumi NISHINAGA2016-07-14-3/+319
* dragonboard410c: adding missing default addr for script and pxe bootRicardo Salveti de Araujo2016-07-14-0/+2
* dragonboard410c: prefer sdcard boot over emmcRicardo Salveti de Araujo2016-07-14-1/+1
* test: Convert the vboot test to test/pySimon Glass2016-07-14-155/+185
* tools: Correct error handling in fit_image_process_hash()Simon Glass2016-07-14-6/+8
* tools: Add an error code when fit_handle_file() failsSimon Glass2016-07-14-2/+2
* test/py: Add a helper to run a list of U-Boot commandsSimon Glass2016-07-14-0/+16
* test/py: Provide a way to check that a command failsSimon Glass2016-07-14-0/+22
* test/py: Add an option to execute a string containing a commandSimon Glass2016-07-14-0/+12
* test/py: Return output from run_and_log()Simon Glass2016-07-14-2/+3
* test/py: Provide output from exceptions with RunAndLog()Simon Glass2016-07-14-0/+7
* test/py: Allow RunAndLog() to return the outputSimon Glass2016-07-14-1/+2
* test/py: Allow tests to control the sandbox device-tree fileSimon Glass2016-07-14-1/+2
* sandbox: Don't exit when bootm completesSimon Glass2016-07-14-1/+2
* test: Add a simple script to run tests on sandboxSimon Glass2016-07-14-0/+15
* test: Add a READMESimon Glass2016-07-14-0/+82
* tools: Allow building with debug enabledSimon Glass2016-07-14-1/+11
* mkimage: Show item lists for all categoriesSimon Glass2016-07-14-3/+9
* mkimage: Use generic code for showing an 'image type' errorSimon Glass2016-07-14-43/+2
* mkimage: Allow display of a list of any image header categorySimon Glass2016-07-14-0/+43
* image: Add functions to obtain category informationSimon Glass2016-07-14-0/+102
* image: Add a name for invalid typesSimon Glass2016-07-14-3/+3
* image: Create a table of information for each categorySimon Glass2016-07-14-0/+22
* image: Convert the IH_... values to enumsSimon Glass2016-07-14-86/+101
* image: Correct auto-fit architecture property nameSimon Glass2016-07-14-1/+2
* mkimage: Drop blank line before main()Simon Glass2016-07-14-1/+0
* mkimage: Drop premature setting of params.fit_image_typeSimon Glass2016-07-14-1/+0
* mkimage: Require a data file when auto-fit is usedSimon Glass2016-07-14-0/+2
* mkimage: Explain the auto-fit imagefile special caseSimon Glass2016-07-14-0/+1
* mkimage: Honour the default image type with auto-fitSimon Glass2016-07-14-1/+1
* linux/io.h: add generic ioremap()/iounmap() definesMasahiro Yamada2016-07-14-0/+20
* arm, nds32, sh: remove useless ioremap()/iounmap() definesMasahiro Yamada2016-07-14-101/+0
* types.h: move and redefine resource_size_tMasahiro Yamada2016-07-14-1/+4
* doc: Update info on using secure devices from TIAndreas Dannenberg2016-07-14-54/+123
* arm: am4x: add U-Boot FIT signing and SPL image post-processingMadan Srinivas2016-07-14-0/+10
* arm: omap5: add U-Boot FIT signing and SPL image post-processingAndreas Dannenberg2016-07-14-0/+22
* spl: fit: add support for post-processing of imagesDaniel Allred2016-07-14-5/+47