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: Don't show an error when the MRC cache is up to date
Simon Glass
2016-01-24
1
-1
/
+5
*
dm: x86: Add a northbridge uclass
Simon Glass
2016-01-24
2
-0
/
+16
*
x86: Use the IRQ device when setting up the mptable
Simon Glass
2016-01-24
1
-7
/
+7
*
dm: Expand the uclass for Platform Controller Hubs (PCH)
Simon Glass
2016-01-24
2
-31
/
+0
*
Add more SPDX-License-Identifier tags
Tom Rini
2016-01-19
1
-12
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-x86
Tom Rini
2016-01-14
2
-39
/
+23
|
\
|
*
x86: fsp: Always use hex numbers in the hob command output
Bin Meng
2016-01-13
1
-2
/
+2
|
*
x86: fsp: Set up init runtime buffer in update_fsp_configs()
Bin Meng
2016-01-13
1
-6
/
+1
|
*
x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option
Bin Meng
2016-01-13
1
-9
/
+14
|
*
x86: fsp: Rename update_fsp_upd() and change its signature
Bin Meng
2016-01-13
1
-6
/
+6
|
*
x86: fsp: Rename shared_data to fsp_config_data
Bin Meng
2016-01-13
1
-5
/
+5
|
*
x86: fsp: Add boot_mode as a member of struct shared_data
Bin Meng
2016-01-13
1
-0
/
+1
|
*
x86: fsp: Avoid cast stack_top in struct shared_data
Bin Meng
2016-01-13
1
-2
/
+2
|
*
x86: fsp: Simplify fsp_continue()
Bin Meng
2016-01-13
1
-23
/
+6
*
|
Fix board init code to respect the C runtime environment
Albert ARIBAUD
2016-01-13
1
-2
/
+2
*
|
dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API
Simon Glass
2016-01-12
1
-1
/
+2
*
|
dm: Convert bios_interrupts to use DM PCI API
Simon Glass
2016-01-12
1
-13
/
+23
|
/
*
x86: tsc: Move tsc_timer.c to drivers/timer
Bin Meng
2015-12-01
2
-390
/
+0
*
x86: tsc: Remove legacy timer codes
Bin Meng
2015-12-01
1
-53
/
+0
*
x86: tsc: Add driver model timer support
Bin Meng
2015-12-01
1
-0
/
+65
*
x86: tsc: Use notrace from <linux/compiler.h>
Bin Meng
2015-12-01
1
-3
/
+3
*
x86: Remove legacy pci codes
Bin Meng
2015-11-13
1
-5
/
+0
*
x86: Rename pcat_ to i8254 and i8259 accordingly
Bin Meng
2015-11-13
4
-6
/
+6
*
x86: Initialize i8254 timer counter 1
Bin Meng
2015-11-13
1
-0
/
+10
*
x86: Fix cosmetic issues in the i8254 and i8259 codes
Bin Meng
2015-11-13
2
-16
/
+15
*
x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERS
Bin Meng
2015-11-13
1
-16
/
+0
*
x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS
Bin Meng
2015-11-13
2
-12
/
+8
*
x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()
Bin Meng
2015-10-21
2
-1
/
+35
*
x86: Use struct mrc_region to describe a mrc region
Bin Meng
2015-10-21
1
-10
/
+17
*
x86: Add more common routines to manipulate mrc cache
Bin Meng
2015-10-21
1
-0
/
+89
*
x86: Add various minor tidy-ups in mrccache codes
Bin Meng
2015-10-21
1
-8
/
+6
*
x86: Do sanity test on the cache record in mrccache_update()
Bin Meng
2015-10-21
1
-0
/
+3
*
x86: Move mrccache.[c|h] to a common place
Bin Meng
2015-10-21
2
-0
/
+157
*
x86: fsp: Add a hdr sub-command to show header information
Bin Meng
2015-10-21
1
-1
/
+31
*
x86: fsp: Make hob command a sub-command to fsp
Bin Meng
2015-10-21
3
-7
/
+28
*
x86: fsp: Print GUID whenever applicable in the hob command output
Bin Meng
2015-10-21
1
-3
/
+19
*
x86: fsp: Compact the output of hob command
Bin Meng
2015-10-21
1
-14
/
+14
*
x86: Add SMBIOS table support
Bin Meng
2015-10-21
3
-0
/
+275
*
x86: Move install_e820_map() out of zimage.c
Bin Meng
2015-10-21
3
-26
/
+38
*
x86: fsp: Report correct number of E820 table entries
Bin Meng
2015-09-28
1
-1
/
+2
*
x86: Generate a valid ACPI table
Saket Sinha
2015-08-26
3
-0
/
+442
*
x86: fsp: Add comments about U-Boot entering start.S twice
Bin Meng
2015-08-26
1
-1
/
+1
*
x86: fsp: Enlarge the size of malloc() pool before relocation
Bin Meng
2015-08-26
1
-1
/
+15
*
x86: Remove calculate_relocation_address()
Bin Meng
2015-08-26
1
-50
/
+1
*
x86: Drop FSP error defines and use EFI instead
Simon Glass
2015-08-14
1
-1
/
+1
*
x86: Split out fsp_init_phase_pci() code into a new function
Simon Glass
2015-08-14
1
-3
/
+8
*
x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG
Bin Meng
2015-08-14
1
-2
/
+1
*
x86: Add helper code for running from EFI
Simon Glass
2015-08-05
4
-0
/
+165
*
x86: Handle running as EFI payload
Simon Glass
2015-08-05
2
-0
/
+16
*
x86: Add support for passing tables into U-Boot
Simon Glass
2015-08-05
1
-0
/
+1
[next]