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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "x86: Convert MMC to driver model"
Bin Meng
2017-06-27
4
-1
/
+43
*
x86: Don't include asm/u-boot.h in common
Simon Glass
2017-06-05
1
-1
/
+3
*
x86: Make u-boot-x86.h a private header
Simon Glass
2017-06-05
1
-0
/
+1
*
x86: fsp: Remove the call to set up internal uart in fsp_init()
Bin Meng
2017-06-05
1
-4
/
+0
*
x86: baytrail: Fix boot hang with a debug build
Bin Meng
2017-06-05
2
-0
/
+9
*
x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer
Bin Meng
2017-06-05
8
-22
/
+33
*
x86: baytrail: Use macros instead of magic numbers for FSP settings
Bin Meng
2017-06-05
7
-72
/
+159
*
x86: baytrail: Remove "serial-debug-port-*" settings
Bin Meng
2017-06-05
5
-12
/
+1
*
x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1
Bin Meng
2017-06-05
6
-6
/
+6
*
x86: minnowmax: Remove incorrect pad-offset of several pins
Bin Meng
2017-05-17
1
-5
/
+0
*
x86: ich6_gpio: Add use-lvl-write-cache for I/O access mode
Bin Meng
2017-05-17
5
-0
/
+30
*
x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()
Stefan Roese
2017-05-17
1
-0
/
+9
*
x86: Convert MMC to driver model
Simon Glass
2017-05-17
4
-43
/
+1
*
x86: acpi: Fix Windows S3 resume failure
Bin Meng
2017-05-17
4
-2
/
+71
*
x86: pci: Allow conditionally run VGA rom in S3
Bin Meng
2017-05-17
1
-0
/
+12
*
x86: acpi: Turn on ACPI mode for S3
Bin Meng
2017-05-17
1
-0
/
+3
*
x86: acpi: Refactor acpi_resume()
Bin Meng
2017-05-17
5
-12
/
+33
*
x86: acpi: Make enter_acpi_mode() public
Bin Meng
2017-05-17
2
-1
/
+10
*
x86: apci: Change PM1_CNT register access to RMW
Bin Meng
2017-05-17
1
-1
/
+3
*
x86: Adjust board_final_cleanup() order
Bin Meng
2017-05-17
1
-2
/
+2
*
x86: Do not clear high table area for S3
Bin Meng
2017-05-17
1
-1
/
+6
*
x86: fsp: Save stack address to CMOS for next S3 boot
Bin Meng
2017-05-17
4
-1
/
+89
*
x86: Add an early CMOS access library
Bin Meng
2017-05-17
3
-0
/
+95
*
x86: acpi: Resume OS if resume vector is found
Bin Meng
2017-05-17
4
-0
/
+45
*
x86: acpi: Add one API to find OS wakeup vector
Bin Meng
2017-05-17
3
-0
/
+83
*
x86: acpi: Add wake up assembly stub
Bin Meng
2017-05-17
3
-0
/
+88
*
x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3
Bin Meng
2017-05-17
2
-0
/
+20
*
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
4
-0
/
+23
*
x86: fsp: acpi: Pass different boot mode to FSP init
Bin Meng
2017-05-17
2
-1
/
+43
*
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
2
-0
/
+71
*
x86: acpi: Add Kconfig option and header file for ACPI resume
Bin Meng
2017-05-17
2
-0
/
+76
*
fs: Kconfig: Add a separate config for FS_CBFS
Simon Glass
2017-04-30
1
-0
/
+1
*
fs: Convert CONFIG_CMD_CBFS to Kconfig
Simon Glass
2017-04-30
1
-0
/
+1
*
x86: Display the SPL banner only once
Simon Glass
2017-04-18
1
-2
/
+1
*
x86: Drop leading spaces in cpu_x86_get_desc()
Simon Glass
2017-04-18
1
-1
/
+5
*
x86: Introduce minimal PMU driver for Intel MID platforms
Andy Shevchenko
2017-04-10
4
-0
/
+130
*
x86: Add SCU IPC driver for Intel MID platforms
Felipe Balbi
2017-04-10
5
-0
/
+200
*
x86: bootm: Fix FIT image booting on x86
Stefan Roese
2017-04-10
1
-1
/
+1
*
x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsi
Stefan Roese
2017-04-10
1
-0
/
+2
*
x86: Kconfig: Add options to configure the descriptor.bin / me.bin filenames
Stefan Roese
2017-04-10
1
-0
/
+16
*
board_f: Make relocation functions generic
Simon Glass
2017-04-05
2
-18
/
+1
*
board_f: Make init_helpers generic
Simon Glass
2017-04-05
2
-14
/
+1
*
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
9
-10
/
+26
*
board_f: x86: Use checkcpu() for CPU init
Simon Glass
2017-04-05
9
-7
/
+55
*
board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
Simon Glass
2017-04-05
2
-4
/
+1
*
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-04-04
1
-2
/
+2
*
x86: Intel MID platforms has no microcode update
Andy Shevchenko
2017-02-21
1
-1
/
+2
[next]