Commit Graph

38564 Commits (1eefe14f66c982bf7145e9d3b57fafd1f17fe12f)
 

Author SHA1 Message Date
Simon Glass 8797b2cae3 sandbox: Add a new sandbox_spl board 9 years ago
Simon Glass 0110f509c8 sandbox: serial: Don't sync video in SPL 9 years ago
Simon Glass 1c12bcee70 sandbox: Don't use IDE and iotrace in SPL 9 years ago
Simon Glass e961a66df9 sandbox: Add basic SPL implementation 9 years ago
Simon Glass d0d0746e0c sandbox: Don't include the main loop in SPL 9 years ago
Simon Glass a7d9caecd7 sandbox: Don't use PCI in SPL 9 years ago
Simon Glass f4289cbd8a sandbox: Add some missing headers in cpu.c 9 years ago
Simon Glass 6e20650425 sandbox: Correct header file order in cpu.c 9 years ago
Simon Glass 4cfc416701 sandbox: Support building an SPL image 9 years ago
Simon Glass d4e33f5a72 sandbox: Allow chaining from SPL to U-Boot proper 9 years ago
Simon Glass 72a7e07604 Makefile: Allow the SPL final link rule to be overridden 9 years ago
Simon Glass 12c550d4fb spl: Drop include of i2c.h 9 years ago
Simon Glass 392853260d README: Remove CONFIG_SYS_MALLOC_F_LEN comment 9 years ago
Simon Glass 7fcdac0ee9 sandbox: Don't print a warning for CONFIG_I2C_COMPAT 9 years ago
Simon Glass 36b898b6be rtc: Tidy up the code style 9 years ago
Simon Glass bcc53bf095 arm: Show cache warnings in U-Boot proper only 9 years ago
Simon Glass 982868264e Add warn_non_spl() to show a message in U-Boot proper 9 years ago
Simon Glass 5e7f743324 Add comments for debug() and pr_fmt 9 years ago
Simon Glass 6b424611a8 arm: Don't invalidate unaligned cache regions 9 years ago
Simon Glass 397b5697ad arm: Move check_cache_range() into a common place 9 years ago
Anatolij Gustschin ba169d981f board_f: prevent misleading "Watchdog enabled" output 9 years ago
Anatolij Gustschin 46d7a3b3d3 board_f: init designware watchdog if CONFIG_DESIGNWARE_WATCHDOG=y 9 years ago
Sekhar Nori 0ec807b2d8 configs: da850evm: enable bootz command 9 years ago
Lokesh Vutla 663f6fcaf0 ARM: OMAP5+: Enable errata i727 9 years ago
Teddy Reed b6fefa76d0 mkimage: fix missing break for -p switch 9 years ago
Hector Palacios 19e8649e59 bootm: fixup silent Linux out of BOOTM_STATE_LOADOS state 9 years ago
Toshifumi NISHINAGA 4b2fd720a7 stm32: Change USART port to USART6 for stm32f746 discovery board 9 years ago
Toshifumi NISHINAGA 25c1b1353c stm32: Add SDRAM support for stm32f746 discovery board 9 years ago
Toshifumi NISHINAGA ba0a3c16e0 stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board 9 years ago
Ricardo Salveti de Araujo a3e2efcb42 dragonboard410c: adding missing default addr for script and pxe boot 9 years ago
Ricardo Salveti de Araujo 5a6f576663 dragonboard410c: prefer sdcard boot over emmc 9 years ago
Simon Glass 8729d58259 test: Convert the vboot test to test/py 9 years ago
Simon Glass 1152a05ee6 tools: Correct error handling in fit_image_process_hash() 9 years ago
Simon Glass 655cc69655 tools: Add an error code when fit_handle_file() fails 9 years ago
Simon Glass 73a9054d0f test/py: Add a helper to run a list of U-Boot commands 9 years ago
Simon Glass 9e17b0345a test/py: Provide a way to check that a command fails 9 years ago
Simon Glass 8b304a37df test/py: Add an option to execute a string containing a command 9 years ago
Simon Glass f3d3e95ce5 test/py: Return output from run_and_log() 9 years ago
Simon Glass 86845bf38d test/py: Provide output from exceptions with RunAndLog() 9 years ago
Simon Glass 3b8d9d977b test/py: Allow RunAndLog() to return the output 9 years ago
Simon Glass 0671960bee test/py: Allow tests to control the sandbox device-tree file 9 years ago
Simon Glass b9c771b04c sandbox: Don't exit when bootm completes 9 years ago
Simon Glass 07f4eadc99 test: Add a simple script to run tests on sandbox 9 years ago
Simon Glass f6349c3c4c test: Add a README 9 years ago
Simon Glass 022885cb9c tools: Allow building with debug enabled 9 years ago
Simon Glass 51f03e6a75 mkimage: Show item lists for all categories 9 years ago
Simon Glass f24e10500f mkimage: Use generic code for showing an 'image type' error 9 years ago
Simon Glass 3066422512 mkimage: Allow display of a list of any image header category 9 years ago
Simon Glass 1426220b0e image: Add functions to obtain category information 9 years ago
Simon Glass 30495bff35 image: Add a name for invalid types 9 years ago