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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
x86: qemu: Implement PIRQ routing
Bin Meng
2015-06-04
4
-0
/
+61
*
x86: coreboot: Control I/O port 0xb2 writing via device tree
Bin Meng
2015-06-04
2
-3
/
+10
*
x86: qemu: Create separate i440fx and q35 device trees
Bin Meng
2015-06-04
3
-2
/
+37
*
x86: coreboot: Fix cosmetic issues
Bin Meng
2015-06-04
2
-25
/
+3
*
x86: kconfig: Make FSP_TEMP_RAM_ADDR depend on HAVE_FSP
Bin Meng
2015-06-04
1
-0
/
+1
*
x86: qemu: Adjust VGA initialization
Bin Meng
2015-06-04
2
-19
/
+17
*
x86: qemu: Enable legacy IDE I/O ports decode
Bin Meng
2015-06-04
3
-0
/
+38
*
x86: qemu: Turn on legacy segments decode
Bin Meng
2015-06-04
2
-0
/
+26
*
x86: fsp_support: Correct high mem comment typo
Andrew Bradford
2015-06-04
1
-1
/
+1
*
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
4
-15
/
+123
*
x86: Refactor PIRQ routing support
Bin Meng
2015-06-04
8
-300
/
+383
*
x86: qemu: Add graphics support
Bin Meng
2015-06-04
1
-1
/
+23
*
x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video Kconfig
Bin Meng
2015-06-04
1
-141
/
+0
*
x86: Make QEMU the default vendor
Bin Meng
2015-06-04
1
-1
/
+1
*
x86: Support QEMU x86 targets
Bin Meng
2015-06-04
12
-1
/
+259
*
x86: Enable multi-core init for Minnowboard MAX
Simon Glass
2015-04-30
1
-0
/
+20
*
x86: Add a CPU driver for baytrail
Simon Glass
2015-04-30
5
-6
/
+227
*
x86: Allow CPUs to be set up after relocation
Simon Glass
2015-04-30
3
-0
/
+54
*
x86: Add functions to set and clear bits on MSRs
Simon Glass
2015-04-30
1
-0
/
+28
*
x86: Add multi-processor init
Simon Glass
2015-04-30
11
-7
/
+934
*
x86: Provide access to the IDT
Simon Glass
2015-04-29
2
-0
/
+7
*
x86: Store the GDT pointer in global_data
Simon Glass
2015-04-29
2
-0
/
+2
*
x86: Add an mfence macro
Simon Glass
2015-04-29
1
-0
/
+5
*
x86: Add defines for fixed MTRRs
Simon Glass
2015-04-29
1
-0
/
+14
*
x86: Add atomic operations
Simon Glass
2015-04-29
1
-0
/
+115
*
x86: Add support for the Simple Firmware Interface (SFI)
Simon Glass
2015-04-29
5
-0
/
+311
*
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: fsp: Use reset_cpu()
Simon Glass
2015-04-29
1
-7
/
+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
2
-13
/
+28
*
x86: link: Add PCH driver to support SPI Flash
Simon Glass
2015-04-29
2
-1
/
+12
*
x86: minnowmax: use the correct NOR in the configuration
Gabriel Huau
2015-04-29
1
-1
/
+1
*
x86: Correct the typo in write_tables()
Bin Meng
2015-04-29
1
-1
/
+1
*
x86: Kconfig: Move DM_SPI & DM_SPI_FLASH to arch/Kconfig
Bin Meng
2015-04-29
1
-6
/
+0
*
x86: Kconfig: MARK_GRAPHICS_MEM_WRCOMB cosmetics
Bin Meng
2015-04-29
1
-4
/
+4
*
x86: Kconfig: Move platform options forward
Bin Meng
2015-04-29
1
-10
/
+9
*
x86: Kconfig: Divide the target selection to vendor/model
Bin Meng
2015-04-29
1
-79
/
+13
*
x86: quark: Turn on legacy segments decode
Bin Meng
2015-04-29
2
-0
/
+19
*
x86: Check PIRQ routing table sanity in the F segment
Bin Meng
2015-04-29
1
-5
/
+13
*
x86: minnowmax: add GPIO banks in the device tree
Gabriel Huau
2015-04-29
1
-0
/
+42
*
x86: baytrail: fix the GPIOBASE address
Gabriel Huau
2015-04-29
1
-1
/
+1
*
x86: queensbay: Implement PIRQ routing
Bin Meng
2015-04-29
7
-4
/
+440
*
x86: Support platform PIRQ routing
Bin Meng
2015-04-29
4
-0
/
+300
*
x86: Write configuration tables in last_stage_init()
Bin Meng
2015-04-29
4
-0
/
+90
*
x86: Add a function to assign IRQ numbers to PCI device
Bin Meng
2015-04-29
2
-0
/
+35
*
x86: Install a default e820 table in the __weak install_e820_map()
Bin Meng
2015-04-29
1
-7
/
+22
*
x86: Clean up arch/x86/include/asm/e820.h
Bin Meng
2015-04-29
1
-131
/
+2
[prev]
[next]