| Commit message (Expand) | Author | Age | Files | Lines |
* | riscv: sifive: fu540: add SPL configuration | Pragnesh Patel | 2020-06-04 | 2 | -0/+27 |
* | riscv: cpu: fu540: Add support for cpu fu540 | Pragnesh Patel | 2020-06-04 | 4 | -0/+82 |
* | riscv: Add _image_binary_end for SPL | Pragnesh Patel | 2020-06-04 | 1 | -0/+1 |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | riscv: Provide a mechanism to fix DT for reserved memory | Atish Patra | 2020-04-23 | 1 | -0/+1 |
* | riscv: Introduce SPL_SMP Kconfig option for U-Boot SPL | Bin Meng | 2020-04-23 | 1 | -7/+7 |
* | riscv: Merge unnecessary SMP ifdefs in start.S | Bin Meng | 2020-04-23 | 1 | -4/+0 |
* | riscv: qemu: Remove the simple-bus driver for the SoC node | Bin Meng | 2020-04-23 | 1 | -14/+0 |
* | riscv: ax25: cache: Remove SPL_RISCV_MMODE config check | Pragnesh Patel | 2020-04-23 | 1 | -8/+8 |
* | riscv: Remove unnecessary instruction | Sean Anderson | 2020-02-10 | 1 | -3/+2 |
* | riscv: Add option to print registers on exception | Sean Anderson | 2020-02-10 | 1 | -1/+2 |
* | riscv: Fix breakage caused by linker relaxation | Sean Anderson | 2020-02-10 | 1 | -1/+0 |
* | common: Move relocate_code() to init.h | Simon Glass | 2020-01-17 | 1 | -1/+1 |
* | riscv: add option to wait for ack from secondary harts in smp functions | Lukas Auer | 2019-12-10 | 1 | -0/+2 |
* | riscv: Fix clear bss loop in the start-up code | Rick Chen | 2019-12-10 | 3 | -4/+4 |
* | riscv: ax25: cache: Add SPL_RISCV_MMODE for SPL | Rick Chen | 2019-12-10 | 1 | -14/+46 |
* | riscv: ax25: add SPL support | Rick Chen | 2019-12-10 | 1 | -1/+3 |
* | common: Move board_get_usable_ram_top() out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move enable/disable_interrupts out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move some cache and MMU functions out of common.h | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | riscv: cache: use CCTL to flush d-cache | Rick Chen | 2019-09-03 | 1 | -9/+13 |
* | riscv: cache: Flush L2 cache before jump to linux | Rick Chen | 2019-09-03 | 1 | -0/+17 |
* | riscv: ax25: add imply v5l2 cache controller | Rick Chen | 2019-09-03 | 1 | -0/+1 |
* | riscv: update fix_rela_dyn | Marcus Comstedt | 2019-09-03 | 1 | -5/+5 |
* | riscv: support SPL stack and global data relocation | Lukas Auer | 2019-08-26 | 1 | -1/+34 |
* | riscv: add SPL support | Lukas Auer | 2019-08-26 | 3 | -1/+107 |
* | riscv: add run mode configuration for SPL | Lukas Auer | 2019-08-26 | 4 | -10/+10 |
* | riscv: Access CSRs using CSR numbers | Bin Meng | 2019-08-15 | 2 | -7/+5 |
* | CONFIG_SPL_SYS_[DI]CACHE_OFF: add | Trevor Woerner | 2019-05-18 | 1 | -4/+4 |
* | riscv: prior_stage_fdt_address should only be used when OF_PRIOR_STAGE is ena... | Rick Chen | 2019-05-09 | 2 | -0/+4 |
* | riscv: Introduce CONFIG_XIP to support booting from flash | Rick Chen | 2019-05-09 | 2 | -0/+8 |
* | riscv: ax25: Andes specific cache shall only support in M-mode | Rick Chen | 2019-04-08 | 1 | -0/+1 |
* | riscv: ax25: Add platform-specific Kconfig options | Rick Chen | 2019-04-08 | 1 | -0/+6 |
* | riscv: hang if relocation of secondary harts fails | Lukas Auer | 2019-04-08 | 1 | -1/+12 |
* | riscv: do not rely on hart ID passed by previous boot stage | Lukas Auer | 2019-04-08 | 1 | -0/+4 |
* | riscv: add support for multi-hart systems | Lukas Auer | 2019-04-08 | 2 | -2/+141 |
* | riscv: save hart ID in register tp instead of s0 | Lukas Auer | 2019-04-08 | 1 | -2/+2 |
* | riscv: delay initialization of caches and debug UART | Lukas Auer | 2019-04-08 | 1 | -8/+8 |
* | riscv: generic: Ensure that U-Boot runs within 4GB for 64bit systems | Anup Patel | 2019-02-27 | 1 | -0/+20 |
* | riscv: Rename cpu/qemu to cpu/generic | Anup Patel | 2019-02-27 | 4 | -1/+1 |
* | riscv: move the AX25-specific implementation of flush_dcache_all | Lukas Auer | 2019-01-15 | 1 | -0/+22 |
* | riscv: Save boot hart id to the global data | Bin Meng | 2018-12-18 | 1 | -0/+4 |
* | riscv: Return to previous privilege level after trap handling | Bin Meng | 2018-12-18 | 1 | -8/+0 |
* | riscv: Fix context restore before returning from trap handler | Bin Meng | 2018-12-18 | 1 | -1/+1 |
* | riscv: Move trap handler codes to mtrap.S | Bin Meng | 2018-12-18 | 3 | -90/+112 |
* | riscv: Do some basic architecture level cpu initialization | Bin Meng | 2018-12-18 | 1 | -1/+26 |
* | riscv: Update supports_extension() to use desc from cpu driver | Bin Meng | 2018-12-18 | 1 | -0/+26 |