Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
29ce97e9b15325db664777a6c8e67c25bb364998
/
arch
/
x86
/
lib
29ce97e
dm: x86: Add a northbridge uclass
by Simon Glass
· Sun Jan 17 16:11:14 2016 -0700
ddcafd6
x86: Use the IRQ device when setting up the mptable
by Simon Glass
· Tue Jan 19 21:32:28 2016 -0700
68a2423
dm: Expand the uclass for Platform Controller Hubs (PCH)
by Simon Glass
· Mon Jan 18 20:19:17 2016 -0700
e237880
Add more SPDX-License-Identifier tags
by Tom Rini
· Thu Jan 14 22:05:13 2016 -0500
19af854
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· Thu Jan 14 21:51:32 2016 -0500
6cb4c46
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· Wed Nov 25 17:56:32 2015 +0100
e12468c
x86: fsp: Always use hex numbers in the hob command output
by Bin Meng
· Fri Dec 11 02:55:51 2015 -0800
4a076fe
x86: fsp: Set up init runtime buffer in update_fsp_configs()
by Bin Meng
· Thu Dec 10 22:03:04 2015 -0800
f9a6189
x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option
by Bin Meng
· Thu Dec 10 22:03:01 2015 -0800
c24aebd
x86: fsp: Rename update_fsp_upd() and change its signature
by Bin Meng
· Thu Dec 10 22:03:00 2015 -0800
a0c94dc
x86: fsp: Rename shared_data to fsp_config_data
by Bin Meng
· Thu Dec 10 22:02:59 2015 -0800
9936148
x86: fsp: Add boot_mode as a member of struct shared_data
by Bin Meng
· Thu Dec 10 22:02:58 2015 -0800
40745a0
x86: fsp: Avoid cast stack_top in struct shared_data
by Bin Meng
· Thu Dec 10 22:02:57 2015 -0800
001d5c7
x86: fsp: Simplify fsp_continue()
by Bin Meng
· Thu Dec 10 22:02:56 2015 -0800
a063086
dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API
by Simon Glass
· Sun Nov 29 13:17:58 2015 -0700
26ec287
dm: Convert bios_interrupts to use DM PCI API
by Simon Glass
· Sun Nov 29 13:17:56 2015 -0700
b2aa4c5
x86: tsc: Move tsc_timer.c to drivers/timer
by Bin Meng
· Fri Nov 13 00:11:24 2015 -0800
712326e
x86: tsc: Remove legacy timer codes
by Bin Meng
· Fri Nov 13 00:11:23 2015 -0800
976c2e8
x86: tsc: Add driver model timer support
by Bin Meng
· Fri Nov 13 00:11:21 2015 -0800
500361e
x86: tsc: Use notrace from <linux/compiler.h>
by Bin Meng
· Fri Nov 13 00:11:20 2015 -0800
d58d3e7
x86: Remove legacy pci codes
by Bin Meng
· Fri Nov 06 02:04:54 2015 -0800
b29a08c
x86: Rename pcat_ to i8254 and i8259 accordingly
by Bin Meng
· Thu Oct 22 19:13:30 2015 -0700
8786b71
x86: Initialize i8254 timer counter 1
by Bin Meng
· Thu Oct 22 19:13:29 2015 -0700
cb68a1a
x86: Fix cosmetic issues in the i8254 and i8259 codes
by Bin Meng
· Thu Oct 22 19:13:28 2015 -0700
a3e8969
x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERS
by Bin Meng
· Thu Oct 22 19:13:27 2015 -0700
e7a76e5
x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS
by Bin Meng
· Thu Oct 22 19:13:26 2015 -0700
07793c08
x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()
by Bin Meng
· Sun Oct 11 21:37:42 2015 -0700
2845ead
x86: Use struct mrc_region to describe a mrc region
by Bin Meng
· Sun Oct 11 21:37:41 2015 -0700
1f81b59
x86: Add more common routines to manipulate mrc cache
by Bin Meng
· Sun Oct 11 21:37:39 2015 -0700
8575ab1
x86: Add various minor tidy-ups in mrccache codes
by Bin Meng
· Sun Oct 11 21:37:38 2015 -0700
d61a7b4
x86: Do sanity test on the cache record in mrccache_update()
by Bin Meng
· Sun Oct 11 21:37:37 2015 -0700
21666cf
x86: Move mrccache.[c|h] to a common place
by Bin Meng
· Sun Oct 11 21:37:36 2015 -0700
8938dbd
x86: fsp: Add a hdr sub-command to show header information
by Bin Meng
· Sat Oct 10 01:47:59 2015 -0700
3f56d45
x86: fsp: Make hob command a sub-command to fsp
by Bin Meng
· Sat Oct 10 01:47:58 2015 -0700
a0ecbe2
x86: fsp: Print GUID whenever applicable in the hob command output
by Bin Meng
· Sat Oct 10 01:47:57 2015 -0700
4f2f005
x86: fsp: Compact the output of hob command
by Bin Meng
· Sat Oct 10 01:47:56 2015 -0700
ae5bedb
x86: Add SMBIOS table support
by Bin Meng
· Mon Oct 12 05:23:41 2015 -0700
a489963
x86: Move install_e820_map() out of zimage.c
by Bin Meng
· Wed Oct 07 20:19:10 2015 -0700
c71c482
x86: fsp: Report correct number of E820 table entries
by Bin Meng
· Mon Sep 28 02:11:59 2015 -0700
331141a
x86: Generate a valid ACPI table
by Saket Sinha
· Sat Aug 22 12:20:55 2015 +0530
73574dc
x86: fsp: Add comments about U-Boot entering start.S twice
by Bin Meng
· Thu Aug 20 06:40:20 2015 -0700
12440cd
x86: fsp: Enlarge the size of malloc() pool before relocation
by Bin Meng
· Thu Aug 20 06:40:19 2015 -0700
535109a
x86: Remove calculate_relocation_address()
by Bin Meng
· Thu Aug 13 00:29:10 2015 -0700
3825229
x86: Drop FSP error defines and use EFI instead
by Simon Glass
· Wed Aug 12 19:33:07 2015 -0600
fa91273
x86: Split out fsp_init_phase_pci() code into a new function
by Simon Glass
· Mon Aug 10 07:05:07 2015 -0600
c44ed64
x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG
by Bin Meng
· Sat Aug 08 22:01:23 2015 +0800
d2269f2
x86: Add helper code for running from EFI
by Simon Glass
· Tue Aug 04 12:34:01 2015 -0600
2b6d80b
x86: Handle running as EFI payload
by Simon Glass
· Tue Aug 04 12:34:00 2015 -0600
f95ad8c
x86: Add support for passing tables into U-Boot
by Simon Glass
· Tue Aug 04 12:33:57 2015 -0600
ce62a25
efi: Add 64-bit payload support
by Simon Glass
· Tue Aug 04 12:33:56 2015 -0600
9e72e64
x86: Support building the EFI stub
by Simon Glass
· Tue Aug 04 12:33:53 2015 -0600
672e82c
x86: Add relocation and link script for a 64-bit EFI application
by Simon Glass
· Tue Aug 04 12:33:51 2015 -0600
32ad3c0
x86: Allow relocation code to build without text base
by Simon Glass
· Tue Aug 04 12:33:49 2015 -0600
ab76a47
x86: Add support for U-Boot as an EFI application
by Ben Stoltz
· Tue Aug 04 12:33:46 2015 -0600
c615773
x86: Support skipping relocation for EFI
by Simon Glass
· Tue Aug 04 12:33:44 2015 -0600
daa93d9
x86: Add some missing global_data declarations in files that use gd
by Simon Glass
· Fri Jul 31 09:31:31 2015 -0600
1ec83e8
x86: Drop unused copy_fdt_to_ram()
by Simon Glass
· Fri Jul 31 09:31:29 2015 -0600
b9f3277
x86: Add a 'pause' instruction in __udelay() for QEMU target
by Miao Yan
· Mon Jul 27 19:16:07 2015 +0800
cf40bd4
x86: Reserve PCIe ECAM address range in the E820 table
by Bin Meng
· Wed Jul 22 01:21:15 2015 -0700
95882f0
x86: mpspec: Move writing ISA interrupt entry after PCI
by Bin Meng
· Wed Jul 22 01:21:10 2015 -0700
a2def7e
x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC
by Bin Meng
· Wed Jul 22 01:21:09 2015 -0700
da5d463
x86: pci: Assign pci irqs to all functions
by Bin Meng
· Wed Jul 15 16:23:40 2015 +0800
f6d504f
x86: Configure VESA parameters before loading Linux kernel
by Bin Meng
· Mon Jul 06 16:31:36 2015 +0800
933a29b
x86: cmd_mtrr: Improve MTRR list information
by Bin Meng
· Mon Jul 06 16:31:32 2015 +0800
589ff32
x86: bios: Allow pci config read/write to host bridge in int1a_handler
by Jian Luo
· Mon Jul 06 16:31:28 2015 +0800
71269fc
x86: bios: Synchronize stack between real and protected mode
by Jian Luo
· Mon Jul 06 16:42:06 2015 +0800
c4f407e
x86: Generate a valid MultiProcessor (MP) table
by Bin Meng
· Tue Jun 23 12:18:52 2015 +0800
f91cf6b
x86: Add MultiProcessor (MP) table APIs
by Bin Meng
· Tue Jun 23 12:18:51 2015 +0800
d560c5c
x86: fsp: Move FspInitEntry call to board_init_f()
by Bin Meng
· Sun Jun 07 11:33:14 2015 +0800
a3c9fb0
x86: fsp: Load GDT before calling FspInitEntry
by Bin Meng
· Sun Jun 07 11:33:13 2015 +0800
17194d5
x86: fsp_support: Correct high mem comment typo
by Andrew Bradford
· Fri May 22 15:11:23 2015 -0400
07e922a
x86: Add support for the Simple Firmware Interface (SFI)
by Simon Glass
· Tue Apr 28 20:25:10 2015 -0600
3ce7495
x86: fsp: Use reset_cpu()
by Simon Glass
· Tue Apr 28 20:11:32 2015 -0600
7b73090
x86: Correct the typo in write_tables()
by Bin Meng
· Tue Apr 28 18:37:03 2015 +0800
7a01b87
x86: Check PIRQ routing table sanity in the F segment
by Bin Meng
· Mon Apr 27 14:16:01 2015 +0800
45236ad
x86: Support platform PIRQ routing
by Bin Meng
· Fri Apr 24 18:10:05 2015 +0800
f17cea6
x86: Write configuration tables in last_stage_init()
by Bin Meng
· Fri Apr 24 18:10:04 2015 +0800
32a4a04
x86: Install a default e820 table in the __weak install_e820_map()
by Bin Meng
· Tue Apr 21 12:21:36 2015 +0800
bbbe1af
x86: Remove the old VGA driver
by Bin Meng
· Mon Apr 13 19:05:02 2015 +0800
a5caa37
dm: x86: Add a uclass for an Low Pin Count (LPC) device
by Simon Glass
· Thu Mar 26 09:29:28 2015 -0600
404bc5e
dm: x86: Add a uclass for a Platform Controller Hub
by Simon Glass
· Thu Mar 26 09:29:27 2015 -0600
35f15f6
dm: x86: spi: Convert ICH SPI driver to driver model
by Simon Glass
· Thu Mar 26 09:29:26 2015 -0600
4e03781
dm: x86: pci: Add a PCI driver for driver model
by Simon Glass
· Thu Mar 05 12:25:31 2015 -0700
240d06d
x86: Add a x86_ prefix to the x86-specific PCI functions
by Simon Glass
· Thu Mar 05 12:25:15 2015 -0700
39620f6
x86: Define macros for pci configuration space access
by Bin Meng
· Mon Feb 02 22:35:25 2015 +0800
4661c2c
x86: Allow a UART to be set up before the FSP is ready
by Simon Glass
· Tue Jan 27 22:13:42 2015 -0700
8afe6ff
x86: Remove unnecessary casts and fix comment typos
by Simon Glass
· Tue Jan 27 22:13:40 2015 -0700
509805b
x86: mmc: Move common FSP functions into a common file
by Simon Glass
· Tue Jan 27 22:13:39 2015 -0700
2cf265e
x86: Make CAR and DRAM FSP code common
by Simon Glass
· Tue Jan 27 22:13:38 2015 -0700
457191e
x86: Adjust the FSP types slightly
by Simon Glass
· Tue Jan 27 22:13:37 2015 -0700
b93abfc
x86: Move common FSP code into a common location
by Simon Glass
· Tue Jan 27 22:13:36 2015 -0700
80d2976
x86: Test mtrr support flag before accessing mtrr msr
by Bin Meng
· Thu Jan 22 11:29:41 2015 +0800
38a9eb1
x86: Fix out of bounds irq handlers access
by Sebastien Ronsse
· Mon Jan 12 17:17:25 2015 +0000
b2eb48b
x86: Allow a hardcoded TSC frequency provided by Kconfig
by Bin Meng
· Tue Jan 06 22:14:14 2015 +0800
2f848bc
x86: fsp: Drop get_hob_type() and get_hob_length()
by Bin Meng
· Tue Jan 06 14:04:36 2015 +0800
fc0ba2d
x86: Add an 'mtrr' command to list and adjust MTRRs
by Simon Glass
· Thu Jan 01 16:18:15 2015 -0700
004ba17
x86: Commit the current MTRRs before relocation
by Simon Glass
· Thu Jan 01 16:18:11 2015 -0700
91ea034
x86: Tidy up VESA mode numbers
by Simon Glass
· Thu Jan 01 16:18:04 2015 -0700
6548ce9
x86: Use cache, don't clear the display in video BIOS
by Simon Glass
· Thu Jan 01 16:18:03 2015 -0700
2b21598
x86: Simplify the fsp hob access functions
by Bin Meng
· Tue Dec 30 16:02:05 2014 +0800
Next »