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
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-23
efi_loader: simplify ifdefs
Stephen Warren
1
-2
/
+2
2018-09-17
x86: cpu: add docstring to scu_ipc_command()
Georgii Staroselskii
1
-0
/
+11
2018-09-17
x86: tangier: acpi: add I2C6 node
Georgii Staroselskii
1
-0
/
+10
2018-09-17
x86: dts: edison: configure I2C#6 pins
Georgii Staroselskii
1
-0
/
+22
2018-09-17
x86: tangier: pinmux: add API to configure protected pins
Georgii Staroselskii
2
-1
/
+195
2018-09-17
x86: cpu: introduce scu_ipc_raw_command()
Georgii Staroselskii
2
-0
/
+55
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
1
-8
/
+4
2018-09-10
arch: types.h: factor out fixed width typedefs to int-ll64.h
Masahiro Yamada
1
-31
/
+2
2018-09-10
Remove CONFIG_USE_STDINT
Masahiro Yamada
1
-5
/
+0
2018-08-30
x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters
Bin Meng
2
-6
/
+0
2018-08-30
x86: zimage: Support booting Linux kernel from an EFI payload
Bin Meng
3
-0
/
+42
2018-08-30
x86: efi: payload: Install E820 map from EFI memory map
Bin Meng
1
-0
/
+82
2018-08-21
Merge tag 'signed-efi-2018.09' of git://github.com/agraf/u-boot
Tom Rini
5
-7
/
+5
2018-08-20
x86: Enable -fdata-sections always
Alexander Graf
1
-3
/
+1
2018-08-20
x86: Include bss subsections in linker script
Alexander Graf
4
-4
/
+4
2018-08-20
x86: efi: payload: Add default TSC frequency in the device tree
Bin Meng
1
-0
/
+4
2018-08-20
x86: coreboot: Add default TSC frequency in the device tree
Bin Meng
1
-0
/
+4
2018-08-20
x86: dts: Remove coreboot_fb.dtsi
Bin Meng
6
-10
/
+0
2018-08-20
x86: Remove support for Advantech SOM-6896
Bin Meng
2
-53
/
+0
2018-08-20
x86: coreboot: Add generic coreboot payload support
Bin Meng
4
-15
/
+56
2018-08-01
binman: Rename 'position' to 'offset'
Simon Glass
1
-12
/
+12
2018-07-25
x86: Add efi_loader bits to x86_64 linker script
Alexander Graf
1
-1
/
+33
2018-07-25
efi_loader: Rename sections to allow for implicit data
Alexander Graf
5
-17
/
+26
2018-07-25
elf: Move x86 reloc defines to common elf.h
Alexander Graf
3
-47
/
+0
2018-07-20
Merge git://git.denx.de/u-boot-x86
Tom Rini
39
-209
/
+263
2018-07-20
x86: acpi: Prevent acpi_table.h from being included more than once
Bin Meng
1
-0
/
+5
2018-07-20
x86: acpi: Don't touch ACPI hardware in write_acpi_tables()
Bin Meng
2
-14
/
+18
2018-07-20
x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library
Bin Meng
7
-128
/
+153
2018-07-20
x86: Switch to use DM sysreset driver
Bin Meng
29
-66
/
+38
2018-07-20
x86: fsp: Eliminate the reset_cpu() call
Bin Meng
1
-1
/
+1
2018-07-20
x86: tangier: Add a sysreset driver
Bin Meng
2
-1
/
+49
2018-07-20
x86: quark: acpi: Add full reset bit to the reset register value in FADT
Bin Meng
1
-1
/
+1
2018-07-19
x86: Remove unused _relocate arguments
Ivan Gorinov
3
-7
/
+2
2018-07-02
x86: efi_loader: Build EFI memory map per E820 table
Bin Meng
1
-0
/
+39
2018-07-02
x86: Use microcode update from device tree for all processors
Ivan Gorinov
4
-4
/
+13
2018-07-02
x86: Add scsi command to coreboot and qemu
Bin Meng
2
-0
/
+2
2018-06-24
x86: efi: payload: Count in conventional memory above 4GB in DRAM bank
Bin Meng
1
-2
/
+1
2018-06-24
x86: Change __kernel_size_t conditionals to use compiler provided defines
Bin Meng
1
-1
/
+2
2018-06-24
x86: efi-x86_payload: Enable usb keyboard during boot
Bin Meng
2
-1
/
+10
2018-06-24
x86: Add 64-bit setjmp/longjmp implementation
Ivan Gorinov
3
-19
/
+66
2018-06-24
x86: qemu: do not build car.o with start64.o
Heinrich Schuchardt
1
-1
/
+4
2018-06-18
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
Masahiro Yamada
1
-1
/
+0
2018-06-17
x86: efi: app: Display correct CPU info during boot
Bin Meng
1
-1
/
+1
2018-06-17
x86: Rename efi-x86 target to efi-x86_app
Bin Meng
5
-5
/
+5
2018-06-17
x86: efi: payload: Add EFI framebuffer driver support
Bin Meng
1
-0
/
+4
2018-06-17
x86: baytrail: Drop EFI-specific test logics
Bin Meng
2
-6
/
+3
2018-06-17
x86: Drop QEMU-specific EFI payload support
Bin Meng
2
-6
/
+0
2018-06-17
x86: Add generic EFI payload support
Bin Meng
2
-0
/
+37
2018-06-17
x86: efi: payload: Add arch_cpu_init()
Bin Meng
1
-3
/
+8
2018-06-17
x86: efi: Refactor the directory of EFI app and payload support
Bin Meng
8
-11
/
+9
[next]