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
2015-01-24
x86: ivybridge: Drop the Kconfig MRC cache information
Simon Glass
1
-28
/
+0
2015-01-24
x86: config: Enable hook for saving MRC configuration
Simon Glass
1
-0
/
+5
2015-01-24
x86: Implement a cache for Memory Reference Code parameters
Simon Glass
5
-0
/
+464
2015-01-24
x86: dts: Add SPI flash MRC details for chromebook_link
Simon Glass
1
-1
/
+14
2015-01-24
x86: Use ipchecksum from net/
Simon Glass
4
-97
/
+4
2015-01-23
x86: Fix various code format issues in start16.S
Bin Meng
1
-10
/
+10
2015-01-23
x86: Test mtrr support flag before accessing mtrr msr
Bin Meng
3
-2
/
+19
2015-01-23
x86: Save mtrr support flag in global data
Bin Meng
2
-6
/
+14
2015-01-23
x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.c
Bin Meng
1
-0
/
+2
2015-01-23
x86: Fix out of bounds irq handlers access
Sebastien Ronsse
1
-1
/
+1
2015-01-23
x86: Support ROMs on other archs
Simon Glass
1
-0
/
+2
2015-01-13
x86: coreboot: Configure pci memory regions
Bin Meng
1
-2
/
+28
2015-01-13
x86: Make chromebook_link the default board for coreboot
Bin Meng
3
-219
/
+217
2015-01-13
x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig
Bin Meng
2
-0
/
+17
2015-01-13
x86: Hide ROM chip size when CONFIG_X86_RESET_VECTOR is not selected
Bin Meng
1
-0
/
+2
2015-01-13
x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig
Bin Meng
1
-0
/
+9
2015-01-13
x86: Allow a hardcoded TSC frequency provided by Kconfig
Bin Meng
2
-2
/
+26
2015-01-13
x86: coreboot: Set up timer base correctly
Bin Meng
1
-13
/
+20
2015-01-13
x86: fsp: Drop get_hob_type() and get_hob_length()
Bin Meng
5
-44
/
+14
2015-01-13
x86: Add an 'mtrr' command to list and adjust MTRRs
Simon Glass
2
-0
/
+139
2015-01-13
x86: ivybridge: Update microcode early in boot
Simon Glass
5
-13
/
+40
2015-01-13
x86: Disable CAR before relocation on platforms that need it
Simon Glass
1
-0
/
+8
2015-01-13
x86: ivybridge: Add a way to turn off the CAR
Simon Glass
1
-0
/
+46
2015-01-13
x86: Commit the current MTRRs before relocation
Simon Glass
1
-0
/
+8
2015-01-13
x86: ivybridge: Request MTRRs for DRAM regions
Simon Glass
1
-0
/
+10
2015-01-13
x86: ivybridge: Set up an MTRR for the video frame buffer
Simon Glass
1
-0
/
+7
2015-01-13
x86: Add support for MTRRs
Simon Glass
6
-101
/
+187
2015-01-13
x86: ivybridge: Drop support for ROM caching
Simon Glass
1
-25
/
+0
2015-01-13
x86: Tidy up VESA mode numbers
Simon Glass
1
-4
/
+7
2015-01-13
x86: Use cache, don't clear the display in video BIOS
Simon Glass
1
-3
/
+2
2015-01-13
x86: ivybridge: Only run the Video BIOS when video is enabled
Simon Glass
1
-1
/
+8
2015-01-13
x86: Drop RAMTOP Kconfig
Simon Glass
2
-12
/
+0
2015-01-13
x86: Correct XIP_ROM_SIZE
Simon Glass
1
-1
/
+1
2015-01-13
x86: crownbay: Add pci devices in the dts file
Bin Meng
1
-0
/
+81
2015-01-13
x86: Use ePAPR defined properties for x86-uart
Bin Meng
1
-3
/
+2
2015-01-12
x86: Simplify the fsp hob access functions
Bin Meng
5
-100
/
+101
2015-01-12
pci: Make pci apis usable before relocation
Bin Meng
3
-6
/
+5
2015-01-12
x86: Support pci bus scan in the early phase
Bin Meng
1
-0
/
+1
2015-01-12
x86: Add missing DECLARE_GLOBAL_DATA_PTR for pci.c
Bin Meng
1
-0
/
+2
2015-01-12
x86: Clean up the board dts files
Bin Meng
3
-24
/
+7
2015-01-12
x86: Rename coreboot.dsti to serial.dtsi
Bin Meng
3
-2
/
+2
2015-01-12
x86: Remove alex.dts in arch/x86/dts
Bin Meng
2
-25
/
+0
2014-12-18
x86: Clean up the FSP support codes
Bin Meng
13
-290
/
+279
2014-12-18
x86: Rename coreboot-serial to x86-serial
Bin Meng
1
-1
/
+1
2014-12-18
x86: crownbay: Add SDHCI support
Bin Meng
2
-1
/
+48
2014-12-18
x86: crownbay: Add SPI flash support
Bin Meng
2
-1
/
+40
2014-12-18
x86: Use consistent name XXX_ADDR for binary blob flash address
Bin Meng
4
-5
/
+5
2014-12-18
x86: Add queensbay and crownbay Kconfig files
Bin Meng
2
-0
/
+92
2014-12-18
x86: Enable the queensbay cpu directory build
Bin Meng
1
-0
/
+1
2014-12-18
x86: ich6-gpio: Add Intel Tunnel Creek GPIO support
Bin Meng
2
-2
/
+15
[next]