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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: acpi: Fix Windows S3 resume failure
Bin Meng
2017-05-17
2
-0
/
+17
*
x86: acpi: Refactor acpi_resume()
Bin Meng
2017-05-17
2
-3
/
+13
*
x86: acpi: Make enter_acpi_mode() public
Bin Meng
2017-05-17
1
-0
/
+9
*
x86: fsp: Save stack address to CMOS for next S3 boot
Bin Meng
2017-05-17
2
-0
/
+44
*
x86: Add an early CMOS access library
Bin Meng
2017-05-17
1
-0
/
+43
*
x86: acpi: Resume OS if resume vector is found
Bin Meng
2017-05-17
1
-0
/
+10
*
x86: acpi: Add one API to find OS wakeup vector
Bin Meng
2017-05-17
2
-0
/
+11
*
x86: acpi: Add wake up assembly stub
Bin Meng
2017-05-17
1
-0
/
+9
*
x86: baytrail: Conditionally report S3 in the ACPI table
Bin Meng
2017-05-17
2
-1
/
+3
*
x86: Store and display previous sleep state
Bin Meng
2017-05-17
2
-0
/
+16
*
x86: fsp: acpi: Pass different boot mode to FSP init
Bin Meng
2017-05-17
1
-0
/
+18
*
x86: Add post codes for OS resume
Bin Meng
2017-05-17
1
-0
/
+2
*
x86: baytrail: acpi: Add APIs for determining/clearing sleep state
Bin Meng
2017-05-17
1
-0
/
+24
*
x86: acpi: Add Kconfig option and header file for ACPI resume
Bin Meng
2017-05-17
1
-0
/
+64
*
x86: Introduce minimal PMU driver for Intel MID platforms
Andy Shevchenko
2017-04-10
2
-0
/
+12
*
x86: Add SCU IPC driver for Intel MID platforms
Felipe Balbi
2017-04-10
2
-0
/
+29
*
board_f: Make relocation functions generic
Simon Glass
2017-04-05
1
-17
/
+0
*
board_f: Make init_helpers generic
Simon Glass
2017-04-05
1
-13
/
+0
*
Move dram_init_banksize() to a common header
Simon Glass
2017-04-05
1
-1
/
+0
*
board_f: Drop setup_dram_config() wrapper
Simon Glass
2017-04-05
1
-1
/
+1
*
board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
Simon Glass
2017-04-05
1
-3
/
+0
*
x86: Move turbo_state to global_data
Simon Glass
2017-02-07
1
-0
/
+1
*
x86: Move pirq_routing_table to global_data
Simon Glass
2017-02-07
1
-0
/
+1
*
x86: Support jumping from SPL to U-Boot
Simon Glass
2017-02-06
1
-0
/
+9
*
x86: Fix up type sizes for 64-bit
Simon Glass
2017-02-06
2
-0
/
+10
*
x86: Drop flag_is_changable() on x86_64
Simon Glass
2017-02-06
1
-0
/
+3
*
x86: Fix up byteorder.h for x86_64
Simon Glass
2017-02-06
1
-8
/
+9
*
x86: Support global_data on x86_64
Simon Glass
2017-02-06
1
-1
/
+6
*
x86: Move the i386 code into its own directory
Simon Glass
2017-02-06
1
-0
/
+3
*
x86: Add an SPL implementation
Simon Glass
2017-02-06
1
-0
/
+8
*
x86: fsp: Fix cast for 64-bit compilation
Simon Glass
2017-02-06
1
-2
/
+2
*
x86: Update mpspec to build on 64-bit machines
Simon Glass
2017-02-06
1
-4
/
+4
*
x86: Use unsigned long for address in table generation
Simon Glass
2017-02-06
4
-4
/
+4
*
x86: Synchronize list of x86 subarchitectures (update bootparam.h)
Andy Shevchenko
2017-02-06
1
-1
/
+2
*
ls2080: Exit dpaa only right before exiting U-Boot
Alexander Graf
2016-11-17
1
-0
/
+1
*
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2016-10-19
2
-236
/
+13
|
\
|
*
cpu: Add get_vendor callback
Alexander Graf
2016-10-19
1
-0
/
+13
|
*
x86: Move smbios generation into arch independent directory
Alexander Graf
2016-10-19
1
-236
/
+0
|
*
x86: Move table csum into separate file
Alexander Graf
2016-10-19
1
-0
/
+2
*
|
x86: Add implementations of setjmp() and longjmp()
Simon Glass
2016-10-18
1
-0
/
+24
*
|
x86: Move table csum into separate header
Alexander Graf
2016-10-18
1
-0
/
+2
|
/
*
x86: Drop unused init_helper functions
Simon Glass
2016-10-11
1
-2
/
+0
*
dm: x86: Move link to use driver model for video
Simon Glass
2016-10-11
2
-13
/
+0
*
x86: Add an accelerated memmove() function
Simon Glass
2016-10-11
1
-1
/
+1
*
x86: Fix Linux v4.7+ zimage booting (update bootparam.h)
Stefan Roese
2016-10-11
1
-0
/
+3
*
Remove arch/${ARCH}/include/asm/errno.h
Masahiro Yamada
2016-09-23
1
-1
/
+0
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
x86: efi: Fix EFI 64-bit payload build warnings
Bin Meng
2016-08-30
1
-4
/
+0
*
i2c: intel_i2c: SMBus driver PCI addition (e.g. BayTrail)
Stefan Roese
2016-08-16
1
-26
/
+0
*
x86: cache.h: Add default for CONFIG_SYS_CACHELINE_SIZE
Stefan Roese
2016-08-16
1
-4
/
+4
[next]