summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-26configs: ax25-ae350: Separate ax25-ae350 for RV32/64I.Rick Chen
2018-11-26riscv: dts: Sync to Linux Kernel ae350 dts.Rick Chen
2018-11-26riscv: qemu: clear kernel-start/-end in device tree as workaround for BBLLukas Auer
2018-11-26riscv: qemu: detect and boot the kernel passed by QEMULukas Auer
2018-11-26dm: core: add missing prototype for ofnode_read_u64Lukas Auer
2018-11-26riscv: qemu: enable distro bootLukas Auer
2018-11-26distro_bootcmd: add VirtIO distro boot commandLukas Auer
2018-11-26riscv: align bootm implementation with that of other architecturesLukas Auer
2018-11-26riscv: qemu: support booting LinuxLukas Auer
2018-11-26riscv: qemu: use device tree passed by prior boot stageLukas Auer
2018-11-26riscv: save hart ID and device tree passed by prior boot stageLukas Auer
2018-11-26riscv: do not blindly modify the mstatus CSRLukas Auer
2018-11-26riscv: remove unused labels in start.SLukas Auer
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng
2018-11-26riscv: align mtvec on a 4-byte boundaryLukas Auer
2018-11-26riscv: fix inconsistent use of spaces and tabs in start.SLukas Auer
2018-11-26riscv: implement the invalidate_icache_* functionsLukas Auer
2018-11-26riscv: hang on unhandled exceptionsLukas Auer
2018-11-26riscv: treat undefined exception codes as reservedLukas Auer
2018-11-26riscv: complete the list of exception codesLukas Auer
2018-11-26riscv: do not reimplement generic io functionsLukas Auer
2018-11-26riscv: make use of the barrier functions from LinuxLukas Auer
2018-11-26riscv: fix use of incorrectly sized variablesLukas Auer
2018-11-26riscv: enable -fdata-sectionsLukas Auer
2018-11-26riscv: set -march and -mabi based on the Kconfig configurationLukas Auer
2018-11-26riscv: add Kconfig entries for the C and A ISA extensionsLukas Auer
2018-11-26riscv: select CONFIG_PHYS_64BIT on RV64I systemsLukas Auer
2018-11-26riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64ILukas Auer
2018-11-26dts: riscv: update makefile to also clean the RISC-V dts directoryLukas Auer
2018-11-26tools: .gitignore: add prelink-riscvLukas Auer
2018-11-23Merge tag 'pull-tg18' of git://git.denx.de/u-boot-dmTom Rini
2018-11-23sun8i_emac: add support for setting EMAC TX/RX delayIcenowy Zheng
2018-11-22sunxi: Fix memory 2-rank initialization for a33 cpuMichael Trimarchi
2018-11-22sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick
2018-11-22sunxi-mmc: don't double clock for new mode unconditionallyVasily Khoruzhick
2018-11-22sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass
2018-11-20test: sf: Add a simple SPI flash testSimon Glass
2018-11-20misc: Update read() and write() methods to return bytes xferedSimon Glass
2018-11-20string: Include the config headerSimon Glass
2018-11-20video: Update video_set_default_colors() to support invertSimon Glass
2018-11-20binman: Set the pathname correctly for ELF filesSimon Glass
2018-11-20binman: Drop an unnecessary comma in blob handlingSimon Glass
2018-11-20binman: Add a way to enable debugging from the buildSimon Glass
2018-11-20spl: lz4: Allow use of lz4 compression in SPLSimon Glass
2018-11-20spl: Support bootstage, log, hash and early malloc in TPLSimon Glass
2018-11-20sandbox: Update some drivers to work in SPL/TPLSimon Glass
2018-11-20sandbox: cros_ec: exynos: Drop use of cros_ec_get_error()Simon Glass
2018-11-20sandbox: Add a function to read a host fileSimon Glass
2018-11-20sandbox: log: Add a category for sandboxSimon Glass