summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-26riscv: qemu: clear kernel-start/-end in device tree as workaround for BBLLukas Auer2-0/+40
2018-11-26riscv: qemu: detect and boot the kernel passed by QEMULukas Auer3-0/+40
2018-11-26dm: core: add missing prototype for ofnode_read_u64Lukas Auer1-0/+10
2018-11-26riscv: qemu: enable distro bootLukas Auer3-1/+17
2018-11-26distro_bootcmd: add VirtIO distro boot commandLukas Auer2-1/+15
2018-11-26riscv: align bootm implementation with that of other architecturesLukas Auer1-27/+70
2018-11-26riscv: qemu: support booting LinuxLukas Auer3-0/+8
2018-11-26riscv: qemu: use device tree passed by prior boot stageLukas Auer3-13/+2
2018-11-26riscv: save hart ID and device tree passed by prior boot stageLukas Auer2-2/+16
2018-11-26riscv: do not blindly modify the mstatus CSRLukas Auer1-4/+4
2018-11-26riscv: remove unused labels in start.SLukas Auer1-9/+0
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng5-73/+1
2018-11-26riscv: align mtvec on a 4-byte boundaryLukas Auer1-1/+1
2018-11-26riscv: fix inconsistent use of spaces and tabs in start.SLukas Auer1-161/+161
2018-11-26riscv: implement the invalidate_icache_* functionsLukas Auer1-0/+10
2018-11-26riscv: hang on unhandled exceptionsLukas Auer1-0/+2
2018-11-26riscv: treat undefined exception codes as reservedLukas Auer1-2/+6
2018-11-26riscv: complete the list of exception codesLukas Auer1-1/+12
2018-11-26riscv: do not reimplement generic io functionsLukas Auer1-28/+3
2018-11-26riscv: make use of the barrier functions from LinuxLukas Auer2-7/+71
2018-11-26riscv: fix use of incorrectly sized variablesLukas Auer4-11/+15
2018-11-26riscv: enable -fdata-sectionsLukas Auer1-1/+2
2018-11-26riscv: set -march and -mabi based on the Kconfig configurationLukas Auer2-4/+20
2018-11-26riscv: add Kconfig entries for the C and A ISA extensionsLukas Auer1-0/+11
2018-11-26riscv: select CONFIG_PHYS_64BIT on RV64I systemsLukas Auer1-0/+1
2018-11-26riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64ILukas Auer5-15/+15
2018-11-26dts: riscv: update makefile to also clean the RISC-V dts directoryLukas Auer1-1/+1
2018-11-26tools: .gitignore: add prelink-riscvLukas Auer1-0/+1
2018-11-24Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dmTom Rini52-148/+909
2018-11-23sun8i_emac: add support for setting EMAC TX/RX delayIcenowy Zheng1-3/+31
2018-11-22sunxi: Fix memory 2-rank initialization for a33 cpuMichael Trimarchi1-1/+1
2018-11-22sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick2-3/+8
2018-11-22sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick1-7/+0
2018-11-22sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick3-0/+7
2018-11-21sf: Add a method to obtain the block-protect settingSimon Glass8-0/+86
2018-11-21test: sf: Add a simple SPI flash testSimon Glass1-2/+44
2018-11-21misc: Update read() and write() methods to return bytes xferedSimon Glass8-15/+27
2018-11-21string: Include the config headerSimon Glass1-0/+1
2018-11-21video: Update video_set_default_colors() to support invertSimon Glass3-11/+23
2018-11-21binman: Set the pathname correctly for ELF filesSimon Glass1-3/+2
2018-11-21binman: Drop an unnecessary comma in blob handlingSimon Glass1-1/+1
2018-11-21binman: Add a way to enable debugging from the buildSimon Glass2-2/+10
2018-11-21spl: lz4: Allow use of lz4 compression in SPLSimon Glass2-1/+9
2018-11-21spl: Support bootstage, log, hash and early malloc in TPLSimon Glass2-3/+42
2018-11-21sandbox: Update some drivers to work in SPL/TPLSimon Glass1-0/+15
2018-11-21sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass3-19/+12
2018-11-21sandbox: Add a function to read a host fileSimon Glass2-3/+55
2018-11-21sandbox: log: Add a category for sandboxSimon Glass1-0/+1
2018-11-21sandbox: tpm: Allow debugging of data packagesSimon Glass1-0/+6
2018-11-21cros_ec: Add new features for events and powerSimon Glass3-7/+429