index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-09
cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to Kconfig
Masahiro Yamada
1
-0
/
+1
2017-02-09
arm64: fix comment in relocate_64.S
Masahiro Yamada
1
-1
/
+1
2017-02-08
ARM: dts: k2*: Rename the k2* files to keystone-k2* files
Lokesh Vutla
16
-20
/
+20
2017-02-08
arm64: use store with auto-increment
Masahiro Yamada
1
-2
/
+1
2017-02-08
arm64: use xzr to zero-out the bss section
Masahiro Yamada
1
-2
/
+1
2017-02-07
x86: make LOAD_FROM_32_BIT visible for platforms
Andy Shevchenko
2
-10
/
+10
2017-02-07
x86: qemu: Mark ucode as optional for SPL in u-boot.dtsi
Bin Meng
1
-0
/
+6
2017-02-07
x86: qemu: Set up device tree for SPL
Bin Meng
2
-0
/
+8
2017-02-07
x86: qemu: Fix compiler warnings for 64-bit
Bin Meng
2
-4
/
+4
2017-02-07
x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot proper
Bin Meng
1
-1
/
+4
2017-02-07
x86: Compile irq.c for 64-bit
Bin Meng
1
-1
/
+1
2017-02-07
x86: spl: Add weak arch_cpu_init_dm()
Bin Meng
1
-0
/
+5
2017-02-07
x86: Wrap print_ch() with config option
Bin Meng
1
-0
/
+2
2017-02-07
x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.c
Bin Meng
1
-0
/
+2
2017-02-07
x86: Update compile/link flags to support 64-bit U-Boot
Simon Glass
2
-4
/
+28
2017-02-07
x86: link: Set up device tree for SPL
Simon Glass
1
-1
/
+14
2017-02-07
x86: link: Add SPL declarations to the binman image
Simon Glass
1
-0
/
+19
2017-02-07
x86: Add a dummy setjmp implementation for x86_64
Simon Glass
2
-1
/
+21
2017-02-07
x86: Move setjmp to the i386 directory
Simon Glass
3
-3
/
+1
2017-02-07
x86: Move call64 to the i386 directory
Simon Glass
3
-1
/
+2
2017-02-07
x86: Change irq_already_routed to a local variable
Simon Glass
1
-4
/
+6
2017-02-07
x86: Move turbo_state to global_data
Simon Glass
2
-4
/
+5
2017-02-07
x86: Move pirq_routing_table to global_data
Simon Glass
2
-7
/
+6
2017-02-06
x86: Support jumping from SPL to U-Boot
Simon Glass
3
-0
/
+76
2017-02-06
x86: Drop interrupt support in 64-bit mode
Simon Glass
1
-0
/
+5
2017-02-06
x86: Don't try to boot Linux from SPL
Simon Glass
1
-0
/
+4
2017-02-06
x86: Don't build 32-bit efi files on x86_64
Simon Glass
1
-0
/
+4
2017-02-06
x86: Don't build cpu files which are not supported on 64-bit
Simon Glass
1
-1
/
+8
2017-02-06
x86: Don't build call64 and setjmp on 64-bit
Simon Glass
2
-1
/
+12
2017-02-06
x86: Don't try to run the VGA BIOS in 64-bit mode
Simon Glass
1
-0
/
+2
2017-02-06
x86: ivybridge: Provide a dummy SDRAM init for 64-bit
Simon Glass
3
-0
/
+31
2017-02-06
x86: ivybridge: Skip SATA init in SPL
Simon Glass
1
-0
/
+2
2017-02-06
x86: Fix up type sizes for 64-bit
Simon Glass
2
-0
/
+10
2017-02-06
x86: Drop flag_is_changable() on x86_64
Simon Glass
1
-0
/
+3
2017-02-06
x86: Fix up byteorder.h for x86_64
Simon Glass
1
-8
/
+9
2017-02-06
x86: Add a link script for SPL
Simon Glass
1
-0
/
+74
2017-02-06
x86: Add a link script for 64-bit x86
Simon Glass
2
-0
/
+82
2017-02-06
x86: Fix up CONFIG_X86_64 check
Simon Glass
1
-1
/
+1
2017-02-06
x86: Support global_data on x86_64
Simon Glass
2
-1
/
+33
2017-02-06
x86: Add cpu code for x86_64
Simon Glass
4
-1
/
+72
2017-02-06
x86: Move the i386 code into its own directory
Simon Glass
6
-509
/
+549
2017-02-06
x86: Add an SPL implementation
Simon Glass
3
-0
/
+163
2017-02-06
x86: Tidy up use of size_t in relocation
Simon Glass
1
-2
/
+2
2017-02-06
x86: Add support for 64-bit relocation
Simon Glass
1
-0
/
+45
2017-02-06
x86: Refactor relocation to prepare for 64-bit
Simon Glass
1
-24
/
+31
2017-02-06
x86: Add 64-bit start-up code
Simon Glass
3
-0
/
+37
2017-02-06
x86: ivybridge: Allow 32-bit init to move to SPL
Simon Glass
1
-2
/
+2
2017-02-06
x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR
Simon Glass
2
-5
/
+7
2017-02-06
x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR
Simon Glass
3
-6
/
+4
2017-02-06
x86: Kconfig: Add location options for 16/32-bit init
Simon Glass
1
-0
/
+40
[next]