index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: x86: ivybridge: Convert graphics init to use DM PCI API
Simon Glass
2016-01-12
1
-2
/
+1
*
x86: tsc: Remove legacy timer codes
Bin Meng
2015-12-01
1
-1
/
+0
*
x86: Remove MIN_PORT80_KCLOCKS_DELAY
Bin Meng
2015-12-01
1
-2
/
+0
*
x86: Remove legacy pci codes
Bin Meng
2015-11-13
1
-21
/
+0
*
x86: queensbay: Really disable IGD
Bin Meng
2015-11-13
1
-4
/
+3
*
x86: Rename pcat_ to i8254 and i8259 accordingly
Bin Meng
2015-11-13
1
-1
/
+1
*
x86: Fix cosmetic issues in the i8254 and i8259 codes
Bin Meng
2015-11-13
2
-37
/
+37
*
x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS
Bin Meng
2015-11-13
1
-0
/
+2
*
x86: Use the generic bitops headers
Fabio Estevam
2015-11-05
1
-1
/
+20
*
x86: Use struct mrc_region to describe a mrc region
Bin Meng
2015-10-21
1
-4
/
+9
*
x86: Add more common routines to manipulate mrc cache
Bin Meng
2015-10-21
1
-0
/
+51
*
x86: Add various minor tidy-ups in mrccache codes
Bin Meng
2015-10-21
1
-10
/
+10
*
x86: Do sanity test on the cache record in mrccache_update()
Bin Meng
2015-10-21
1
-1
/
+1
*
x86: Move mrccache.[c|h] to a common place
Bin Meng
2015-10-21
1
-0
/
+0
*
x86: Add SMBIOS table support
Bin Meng
2015-10-21
1
-0
/
+236
*
x86: Move install_e820_map() out of zimage.c
Bin Meng
2015-10-21
2
-3
/
+3
*
x86: Allow disabling IGD on Intel Queensbay
Bin Meng
2015-10-21
1
-0
/
+5
*
x86: quark: Configure MTRR to enable cache
Bin Meng
2015-09-16
1
-0
/
+44
*
x86: quark: Initialize thermal sensor properly
Bin Meng
2015-09-16
1
-0
/
+14
*
x86: quark: Lock HMBOUND register before jumping to kernel
Bin Meng
2015-09-16
1
-0
/
+1
*
x86: quark: Add clrbits, setbits, clrsetbits macros for message port access
Bin Meng
2015-09-16
1
-0
/
+31
*
x86: quark: Add PCIe/USB static register programming after memory init
Bin Meng
2015-09-16
1
-0
/
+22
*
x86: quark: Add USB PHY initialization support
Bin Meng
2015-09-09
1
-0
/
+8
*
x86: Enable PCIe controller on quark/galileo
Bin Meng
2015-09-09
1
-0
/
+42
*
x86: quark: Optimize MRC execution time
Bin Meng
2015-09-09
1
-0
/
+35
*
x86: Generate a valid ACPI table
Saket Sinha
2015-08-26
1
-0
/
+393
*
x86: superio: Add keyboard controller support to smsc_lpc47m driver
Bin Meng
2015-08-26
1
-0
/
+3
*
x86: Remove calculate_relocation_address()
Bin Meng
2015-08-26
1
-2
/
+0
*
x86: coreboot: Increase memrange entry number to 32
Bin Meng
2015-08-26
1
-6
/
+3
*
x86: Drop FSP error defines and use EFI instead
Simon Glass
2015-08-14
1
-11
/
+0
*
x86: Move the GDT into global_data
Simon Glass
2015-08-14
1
-1
/
+3
*
x86: Remove init_gd() function
Simon Glass
2015-08-14
1
-1
/
+0
*
x86: Allow pirq_init() to return an error
Simon Glass
2015-08-14
1
-1
/
+3
*
x86: Split out fsp_init_phase_pci() code into a new function
Simon Glass
2015-08-14
1
-0
/
+7
*
x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG
Bin Meng
2015-08-14
2
-2
/
+0
*
x86: Add support for passing tables into U-Boot
Simon Glass
2015-08-05
1
-0
/
+1
*
efi: Add 64-bit payload support
Simon Glass
2015-08-05
1
-1
/
+4
*
x86: Add a way to call 32-bit code from 64-bit mode
Simon Glass
2015-08-05
1
-0
/
+9
*
x86: Add an enum for some commonly-used GDT bits
Simon Glass
2015-08-05
1
-0
/
+18
*
x86: Add support for U-Boot as an EFI application
Ben Stoltz
2015-08-05
1
-0
/
+10
*
x86: Add asm/elf.h for x86-specific ELF definitions
Simon Glass
2015-08-05
1
-0
/
+46
*
efi: Add start-up library code
Simon Glass
2015-08-05
1
-57
/
+2
*
x86: Allow use of global_data with EFI
Simon Glass
2015-08-05
1
-0
/
+7
*
x86: Drop unused copy_fdt_to_ram()
Simon Glass
2015-08-05
1
-1
/
+0
*
x86: Tidy up global_data flags
Simon Glass
2015-08-05
1
-4
/
+4
*
x86: baytrail: Update UPD setting for FSP Gold4 release
Bin Meng
2015-08-05
1
-1
/
+2
*
x86: qemu: Turn on PCIe ECAM address range decoding on Q35
Bin Meng
2015-07-28
1
-0
/
+4
*
x86: qemu: Enable I/O APIC chip select on PIIX3
Bin Meng
2015-07-28
1
-1
/
+5
*
x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APIC
Bin Meng
2015-07-28
1
-0
/
+17
*
x86: pci: Assign pci irqs to all functions
Bin Meng
2015-07-28
1
-2
/
+1
[next]