index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined
Stefan Roese
2020-08-26
1
-2
/
+0
*
sf: Drop dm.h header file from spi_flash.h
Simon Glass
2020-08-03
1
-0
/
+1
*
x86: call32: Append appropriate suffixes
Andy Shevchenko
2020-08-03
1
-3
/
+2
*
x86: sipi_vector: Append appropriate suffixes
Andy Shevchenko
2020-08-03
1
-3
/
+3
*
arch: x86: apl: Update FSP parameters
Bernhard Messerklinger
2020-08-03
1
-0
/
+23
*
x86: apl: fsp_bindings: Add support for u64 parameters
Bernhard Messerklinger
2020-08-03
1
-0
/
+28
*
x86: Change how selection of ROMs works
Simon Glass
2020-07-28
1
-0
/
+1
*
cpu: Convert the methods to use a const udevice *
Simon Glass
2020-07-25
6
-12
/
+13
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
6
-13
/
+12
*
cpu: Convert the methods to use a const udevice *
Simon Glass
2020-07-20
6
-12
/
+13
*
x86: mp: Add more comments to the module
Simon Glass
2020-07-20
1
-2
/
+89
*
x86: mtrr: Add support for writing to MTRRs on any CPU
Simon Glass
2020-07-20
1
-0
/
+81
*
x86: mtrr: Update MTRRs on all CPUs
Simon Glass
2020-07-20
1
-0
/
+57
*
x86: Don't enable SMP in SPL
Simon Glass
2020-07-20
1
-1
/
+1
*
x86: mtrr: Use MP calls to list the MTRRs
Simon Glass
2020-07-20
1
-0
/
+11
*
x86: mp: Add iterators for CPUs
Simon Glass
2020-07-20
1
-0
/
+63
*
x86: mp: Park CPUs before running the OS
Simon Glass
2020-07-20
2
-0
/
+21
*
x86: mp: Allow running functions on multiple CPUs
Simon Glass
2020-07-20
1
-6
/
+101
*
x86: Set the SMP flag when MP init is complete
Simon Glass
2020-07-20
1
-0
/
+1
*
x86: mp: Support APs waiting for instructions
Simon Glass
2020-07-20
2
-8
/
+116
*
x86: cpu: Remove unnecessary #ifdefs
Simon Glass
2020-07-20
2
-29
/
+26
*
x86: mp_init: Adjust bsp_init() to return more information
Simon Glass
2020-07-20
1
-13
/
+23
*
x86: mp_init: Set up the CPU numbers at the start
Simon Glass
2020-07-20
1
-12
/
+9
*
x86: mp_init: Drop the num_cpus static variable
Simon Glass
2020-07-20
1
-7
/
+15
*
x86: mp_init: Switch parameter names in start_aps()
Simon Glass
2020-07-20
1
-6
/
+19
*
x86: mp_init: Avoid declarations in header files
Simon Glass
2020-07-20
1
-20
/
+20
*
x86: Move MP code into mp_init
Simon Glass
2020-07-20
2
-31
/
+15
*
x86: mp_init: Switch to livetree
Simon Glass
2020-07-20
1
-2
/
+1
*
x86: Rename board_final_cleanup() to board_final_init()
Simon Glass
2020-07-17
4
-8
/
+8
*
x86: Update the comment about booting for FSP2
Simon Glass
2020-07-17
1
-0
/
+1
*
x86: Store the coreboot table address in global_data
Simon Glass
2020-07-17
2
-2
/
+13
*
x86: apl: Adjust FSP-M code to avoid hard-coded address
Simon Glass
2020-07-17
1
-1
/
+2
*
x86: apl: Set the correct boot mode in the FSP-M code
Simon Glass
2020-07-17
1
-1
/
+2
*
x86: apl: Fix save/restore of ITSS priorities
Simon Glass
2020-07-17
3
-11
/
+43
*
x86: irq: Support flags for acpi_gpe
Simon Glass
2020-07-17
1
-0
/
+26
*
x86: apl: Hide the p2sb on exit from U-Boot
Simon Glass
2020-07-17
1
-0
/
+13
*
x86: apl: Support set_hide() in p2sb driver
Simon Glass
2020-07-17
2
-15
/
+42
*
x86: apl: Use memory-mapped access for VBT
Simon Glass
2020-07-17
1
-14
/
+5
*
acpi: Allow creating the GNVS to fail
Simon Glass
2020-07-17
3
-3
/
+9
*
x86: fsp: Support a warning message when DRAM init is slow
Simon Glass
2020-07-17
1
-2
/
+10
*
x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME
Simon Glass
2020-07-17
5
-35
/
+33
*
x86: apl: Re-enable loading of SPL
Simon Glass
2020-07-09
1
-1
/
+1
*
x86: fsp: Reinit the FPU after FSP meminit
Simon Glass
2020-07-09
1
-0
/
+5
*
Remove CROSS_COMPILE default from arch/*/config.mk
Tom Rini
2020-07-01
1
-2
/
+0
*
x86: Don't build some unused objects in TPL
Tom Rini
2020-06-29
1
-1
/
+1
*
x86: spi: Add a way to access the SPI mapping via registers
Simon Glass
2020-06-02
1
-5
/
+14
*
x86: coreboot: add SMBIOS cbmem entry parsing
Christian Gmeiner
2020-05-27
1
-0
/
+14
*
x86: apl: Use devicetree for FSP-S configuration
Bernhard Messerklinger
2020-05-27
2
-380
/
+1195
*
x86: apl: Use devicetree for FSP-M configuration
Bernhard Messerklinger
2020-05-27
3
-163
/
+623
*
x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabled
Bernhard Messerklinger
2020-05-27
1
-21
/
+25
[next]