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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: fsp: Update fsp command to show spec 1.1 header
Bin Meng
2017-09-16
1
-2
/
+22
*
x86: dm: video: Add a framebuffer driver that utilizes VBT
Bin Meng
2017-09-16
2
-0
/
+125
*
x86: fsp: Add FSP_GRAPHICS_INFO_HOB
Bin Meng
2017-09-16
1
-0
/
+7
*
x86: fsp: Configure SPI opcode registers before SPI is locked down
Bin Meng
2017-08-24
1
-0
/
+24
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-4
/
+4
*
x86: acpi: Fix build error with certain configuration
Bin Meng
2017-08-08
1
-0
/
+1
*
x86: acpi: Don't touch hardware on HW reduced platforms
Andy Shevchenko
2017-07-30
1
-0
/
+4
*
x86: acpi: Export acpi_fill_mcfg() with __weak attribute
Andy Shevchenko
2017-07-30
1
-3
/
+3
*
x86: acpi: Deduplicate acpi_fill_madt() implementation
Andy Shevchenko
2017-07-30
1
-0
/
+29
*
x86: acpi: Fill OEM revision
Andy Shevchenko
2017-07-30
1
-0
/
+2
*
x86: fsp: Remove the call to set up internal uart in fsp_init()
Bin Meng
2017-06-05
1
-4
/
+0
*
x86: bootm: Add dm_remove_devices_flags() call to bootm_announce_and_cleanup()
Stefan Roese
2017-05-17
1
-0
/
+9
*
x86: acpi: Fix Windows S3 resume failure
Bin Meng
2017-05-17
1
-0
/
+48
*
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
2
-6
/
+17
*
x86: acpi: Make enter_acpi_mode() public
Bin Meng
2017-05-17
1
-1
/
+1
*
x86: apci: Change PM1_CNT register access to RMW
Bin Meng
2017-05-17
1
-1
/
+3
*
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
1
-1
/
+37
*
x86: Add an early CMOS access library
Bin Meng
2017-05-17
2
-0
/
+52
*
x86: acpi: Resume OS if resume vector is found
Bin Meng
2017-05-17
2
-0
/
+27
*
x86: acpi: Add one API to find OS wakeup vector
Bin Meng
2017-05-17
1
-0
/
+72
*
x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3
Bin Meng
2017-05-17
1
-0
/
+12
*
x86: Store and display previous sleep state
Bin Meng
2017-05-17
1
-0
/
+1
*
x86: fsp: acpi: Pass different boot mode to FSP init
Bin Meng
2017-05-17
1
-1
/
+25
*
x86: Display the SPL banner only once
Simon Glass
2017-04-18
1
-2
/
+1
*
x86: Introduce minimal PMU driver for Intel MID platforms
Andy Shevchenko
2017-04-10
2
-0
/
+118
*
x86: Add SCU IPC driver for Intel MID platforms
Felipe Balbi
2017-04-10
2
-0
/
+169
*
x86: bootm: Fix FIT image booting on x86
Stefan Roese
2017-04-10
1
-1
/
+1
*
board_f: Make relocation functions generic
Simon Glass
2017-04-05
1
-1
/
+1
*
board_f: Make init_helpers generic
Simon Glass
2017-04-05
1
-1
/
+1
*
board_f: Drop setup_dram_config() wrapper
Simon Glass
2017-04-05
2
-3
/
+7
*
board_f: x86: Use checkcpu() for CPU init
Simon Glass
2017-04-05
2
-0
/
+10
*
board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
Simon Glass
2017-04-05
1
-1
/
+1
*
x86: zImage: add Intel MID platforms support
Vincent Tinelli
2017-02-21
1
-0
/
+4
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
2
-2
/
+3
*
x86: spl: Add weak arch_cpu_init_dm()
Bin Meng
2017-02-07
1
-0
/
+5
*
x86: Change irq_already_routed to a local variable
Simon Glass
2017-02-07
1
-4
/
+6
*
x86: Drop interrupt support in 64-bit mode
Simon Glass
2017-02-06
1
-0
/
+5
*
x86: Don't try to boot Linux from SPL
Simon Glass
2017-02-06
1
-0
/
+4
*
x86: Don't build 32-bit efi files on x86_64
Simon Glass
2017-02-06
1
-0
/
+4
*
x86: Don't build call64 and setjmp on 64-bit
Simon Glass
2017-02-06
1
-0
/
+7
*
x86: Don't try to run the VGA BIOS in 64-bit mode
Simon Glass
2017-02-06
1
-0
/
+2
*
x86: Add an SPL implementation
Simon Glass
2017-02-06
2
-0
/
+155
*
x86: Tidy up use of size_t in relocation
Simon Glass
2017-02-06
1
-2
/
+2
*
x86: Add support for 64-bit relocation
Simon Glass
2017-02-06
1
-0
/
+45
*
x86: Refactor relocation to prepare for 64-bit
Simon Glass
2017-02-06
1
-24
/
+31
*
x86: Use X86_32BIT_INIT instead of X86_RESET_VECTOR
Simon Glass
2017-02-06
1
-1
/
+1
*
x86: lib: Fix types and casts for 64-bit compilation
Simon Glass
2017-02-06
3
-5
/
+5
*
x86: Update mpspec to build on 64-bit machines
Simon Glass
2017-02-06
1
-6
/
+6
[next]