summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen2018-11-269-10/+146
* riscv: dts: Add ae350_32.dts for RV32IRick Chen2018-11-263-1/+458
* configs: ax25-ae350: Separate ax25-ae350 for RV32/64I.Rick Chen2018-11-262-1/+37
* riscv: dts: Sync to Linux Kernel ae350 dts.Rick Chen2018-11-261-15/+92
* riscv: qemu: clear kernel-start/-end in device tree as workaround for BBLLukas Auer2018-11-262-0/+40
* riscv: qemu: detect and boot the kernel passed by QEMULukas Auer2018-11-263-0/+40
* dm: core: add missing prototype for ofnode_read_u64Lukas Auer2018-11-261-0/+10
* riscv: qemu: enable distro bootLukas Auer2018-11-263-1/+17
* distro_bootcmd: add VirtIO distro boot commandLukas Auer2018-11-262-1/+15
* riscv: align bootm implementation with that of other architecturesLukas Auer2018-11-261-27/+70
* riscv: qemu: support booting LinuxLukas Auer2018-11-263-0/+8
* 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