summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* riscv: qemu: use device tree passed by prior boot stageLukas Auer2018-11-263-13/+2
* riscv: save hart ID and device tree passed by prior boot stageLukas Auer2018-11-262-2/+16
* riscv: do not blindly modify the mstatus CSRLukas Auer2018-11-261-4/+4
* riscv: remove unused labels in start.SLukas Auer2018-11-261-9/+0
* Drop CONFIG_INIT_CRITICALBin Meng2018-11-265-73/+1
* riscv: align mtvec on a 4-byte boundaryLukas Auer2018-11-261-1/+1
* riscv: fix inconsistent use of spaces and tabs in start.SLukas Auer2018-11-261-161/+161
* riscv: implement the invalidate_icache_* functionsLukas Auer2018-11-261-0/+10
* riscv: hang on unhandled exceptionsLukas Auer2018-11-261-0/+2
* riscv: treat undefined exception codes as reservedLukas Auer2018-11-261-2/+6
* riscv: complete the list of exception codesLukas Auer2018-11-261-1/+12
* riscv: do not reimplement generic io functionsLukas Auer2018-11-261-28/+3
* riscv: make use of the barrier functions from LinuxLukas Auer2018-11-262-7/+71
* riscv: fix use of incorrectly sized variablesLukas Auer2018-11-264-11/+15
* riscv: enable -fdata-sectionsLukas Auer2018-11-261-1/+2
* riscv: set -march and -mabi based on the Kconfig configurationLukas Auer2018-11-262-4/+20
* riscv: add Kconfig entries for the C and A ISA extensionsLukas Auer2018-11-261-0/+11
* riscv: select CONFIG_PHYS_64BIT on RV64I systemsLukas Auer2018-11-261-0/+1
* riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64ILukas Auer2018-11-265-15/+15
* dts: riscv: update makefile to also clean the RISC-V dts directoryLukas Auer2018-11-261-1/+1
* tools: .gitignore: add prelink-riscvLukas Auer2018-11-261-0/+1
* Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dmTom Rini2018-11-2352-148/+909
|\
| * sf: Add a method to obtain the block-protect settingSimon Glass2018-11-208-0/+86
| * test: sf: Add a simple SPI flash testSimon Glass2018-11-201-2/+44
| * misc: Update read() and write() methods to return bytes xferedSimon Glass2018-11-208-15/+27
| * string: Include the config headerSimon Glass2018-11-201-0/+1
| * video: Update video_set_default_colors() to support invertSimon Glass2018-11-203-11/+23
| * binman: Set the pathname correctly for ELF filesSimon Glass2018-11-201-3/+2
| * binman: Drop an unnecessary comma in blob handlingSimon Glass2018-11-201-1/+1
| * binman: Add a way to enable debugging from the buildSimon Glass2018-11-202-2/+10
| * spl: lz4: Allow use of lz4 compression in SPLSimon Glass2018-11-202-1/+9
| * spl: Support bootstage, log, hash and early malloc in TPLSimon Glass2018-11-202-3/+42
| * sandbox: Update some drivers to work in SPL/TPLSimon Glass2018-11-201-0/+15
| * sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass2018-11-203-19/+12
| * sandbox: Add a function to read a host fileSimon Glass2018-11-202-3/+55
| * sandbox: log: Add a category for sandboxSimon Glass2018-11-201-0/+1
| * sandbox: tpm: Allow debugging of data packagesSimon Glass2018-11-201-0/+6
| * cros_ec: Add new features for events and powerSimon Glass2018-11-203-7/+429
| * cros_ec: Align uclass data to a cache boundarySimon Glass2018-11-201-0/+1
| * cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass2018-11-201-0/+3
| * cros_ec: Add error logging on a few commandsSimon Glass2018-11-201-2/+9
| * cros_ec: Use uint instead of u8 for parametersSimon Glass2018-11-201-6/+4
| * buildman: Show boards with warning with w+Simon Glass2018-11-202-19/+54
| * buildman: Rename the good, better, worse variablesSimon Glass2018-11-201-14/+14
| * buildman: Detect dtc warningsSimon Glass2018-11-202-3/+6
| * buildman: Only print toolchain probing with -vSimon Glass2018-11-202-2/+2
| * dm: spi: prevent setting a speed of 0 HzSimon Goldschmidt2018-11-201-3/+12
| * fdt: restore board_fdt_blob_setup() declarationBaruch Siach2018-11-201-0/+1
| * cmd: fdt: Fix fdt address information after the movementHiroyuki Yokoyama2018-11-201-1/+1
| * fdt: Fix uncompress_blob() for U-Boot properMarek Vasut2018-11-201-1/+2