index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
cpu
Age
Commit message (
Expand
)
Author
2019-01-15
riscv: move the AX25-specific implementation of flush_dcache_all
Lukas Auer
2018-12-18
riscv: Save boot hart id to the global data
Bin Meng
2018-12-18
riscv: Return to previous privilege level after trap handling
Bin Meng
2018-12-18
riscv: Fix context restore before returning from trap handler
Bin Meng
2018-12-18
riscv: Move trap handler codes to mtrap.S
Bin Meng
2018-12-18
riscv: Do some basic architecture level cpu initialization
Bin Meng
2018-12-18
riscv: Update supports_extension() to use desc from cpu driver
Bin Meng
2018-12-18
riscv: Remove non-DM version of print_cpuinfo()
Bin Meng
2018-12-18
riscv: Probe cpus during boot
Bin Meng
2018-12-18
riscv: qemu: Add platform-specific Kconfig options
Bin Meng
2018-12-18
riscv: ax25: Hide the ax25-specific Kconfig option
Bin Meng
2018-12-18
riscv: qemu: Create a simple-bus driver for the soc node
Bin Meng
2018-12-05
riscv: ax25-ae350: Pass dtb address to u-boot with a1 register
Rick Chen
2018-12-05
riscv: Add kconfig option to run U-Boot in S-mode
Anup Patel
2018-11-26
riscv: cache: Implement i/dcache [status, enable, disable]
Rick Chen
2018-11-26
riscv: save hart ID and device tree passed by prior boot stage
Lukas Auer
2018-11-26
riscv: do not blindly modify the mstatus CSR
Lukas Auer
2018-11-26
riscv: remove unused labels in start.S
Lukas Auer
2018-11-26
Drop CONFIG_INIT_CRITICAL
Bin Meng
2018-11-26
riscv: align mtvec on a 4-byte boundary
Lukas Auer
2018-11-26
riscv: fix inconsistent use of spaces and tabs in start.S
Lukas Auer
2018-10-03
riscv: Move do_reset() to a common place
Bin Meng
2018-10-03
riscv: Add QEMU virt board support
Bin Meng
2018-10-03
riscv: Make start.S available for all targets
Bin Meng
2018-10-03
riscv: Add a helper routine to print CPU information
Bin Meng
2018-10-03
riscv: Fix coding style issues in the linker script
Bin Meng
2018-10-03
riscv: Move the linker script to the CPU root directory
Bin Meng
2018-08-20
riscv: Include bss subsections in linker script
Alexander Graf
2018-07-25
efi_loader: Rename sections to allow for implicit data
Alexander Graf
2018-05-29
riscv: cpu: nx25: Rename as ax25
Rick Chen
2018-05-29
efi_loader: Enable RISC-V support
Rick Chen
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-30
riscv: ae250: Support DT provided by the board at runtime
Rick Chen
2018-01-12
riscv: cpu: Add nx25 to support RISC-V
Rick Chen