Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
aa2abc47ee5642b463fa83561888aa7fe55ed416
/
arch
/
riscv
b8745f0
RISC-V: Align boot image header with Linux
by Atish Patra
· 5 years ago
211be3b
gpio: sifive: add support for DM based gpio driver for FU540-SoC
by Sagar Shrikant Kadam
· 5 years ago
49cb706
riscv: cache: use CCTL to flush d-cache
by Rick Chen
· 5 years ago
5ff8f41
riscv: dts: move out AE350 L2 node from cpus node
by Rick Chen
· 5 years ago
05a684e
riscv: cache: Flush L2 cache before jump to linux
by Rick Chen
· 5 years ago
19117d2
riscv: ax25: add imply v5l2 cache controller
by Rick Chen
· 5 years ago
eaae83b
riscv: andes_plic: init plic by scanning each cpu node
by Rick Chen
· 5 years ago
b9ad45d
riscv: update fix_rela_dyn
by Marcus Comstedt
· 5 years ago
e9fbc71
riscv: add a generic FIT generator script
by Lukas Auer
· 5 years ago
2a2a925
riscv: support SPL stack and global data relocation
by Lukas Auer
· 5 years ago
396f0bd
riscv: add SPL support
by Lukas Auer
· 5 years ago
6134659
riscv: add run mode configuration for SPL
by Lukas Auer
· 5 years ago
f942636
riscv: Access CSRs using CSR numbers
by Bin Meng
· 5 years ago
a27264c
riscv: Sync csr.h with Linux kernel v5.2
by Bin Meng
· 5 years ago
9cce6f7
env: Drop environment.h header file where not needed
by Simon Glass
· 5 years ago
d680e9a
efi_loader: use predefined constants in crt0_*_efi.S
by Heinrich Schuchardt
· 5 years ago
4216f34
riscv: Add Microchip MPFS Icicle board support
by Padmarao Begari
· 5 years ago
43ec7e0
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
by Trevor Woerner
· 6 years ago
ba64b8b
CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig
by Trevor Woerner
· 6 years ago
583b409
RISCV: image: Add booti support
by Atish Patra
· 6 years ago
3043b90
riscv: prior_stage_fdt_address should only be used when OF_PRIOR_STAGE is enabled
by Rick Chen
· 6 years ago
e5e6c36
riscv: Introduce CONFIG_XIP to support booting from flash
by Rick Chen
· 6 years ago
a009fa7
dts: switch spi-flash to jedec, spi-nor compatible
by Neil Armstrong
· 6 years ago
5ca381e
riscv: dts: fix CONFIG_DEFAULT_DEVICE_TREE failure
by Rick Chen
· 6 years ago
5e56cda
riscv: dts: ae350 support SMP
by Rick Chen
· 6 years ago
f71410a
riscv: ax25: Andes specific cache shall only support in M-mode
by Rick Chen
· 6 years ago
14a1075
riscv: ax25: Add platform-specific Kconfig options
by Rick Chen
· 6 years ago
7376677
riscv: Add a SYSCON driver for Andestech's PLMT
by Rick Chen
· 6 years ago
6df4ed0
riscv: Add a SYSCON driver for Andestech's PLIC
by Rick Chen
· 6 years ago
cddde09
riscv: hang if relocation of secondary harts fails
by Lukas Auer
· 6 years ago
9ebf294
riscv: do not rely on hart ID passed by previous boot stage
by Lukas Auer
· 6 years ago
c4a6c8f
riscv: boot images passed to bootm on all harts
by Lukas Auer
· 6 years ago
a359665
riscv: add support for multi-hart systems
by Lukas Auer
· 6 years ago
8de4b3e
riscv: save hart ID in register tp instead of s0
by Lukas Auer
· 6 years ago
01558e2
riscv: delay initialization of caches and debug UART
by Lukas Auer
· 6 years ago
e79178b
riscv: implement IPI platform functions using SBI
by Lukas Auer
· 6 years ago
9c03845
riscv: import the supervisor binary interface header file
by Lukas Auer
· 6 years ago
83d573d
riscv: add infrastructure for calling functions on other harts
by Lukas Auer
· 6 years ago
818d49a
riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrd
by Anup Patel
· 6 years ago
7a167f2
riscv: Add SiFive FU540 board support
by Anup Patel
· 6 years ago
0bbe9cf
riscv: generic: Ensure that U-Boot runs within 4GB for 64bit systems
by Anup Patel
· 6 years ago
6f07f45
riscv: Add place-holder asm/arch/clk.h for driver compilation
by Anup Patel
· 6 years ago
928452a
riscv: Add asm/dma-mapping.h for DMA mappings
by Anup Patel
· 6 years ago
1240cd6
riscv: Rename cpu/qemu to cpu/generic
by Anup Patel
· 6 years ago
bf12fe9
riscv: qemu: define standalone load address
by Lukas Auer
· 6 years ago
d4e2417
riscv: remove RISC-V standalone linker script
by Lukas Auer
· 6 years ago
09dfc3c
riscv: use invalidate/flush_*cache_range functions in cache.c
by Lukas Auer
· 6 years ago
6280e32
riscv: move the AX25-specific implementation of flush_dcache_all
by Lukas Auer
· 6 years ago
8318e89
riscv: clarify error message on undefined exceptions
by Lukas Auer
· 6 years ago
e63488f
riscv: bootm: Support booting VxWorks
by Bin Meng
· 6 years ago
f331b9b
riscv: Remove ae350.dts
by Bin Meng
· 6 years ago
fda01b6
riscv: bootm: Change to use boot_hart from global data
by Bin Meng
· 6 years ago
89681a7
riscv: Save boot hart id to the global data
by Bin Meng
· 6 years ago
bcc6c74
riscv: Adjust the _exit_trap() position to come before handle_trap()
by Bin Meng
· 6 years ago
1f46f6d
riscv: Return to previous privilege level after trap handling
by Bin Meng
· 6 years ago
ea95452
riscv: Fix context restore before returning from trap handler
by Bin Meng
· 6 years ago
2e128a7
riscv: Move trap handler codes to mtrap.S
by Bin Meng
· 6 years ago
a7544ed
riscv: Do some basic architecture level cpu initialization
by Bin Meng
· 6 years ago
9e9e6fe
riscv: Add indirect stringification to csr_xxx ops
by Bin Meng
· 6 years ago
edfe9a9
riscv: Update supports_extension() to use desc from cpu driver
by Bin Meng
· 6 years ago
731e2d4
riscv: Add exception codes for xcause register
by Bin Meng
· 6 years ago
ea5086b
riscv: Add CSR numbers
by Bin Meng
· 6 years ago
2caa1ee
riscv: Remove non-DM version of print_cpuinfo()
by Bin Meng
· 6 years ago
7a3bbfb
riscv: Probe cpus during boot
by Bin Meng
· 6 years ago
dada2d1
riscv: Enlarge the default SYS_MALLOC_F_LEN
by Bin Meng
· 6 years ago
8fa4478
riscv: qemu: Add platform-specific Kconfig options
by Bin Meng
· 6 years ago
f3c8479
riscv: Implement riscv_get_time() API using rdtime instruction
by Anup Patel
· 6 years ago
b6ee5e1
riscv: Add a SYSCON driver for SiFive's Core Local Interruptor
by Bin Meng
· 6 years ago
2788177
riscv: Introduce a Kconfig option for machine mode
by Anup Patel
· 6 years ago
4b284ad
riscv: ax25: Hide the ax25-specific Kconfig option
by Bin Meng
· 6 years ago
66c6935
riscv: qemu: Create a simple-bus driver for the soc node
by Bin Meng
· 6 years ago
ecc5d83
riscv: add Kconfig entries for the code model
by Lukas Auer
· 6 years ago
2a21815
riscv: ax25-ae350: Pass dtb address to u-boot with a1 register
by Rick Chen
· 6 years ago
89b3934
riscv: Add kconfig option to run U-Boot in S-mode
by Anup Patel
· 6 years ago
5354888
riscv: efi: Generate Microsoft PE format compliant images
by Bin Meng
· 6 years ago
842d580
riscv: cache: Implement i/dcache [status, enable, disable]
by Rick Chen
· 6 years ago
baaa062
riscv: dts: Add ae350_32.dts for RV32I
by Rick Chen
· 6 years ago
2dab6d4
riscv: dts: Sync to Linux Kernel ae350 dts.
by Rick Chen
· 6 years ago
86feab3
riscv: align bootm implementation with that of other architectures
by Lukas Auer
· 6 years ago
39a652b
riscv: save hart ID and device tree passed by prior boot stage
by Lukas Auer
· 6 years ago
8598e6b
riscv: do not blindly modify the mstatus CSR
by Lukas Auer
· 6 years ago
230ab8a
riscv: remove unused labels in start.S
by Lukas Auer
· 6 years ago
ccd035a
Drop CONFIG_INIT_CRITICAL
by Bin Meng
· 6 years ago
af51285
riscv: align mtvec on a 4-byte boundary
by Lukas Auer
· 6 years ago
7cf4368
riscv: fix inconsistent use of spaces and tabs in start.S
by Lukas Auer
· 6 years ago
7656228
riscv: implement the invalidate_icache_* functions
by Lukas Auer
· 6 years ago
306b31d
riscv: hang on unhandled exceptions
by Lukas Auer
· 6 years ago
ae525d5
riscv: treat undefined exception codes as reserved
by Lukas Auer
· 6 years ago
40f7eb5
riscv: complete the list of exception codes
by Lukas Auer
· 6 years ago
09db5fc
riscv: do not reimplement generic io functions
by Lukas Auer
· 6 years ago
78da26d
riscv: make use of the barrier functions from Linux
by Lukas Auer
· 6 years ago
e429a1e
riscv: fix use of incorrectly sized variables
by Lukas Auer
· 6 years ago
93478f1
riscv: enable -fdata-sections
by Lukas Auer
· 6 years ago
17d3e90
riscv: set -march and -mabi based on the Kconfig configuration
by Lukas Auer
· 6 years ago
002012f
riscv: add Kconfig entries for the C and A ISA extensions
by Lukas Auer
· 6 years ago
7ab1df0
riscv: select CONFIG_PHYS_64BIT on RV64I systems
by Lukas Auer
· 6 years ago
54ebfe7
riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
by Lukas Auer
· 6 years ago
401885a
Use _AC and UL macros from linux/const.h
by Baruch Siach
· 6 years ago
9dc13da
Kbuild: add LDFLAGS_STANDALONE
by Daniel Schwierzeck
· 6 years ago
635a253
riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
by Bin Meng
· 6 years ago
Next »