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
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: baytrail: pci region 3 is not always mapped to end of ram
Andrew Bradford
2015-06-04
1
-1
/
+1
*
x86: qemu: Implement PIRQ routing
Bin Meng
2015-06-04
2
-0
/
+13
*
x86: coreboot: Control I/O port 0xb2 writing via device tree
Bin Meng
2015-06-04
1
-3
/
+9
*
x86: coreboot: Fix cosmetic issues
Bin Meng
2015-06-04
1
-24
/
+3
*
x86: qemu: Adjust VGA initialization
Bin Meng
2015-06-04
1
-19
/
+15
*
x86: qemu: Enable legacy IDE I/O ports decode
Bin Meng
2015-06-04
1
-0
/
+14
*
x86: qemu: Turn on legacy segments decode
Bin Meng
2015-06-04
1
-0
/
+20
*
x86: Do sanity test on pirq table before writing
Bin Meng
2015-06-04
1
-0
/
+3
*
x86: quark: Implement PIRQ routing
Bin Meng
2015-06-04
1
-0
/
+31
*
x86: Refactor PIRQ routing support
Bin Meng
2015-06-04
5
-245
/
+253
*
x86: qemu: Add graphics support
Bin Meng
2015-06-04
1
-1
/
+23
*
x86: Support QEMU x86 targets
Bin Meng
2015-06-04
7
-0
/
+188
*
x86: Add a CPU driver for baytrail
Simon Glass
2015-04-30
2
-0
/
+206
*
x86: Allow CPUs to be set up after relocation
Simon Glass
2015-04-30
1
-0
/
+38
*
x86: Add multi-processor init
Simon Glass
2015-04-30
5
-2
/
+717
*
x86: Provide access to the IDT
Simon Glass
2015-04-29
1
-0
/
+5
*
x86: Store the GDT pointer in global_data
Simon Glass
2015-04-29
1
-0
/
+1
*
x86: Disable -Werror
Simon Glass
2015-04-29
1
-1
/
+1
*
x86: Remove unwanted MMC debugging
Simon Glass
2015-04-29
1
-1
/
+0
*
x86: quark: Use reset_cpu()
Simon Glass
2015-04-29
1
-1
/
+1
*
x86: ivybridge: Use reset_cpu()
Simon Glass
2015-04-29
3
-15
/
+6
*
x86: Implement reset_cpu() correctly for modern CPUs
Simon Glass
2015-04-29
1
-13
/
+9
*
x86: link: Add PCH driver to support SPI Flash
Simon Glass
2015-04-29
1
-0
/
+11
*
x86: quark: Turn on legacy segments decode
Bin Meng
2015-04-29
1
-0
/
+12
*
x86: queensbay: Implement PIRQ routing
Bin Meng
2015-04-29
3
-2
/
+252
*
x86: Write configuration tables in last_stage_init()
Bin Meng
2015-04-29
1
-0
/
+10
*
x86: Add a function to assign IRQ numbers to PCI device
Bin Meng
2015-04-29
1
-0
/
+21
*
x86: queensbay: Avoid using PCH prefix
Bin Meng
2015-04-29
1
-2
/
+2
*
Kconfig: Move CONFIG_BOOTSTAGE to Kconfig
Simon Glass
2015-04-18
1
-1
/
+1
*
x86: chromebook_link: dts: Add PCH and LPC devices
Simon Glass
2015-04-18
2
-2
/
+13
*
dm: x86: Add a uclass for a Platform Controller Hub
Simon Glass
2015-04-18
1
-9
/
+0
*
dm: x86: spi: Convert ICH SPI driver to driver model
Simon Glass
2015-04-18
2
-10
/
+14
*
dm: x86: pci: Convert chromebook_link to use driver model for pci
Simon Glass
2015-04-18
4
-65
/
+57
*
dm: x86: pci: Convert coreboot to use driver model for pci
Simon Glass
2015-04-18
1
-47
/
+16
*
dm: x86: pci: Add a PCI driver for driver model
Simon Glass
2015-04-18
1
-0
/
+40
*
x86: Split up arch_cpu_init()
Simon Glass
2015-04-16
1
-0
/
+8
*
x86: Add a x86_ prefix to the x86-specific PCI functions
Simon Glass
2015-04-16
18
-175
/
+179
*
x86: Support machines with >4GB of RAM
Simon Glass
2015-04-16
1
-2
/
+4
*
x86: quark: Enable on-chip ethernet controllers
Bin Meng
2015-03-24
1
-0
/
+19
*
arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIME
Tom Rini
2015-03-24
1
-1
/
+2
*
x86: quark: MRC codes clean up
Bin Meng
2015-03-24
7
-1049
/
+955
*
remove unnecessary version.h includes
Rob Herring
2015-03-24
1
-1
/
+0
*
x86: Add SD/MMC support to quark/galileo
Bin Meng
2015-02-06
1
-0
/
+11
*
x86: Add SPI support to quark/galileo
Bin Meng
2015-02-06
1
-0
/
+17
*
x86: quark: Initialize non-standard BARs
Bin Meng
2015-02-06
1
-0
/
+46
*
x86: quark: Call MRC in dram_init()
Bin Meng
2015-02-06
1
-2
/
+97
*
x86: quark: Enable the Memory Reference Code build
Bin Meng
2015-02-06
1
-0
/
+1
*
x86: quark: Add System Memory Controller support
Bin Meng
2015-02-06
2
-0
/
+3210
*
x86: quark: Add utility codes needed for MRC
Bin Meng
2015-02-06
4
-0
/
+2068
*
x86: quark: Add Memory Reference Code (MRC) main routines
Bin Meng
2015-02-06
1
-0
/
+204
[next]