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
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
2020-08-03
sf: Drop dm.h header file from spi_flash.h
Simon Glass
1
-0
/
+1
2020-08-03
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
7
-11
/
+72
2020-08-03
x86: call32: Append appropriate suffixes
Andy Shevchenko
1
-3
/
+2
2020-08-03
x86: sipi_vector: Append appropriate suffixes
Andy Shevchenko
1
-3
/
+3
2020-08-03
arch: x86: apl: Update FSP parameters
Bernhard Messerklinger
3
-2
/
+35
2020-08-03
x86: apl: fsp_bindings: Add support for u64 parameters
Bernhard Messerklinger
2
-0
/
+29
2020-08-03
x86: irq: Fix some typos
Wolfgang Wallner
1
-3
/
+3
2020-08-01
x86: rename CONFIG_STACK_SIZE
Heinrich Schuchardt
2
-2
/
+2
2020-07-28
x86: chromebook_panther: Correct the image layout
Simon Glass
2
-2
/
+11
2020-07-28
x86: Move the fdtmap away from the binary blobs
Simon Glass
1
-2
/
+2
2020-07-28
x86: Change how selection of ROMs works
Simon Glass
2
-0
/
+5
2020-07-25
cpu: Convert the methods to use a const udevice *
Simon Glass
7
-15
/
+16
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
7
-16
/
+15
2020-07-20
cpu: Convert the methods to use a const udevice *
Simon Glass
7
-15
/
+16
2020-07-20
x86: mp: Add more comments to the module
Simon Glass
2
-3
/
+102
2020-07-20
x86: mtrr: Add support for writing to MTRRs on any CPU
Simon Glass
2
-0
/
+102
2020-07-20
x86: mtrr: Update MTRRs on all CPUs
Simon Glass
1
-0
/
+57
2020-07-20
x86: Don't enable SMP in SPL
Simon Glass
2
-2
/
+2
2020-07-20
x86: mtrr: Use MP calls to list the MTRRs
Simon Glass
2
-0
/
+41
2020-07-20
x86: mp: Add iterators for CPUs
Simon Glass
2
-0
/
+105
2020-07-20
x86: mp: Park CPUs before running the OS
Simon Glass
3
-0
/
+38
2020-07-20
x86: mp: Allow running functions on multiple CPUs
Simon Glass
2
-6
/
+134
2020-07-20
x86: Set the SMP flag when MP init is complete
Simon Glass
1
-0
/
+1
2020-07-20
x86: mp: Support APs waiting for instructions
Simon Glass
4
-8
/
+134
2020-07-20
x86: cpu: Remove unnecessary #ifdefs
Simon Glass
2
-29
/
+26
2020-07-20
x86: mp_init: Adjust bsp_init() to return more information
Simon Glass
1
-13
/
+23
2020-07-20
x86: mp_init: Set up the CPU numbers at the start
Simon Glass
1
-12
/
+9
2020-07-20
x86: mp_init: Drop the num_cpus static variable
Simon Glass
1
-7
/
+15
2020-07-20
x86: mp_init: Switch parameter names in start_aps()
Simon Glass
1
-6
/
+19
2020-07-20
x86: mp_init: Avoid declarations in header files
Simon Glass
2
-23
/
+20
2020-07-20
x86: Move MP code into mp_init
Simon Glass
3
-47
/
+16
2020-07-20
x86: mp_init: Switch to livetree
Simon Glass
1
-2
/
+1
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-1
/
+1
2020-07-17
x86: Rename board_final_cleanup() to board_final_init()
Simon Glass
5
-9
/
+9
2020-07-17
x86: acpi: Correct the version of the MADT
Simon Glass
1
-1
/
+1
2020-07-17
x86: Drop setup_pcat_compatibility()
Simon Glass
2
-12
/
+0
2020-07-17
x86: Update the comment about booting for FSP2
Simon Glass
1
-0
/
+1
2020-07-17
x86: Store the coreboot table address in global_data
Simon Glass
3
-2
/
+14
2020-07-17
x86: apl: Adjust FSP-M code to avoid hard-coded address
Simon Glass
1
-1
/
+2
2020-07-17
x86: apl: Set the correct boot mode in the FSP-M code
Simon Glass
1
-1
/
+2
2020-07-17
x86: Add debugging to table writing
Simon Glass
1
-10
/
+28
2020-07-17
x86: apl: Fix save/restore of ITSS priorities
Simon Glass
5
-12
/
+45
2020-07-17
x86: irq: Support flags for acpi_gpe
Simon Glass
1
-0
/
+26
2020-07-17
x86: apl: Hide the p2sb on exit from U-Boot
Simon Glass
1
-0
/
+13
2020-07-17
x86: apl: Support set_hide() in p2sb driver
Simon Glass
2
-15
/
+42
2020-07-17
x86: apl: Use memory-mapped access for VBT
Simon Glass
2
-14
/
+6
2020-07-17
x86: Add error checking for csrt table generation
Simon Glass
1
-6
/
+13
2020-07-17
x86: pinctrl: Drop the acpi_path member
Simon Glass
1
-2
/
+0
2020-07-17
x86: pinctrl: Update comment for intel_pinctrl_get_pad()
Simon Glass
1
-0
/
+1
2020-07-17
x86: pinctrl: Add a way to get the pinctrl reg address
Simon Glass
1
-2
/
+14
[next]