summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass
2018-11-26spl: Support hash, input, pch, pci, rtc, tpm in SPLSimon Glass
2018-11-26Add bloblist documentationSimon Glass
2018-11-26test: Add a simple test for bloblistSimon Glass
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass
2018-11-26spl: Set up the bloblist in SPLSimon Glass
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass
2018-11-26fs-test.sh: Update to use 'host' not 'sb'Tom Rini
2018-11-26riscv: cache: Implement i/dcache [status, enable, disable]Rick Chen
2018-11-26riscv: dts: Add ae350_32.dts for RV32IRick Chen
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