index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-02-06
x86: Add Kconfig options to build 64-bit U-Boot
Simon Glass
1
-0
/
+46
2017-02-06
x86: lib: Fix types and casts for 64-bit compilation
Simon Glass
3
-5
/
+5
2017-02-06
x86: fsp: Fix cast for 64-bit compilation
Simon Glass
1
-2
/
+2
[next]