Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
003fa83c437f62f7558a7f7408b7cd7c31c01276
/
arch
/
x86
/
include
867bcb6
x86: Generate a valid ACPI table
by Saket Sinha
· 9 years ago
c78dfb4
x86: superio: Add keyboard controller support to smsc_lpc47m driver
by Bin Meng
· 9 years ago
c17ca6b
x86: Remove calculate_relocation_address()
by Bin Meng
· 9 years ago
89b8708
x86: coreboot: Increase memrange entry number to 32
by Bin Meng
· 9 years ago
ecf674b
x86: Drop FSP error defines and use EFI instead
by Simon Glass
· 9 years ago
2db9374
x86: Move the GDT into global_data
by Simon Glass
· 9 years ago
93afae5
x86: Remove init_gd() function
by Simon Glass
· 9 years ago
7e4be12
x86: Allow pirq_init() to return an error
by Simon Glass
· 9 years ago
412400a
x86: Split out fsp_init_phase_pci() code into a new function
by Simon Glass
· 9 years ago
da60fb7
x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG
by Bin Meng
· 9 years ago
42fde305
x86: Add support for passing tables into U-Boot
by Simon Glass
· 9 years ago
96a8d40
efi: Add 64-bit payload support
by Simon Glass
· 9 years ago
6f92ed8
x86: Add a way to call 32-bit code from 64-bit mode
by Simon Glass
· 9 years ago
7dfe8bd
x86: Add an enum for some commonly-used GDT bits
by Simon Glass
· 9 years ago
3dcdd17
x86: Add support for U-Boot as an EFI application
by Ben Stoltz
· 9 years ago
ed3b4d3
x86: Add asm/elf.h for x86-specific ELF definitions
by Simon Glass
· 9 years ago
867a6ac
efi: Add start-up library code
by Simon Glass
· 9 years ago
8f3b969
x86: Allow use of global_data with EFI
by Simon Glass
· 9 years ago
0d9edd2
x86: Drop unused copy_fdt_to_ram()
by Simon Glass
· 9 years ago
83ec7de
x86: Tidy up global_data flags
by Simon Glass
· 9 years ago
3e79a4a
x86: baytrail: Update UPD setting for FSP Gold4 release
by Bin Meng
· 9 years ago
9830d2e
x86: qemu: Turn on PCIe ECAM address range decoding on Q35
by Bin Meng
· 9 years ago
e7cd070
x86: qemu: Enable I/O APIC chip select on PIIX3
by Bin Meng
· 9 years ago
abab912
x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC
by Bin Meng
· 9 years ago
31a2dc6
x86: pci: Assign pci irqs to all functions
by Bin Meng
· 9 years ago
8ba25ee
x86: Change pci option rom area MTRR setting to cacheable
by Bin Meng
· 9 years ago
013cf48
x86: Display correct CS/EIP/EFLAGS when there is an error code
by Bin Meng
· 9 years ago
5f7e310
x86: delete unneeded declarations of disable_irq() and enable_irq()
by Masahiro Yamada
· 9 years ago
a452002
x86: Configure VESA parameters before loading Linux kernel
by Bin Meng
· 9 years ago
43dd22f
x86: Setup fixed range MTRRs for legacy regions
by Bin Meng
· 9 years ago
07545d8
x86: Generate a valid MultiProcessor (MP) table
by Bin Meng
· 9 years ago
7f5df8d
x86: Add MultiProcessor (MP) table APIs
by Bin Meng
· 9 years ago
a2d73fd
x86: Remove inline for lapic access routines
by Bin Meng
· 9 years ago
3d23287
x86: Add I/O APIC register access routines
by Bin Meng
· 9 years ago
ba9091f
x86: Clean up ioapic header file
by Bin Meng
· 9 years ago
63d54a6
x86: Clean up lapic codes
by Bin Meng
· 9 years ago
6e6f4ce
x86: Move MP initialization codes into a common place
by Bin Meng
· 9 years ago
be3f06b
x86: dm: Clean up cpu drivers
by Bin Meng
· 9 years ago
aefaff8
x86: fsp: Move FspInitEntry call to board_init_f()
by Bin Meng
· 9 years ago
002610f
x86: fsp: Load GDT before calling FspInitEntry
by Bin Meng
· 9 years ago
5318f18
x86: gpio: add pinctrl support from the device tree
by Gabriel Huau
· 9 years ago
65cdd9b
x86: coreboot: Fix cosmetic issues
by Bin Meng
· 9 years ago
4be2f42
x86: qemu: Adjust VGA initialization
by Bin Meng
· 9 years ago
0fcb7ac
x86: qemu: Enable legacy IDE I/O ports decode
by Bin Meng
· 9 years ago
cc7debc
x86: qemu: Turn on legacy segments decode
by Bin Meng
· 9 years ago
05b98ec
x86: quark: Implement PIRQ routing
by Bin Meng
· 9 years ago
9c7dea6
x86: Refactor PIRQ routing support
by Bin Meng
· 9 years ago
a65b25d
x86: Support QEMU x86 targets
by Bin Meng
· 10 years ago
ede9709
x86: Add a CPU driver for baytrail
by Simon Glass
· 10 years ago
bcb0c61
x86: Allow CPUs to be set up after relocation
by Simon Glass
· 10 years ago
86196c6
x86: Add functions to set and clear bits on MSRs
by Simon Glass
· 10 years ago
45b5a37
x86: Add multi-processor init
by Simon Glass
· 10 years ago
6f41e0e7b
x86: Provide access to the IDT
by Simon Glass
· 10 years ago
5284529
x86: Store the GDT pointer in global_data
by Simon Glass
· 10 years ago
837a136
x86: Add an mfence macro
by Simon Glass
· 10 years ago
1a06d2a
x86: Add defines for fixed MTRRs
by Simon Glass
· 10 years ago
b551173
x86: Add atomic operations
by Simon Glass
· 10 years ago
6388e35
x86: Add support for the Simple Firmware Interface (SFI)
by Simon Glass
· 10 years ago
ff6a8f3
x86: Implement reset_cpu() correctly for modern CPUs
by Simon Glass
· 10 years ago
f82a784
x86: quark: Turn on legacy segments decode
by Bin Meng
· 10 years ago
4a34e4b
x86: baytrail: fix the GPIOBASE address
by Gabriel Huau
· 10 years ago
afbf140
x86: queensbay: Implement PIRQ routing
by Bin Meng
· 10 years ago
b5b6b01
x86: Support platform PIRQ routing
by Bin Meng
· 10 years ago
5e2400e
x86: Write configuration tables in last_stage_init()
by Bin Meng
· 10 years ago
e3e7fa2
x86: Add a function to assign IRQ numbers to PCI device
by Bin Meng
· 10 years ago
24ff8e7
x86: Clean up arch/x86/include/asm/e820.h
by Bin Meng
· 10 years ago
1926883
x86: Set serial port IRQ for SMSC LPC47M
by Bin Meng
· 10 years ago
9704f23
x86: queensbay: Avoid using PCH prefix
by Bin Meng
· 10 years ago
ba45756
dm: x86: spi: Convert ICH SPI driver to driver model
by Simon Glass
· 10 years ago
aad78d2
dm: x86: pci: Convert chromebook_link to use driver model for pci
by Simon Glass
· 10 years ago
a219dae
dm: x86: pci: Add a PCI driver for driver model
by Simon Glass
· 10 years ago
31f57c2
x86: Add a x86_ prefix to the x86-specific PCI functions
by Simon Glass
· 10 years ago
0a9e7ee
generic-board: select SYS_GENERIC_BOARD for some architectures
by Masahiro Yamada
· 10 years ago
db7a7de
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 10 years ago
0267ba5
common: Move dram_init() declaration to common location
by Michal Simek
· 10 years ago
b162257
x86: quark: Initialize non-standard BARs
by Bin Meng
· 10 years ago
0a391b1
x86: quark: Add Memory Reference Code (MRC) main routines
by Bin Meng
· 10 years ago
828d9af
x86: Add basic Intel Quark processor support
by Bin Meng
· 10 years ago
3c8ae53
x86: Define macros for pci configuration space access
by Bin Meng
· 10 years ago
faa8323
x86: quark: Add routines to access message bus registers
by Bin Meng
· 10 years ago
b994efb
x86: Add header files for Intel Quark SoC defines
by Bin Meng
· 10 years ago
3a1a18f
x86: Add support for Intel Minnowboard Max
by Simon Glass
· 10 years ago
447f8b0
x86: Allow a UART to be set up before the FSP is ready
by Simon Glass
· 10 years ago
82196cf
x86: Adjust the FSP types slightly
by Simon Glass
· 10 years ago
1021af4
x86: Move common FSP code into a common location
by Simon Glass
· 10 years ago
2d934e5
x86: Rename MMCONF_BASE_ADDRESS and make it common across x86
by Simon Glass
· 10 years ago
191c008
x86: Implement a cache for Memory Reference Code parameters
by Simon Glass
· 10 years ago
b18c68d
x86: Use ipchecksum from net/
by Simon Glass
· 10 years ago
3b621cc
x86: Test mtrr support flag before accessing mtrr msr
by Bin Meng
· 10 years ago
4949166
x86: Save mtrr support flag in global data
by Bin Meng
· 10 years ago
bdc88d4
x86: Support ROMs on other archs
by Simon Glass
· 10 years ago
b2439ae
x86: fsp: Drop get_hob_type() and get_hob_length()
by Bin Meng
· 10 years ago
c72f74e
x86: ivybridge: Update microcode early in boot
by Simon Glass
· 10 years ago
aff2523
x86: Add support for MTRRs
by Simon Glass
· 10 years ago
6c911c4
x86: Drop RAMTOP Kconfig
by Simon Glass
· 10 years ago
949dbc1
x86: Simplify the fsp hob access functions
by Bin Meng
· 10 years ago
8f9052f
pci: Make pci apis usable before relocation
by Bin Meng
· 10 years ago
255fd5c
x86: Clean up the FSP support codes
by Bin Meng
· 10 years ago
adfe3b2
x86: crownbay: Add SPI flash support
by Bin Meng
· 10 years ago
b71eec3
x86: ich6-gpio: Add Intel Tunnel Creek GPIO support
by Bin Meng
· 10 years ago
Next »