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
*
x86: baytrail: Introduce a Kconfig option for the internal UART
Bin Meng
2016-07-12
1
-0
/
+11
*
x86: coreboot: Remove the dummy pch driver
Bin Meng
2016-06-29
2
-27
/
+0
*
x86: Probe pinctrl driver in cpu_init_r()
Bin Meng
2016-06-12
1
-0
/
+5
*
x86: baytrail: Configure card detect pin of the SD controller
Bin Meng
2016-06-12
3
-0
/
+45
*
x86: baytrail: Change fsp, emmc-boot-mode to "auto"
Bin Meng
2016-06-12
3
-3
/
+3
*
x86: baytrail: Add 'reg' property in the pinctrl node
Bin Meng
2016-06-12
3
-0
/
+7
*
x86: acpi: Fix madt lapic generation
George McCollister
2016-06-12
1
-6
/
+6
*
x86: baytrail: acpi: Fix I/O APIC ID in the MADT table
Bin Meng
2016-05-30
1
-1
/
+1
*
x86: quark: Generate ACPI FADT/MADT tables
Bin Meng
2016-05-30
2
-0
/
+164
*
x86: quark: Add platform ASL files
Bin Meng
2016-05-30
7
-0
/
+433
*
x86: quark: Prepare device.h for inclusion by ASL
Bin Meng
2016-05-30
1
-6
/
+15
*
x86: acpi: Make irqroute.asl common
Bin Meng
2016-05-30
3
-2
/
+2
*
x86: acpi: Create a common irqlinks ASL file
Bin Meng
2016-05-30
2
-21
/
+35
*
x86: Switch to use SMBIOS Kconfig options when writing SMBIOS tables
Bin Meng
2016-05-23
1
-5
/
+5
*
x86: kconfig: Add two options for SMBIOS manufacturer and product name
Bin Meng
2016-05-23
1
-0
/
+16
*
x86: broadwell: Correct I/O APIC ID
Bin Meng
2016-05-23
1
-1
/
+2
*
x86: quark: Assign a unique I/O APIC ID
Bin Meng
2016-05-23
1
-0
/
+4
*
x86: Call lapic_setup() in interrupt_init()
Bin Meng
2016-05-23
3
-7
/
+5
*
x86: Remove SMP limitation in lapic_setup()
Bin Meng
2016-05-23
1
-6
/
+1
*
x86: Don't touch IA32_APIC_BASE MSR on Intel Quark
Bin Meng
2016-05-23
1
-12
/
+16
*
x86: galileo: Enable CPU driver
Bin Meng
2016-05-23
1
-0
/
+12
*
x86: Use latest microcode for all BayTrail boards
Bin Meng
2016-05-23
5
-6574
/
+6
*
x86: baytrail: Update to latest microcode
Bin Meng
2016-05-23
2
-0
/
+6568
*
x86: Add some notes for MRC cache with Intel FSP
Bin Meng
2016-05-23
1
-0
/
+7
*
x86: baytrail: Add GPIO ASL description
Bin Meng
2016-05-23
2
-0
/
+98
*
x86: baytrail: Add internal UART ASL description
Bin Meng
2016-05-23
2
-0
/
+64
*
x86: acpi: Remove header length check when writing tables
Bin Meng
2016-05-23
1
-16
/
+10
*
x86: acpi: Remove the unnecessary checksum calculation of DSDT
Bin Meng
2016-05-23
1
-6
/
+0
*
x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM
Bin Meng
2016-05-23
2
-0
/
+29
*
x86: Use high_table_malloc() for tables passing to SeaBIOS
Bin Meng
2016-05-23
1
-3
/
+1
*
x86: Reserve configuration tables in high memory
Bin Meng
2016-05-23
1
-3
/
+8
*
x86: Unify reserve_arch() for all x86 boards
Bin Meng
2016-05-23
5
-27
/
+12
*
x86: Prepare configuration tables in dedicated high memory region
Bin Meng
2016-05-23
4
-0
/
+68
*
x86: Compile coreboot_table.c only for SeaBIOS
Bin Meng
2016-05-23
1
-1
/
+1
*
x86: Fix up PIRQ routing table checksum earlier
Bin Meng
2016-05-23
2
-4
/
+4
*
x86: Call board_final_cleanup() in last_stage_init()
Bin Meng
2016-05-23
3
-18
/
+21
*
x86: qemu: rename qemu/acpi_table.c
Miao Yan
2016-05-23
2
-2
/
+1
*
cmd: qfw: bring ACPI generation code into qfw core
Miao Yan
2016-05-23
1
-209
/
+0
*
cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]
Miao Yan
2016-05-23
4
-4
/
+4
*
x86: qemu: add comment about qfw register endianness
Miao Yan
2016-05-23
1
-1
/
+8
*
x86: qemu: move x86 specific operations out of qfw core
Miao Yan
2016-05-23
1
-1
/
+38
*
x86: qemu: split qfw command interface and qfw core
Miao Yan
2016-05-23
4
-4
/
+7
*
cmd: qfw: remove qemu_fwcfg_free_files()
Miao Yan
2016-05-23
1
-2
/
+11
*
x86: qemu: fix ACPI Kconfig options
Miao Yan
2016-05-23
3
-11
/
+3
*
x86: qemu: Move qfw command over to cmd and add Kconfig entry
Tom Rini
2016-05-23
8
-732
/
+249
*
x86: baytrail: Generate ACPI FADT/MADT tables
Bin Meng
2016-05-23
2
-0
/
+164
*
x86: baytrail: Add platform ASL files
Bin Meng
2016-05-23
13
-0
/
+1348
*
x86: acpi: Return table length in acpi_create_madt_lapics()
Bin Meng
2016-05-23
2
-4
/
+6
*
x86: acpi: Add some generic ASL libraries
Bin Meng
2016-05-23
3
-0
/
+331
*
x86: acpi: Clean up table header revisions
Bin Meng
2016-05-23
2
-18
/
+4
[next]