summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-15sandbox: Add basic SPL implementationSimon Glass
2016-07-15sandbox: Don't include the main loop in SPLSimon Glass
2016-07-15sandbox: Don't use PCI in SPLSimon Glass
2016-07-15sandbox: Add some missing headers in cpu.cSimon Glass
2016-07-15sandbox: Correct header file order in cpu.cSimon Glass
2016-07-15sandbox: Support building an SPL imageSimon Glass
2016-07-15sandbox: Allow chaining from SPL to U-Boot properSimon Glass
2016-07-15Makefile: Allow the SPL final link rule to be overriddenSimon Glass
2016-07-15spl: Drop include of i2c.hSimon Glass
2016-07-15README: Remove CONFIG_SYS_MALLOC_F_LEN commentSimon Glass
2016-07-15sandbox: Don't print a warning for CONFIG_I2C_COMPATSimon Glass
2016-07-14rtc: Tidy up the code styleSimon Glass
2016-07-14arm: Show cache warnings in U-Boot proper onlySimon Glass
2016-07-14Add warn_non_spl() to show a message in U-Boot properSimon Glass
2016-07-14Add comments for debug() and pr_fmtSimon Glass
2016-07-14arm: Don't invalidate unaligned cache regionsSimon Glass
2016-07-14arm: Move check_cache_range() into a common placeSimon Glass
2016-07-14board_f: prevent misleading "Watchdog enabled" outputAnatolij Gustschin
2016-07-14board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=yAnatolij Gustschin
2016-07-14configs: da850evm: enable bootz commandSekhar Nori
2016-07-14ARM: OMAP5+: Enable errata i727Lokesh Vutla
2016-07-14mkimage: fix missing break for -p switchTeddy Reed
2016-07-14bootm: fixup silent Linux out of BOOTM_STATE_LOADOS stateHector Palacios
2016-07-14stm32: Change USART port to USART6 for stm32f746 discovery boardToshifumi NISHINAGA
2016-07-14stm32: Add SDRAM support for stm32f746 discovery boardToshifumi NISHINAGA
2016-07-14stm32: clk: Add 200MHz clock configuration for stm32f746 discovery boardToshifumi NISHINAGA
2016-07-14dragonboard410c: adding missing default addr for script and pxe bootRicardo Salveti de Araujo
2016-07-14dragonboard410c: prefer sdcard boot over emmcRicardo Salveti de Araujo
2016-07-14test: Convert the vboot test to test/pySimon Glass
2016-07-14tools: Correct error handling in fit_image_process_hash()Simon Glass
2016-07-14tools: Add an error code when fit_handle_file() failsSimon Glass
2016-07-14test/py: Add a helper to run a list of U-Boot commandsSimon Glass
2016-07-14test/py: Provide a way to check that a command failsSimon Glass
2016-07-14test/py: Add an option to execute a string containing a commandSimon Glass
2016-07-14test/py: Return output from run_and_log()Simon Glass
2016-07-14test/py: Provide output from exceptions with RunAndLog()Simon Glass
2016-07-14test/py: Allow RunAndLog() to return the outputSimon Glass
2016-07-14test/py: Allow tests to control the sandbox device-tree fileSimon Glass
2016-07-14sandbox: Don't exit when bootm completesSimon Glass
2016-07-14test: Add a simple script to run tests on sandboxSimon Glass
2016-07-14test: Add a READMESimon Glass
2016-07-14tools: Allow building with debug enabledSimon Glass
2016-07-14mkimage: Show item lists for all categoriesSimon Glass
2016-07-14mkimage: Use generic code for showing an 'image type' errorSimon Glass
2016-07-14mkimage: Allow display of a list of any image header categorySimon Glass
2016-07-14image: Add functions to obtain category informationSimon Glass
2016-07-14image: Add a name for invalid typesSimon Glass
2016-07-14image: Create a table of information for each categorySimon Glass
2016-07-14image: Convert the IH_... values to enumsSimon Glass
2016-07-14image: Correct auto-fit architecture property nameSimon Glass