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: panther: Add PCI and video configuration
Simon Glass
2015-09-09
1
-0
/
+10
*
exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices
Simon Glass
2015-08-31
2
-0
/
+10
*
x86: crownbay: Support Topcliff integrated pci uart devices with driver model
Bin Meng
2015-08-26
1
-5
/
+10
*
x86: crownbay: Enable on-board SMSC superio keyboard controller
Bin Meng
2015-08-26
1
-1
/
+1
*
x86: minnowmax: Correct pad-offset value for host_en1
Simon Glass
2015-08-26
1
-1
/
+1
*
x86: minnowmax: Add access to GPIOs E0, E1, E2
Simon Glass
2015-08-26
1
-0
/
+27
*
x86: Add DSDT table for supporting ACPI on QEMU
Saket Sinha
2015-08-26
7
-1
/
+712
*
x86: Add ACPI table support to QEMU
Saket Sinha
2015-08-26
2
-0
/
+177
*
x86: Generate a valid ACPI table
Saket Sinha
2015-08-26
5
-0
/
+844
*
x86: superio: Add keyboard controller support to smsc_lpc47m driver
Bin Meng
2015-08-26
1
-0
/
+3
*
x86: baytrail: Remove the fsp_init_phase_pci() call
Bin Meng
2015-08-26
1
-7
/
+1
*
x86: queensbay: Move unprotect_spi_flash() to arch_misc_init()
Bin Meng
2015-08-26
1
-2
/
+2
*
x86: fsp: Add comments about U-Boot entering start.S twice
Bin Meng
2015-08-26
3
-4
/
+6
*
x86: fsp: Enlarge the size of malloc() pool before relocation
Bin Meng
2015-08-26
3
-1
/
+30
*
x86: baytrail: Support multiple microcode copies
Bin Meng
2015-08-26
2
-0
/
+9
*
x86: baytrail: Add microcode for BayTrail-I D0 stepping
Bin Meng
2015-08-26
1
-0
/
+3284
*
x86: kconfig: Hide "System tables" for coreboot
Bin Meng
2015-08-26
1
-1
/
+1
*
x86: kconfig: Hide "System tables" for EFI
Bin Meng
2015-08-26
1
-3
/
+1
*
x86: coreboot: Allow >=4GiB memory bank size
Bin Meng
2015-08-26
1
-5
/
+4
*
x86: Remove calculate_relocation_address()
Bin Meng
2015-08-26
3
-60
/
+2
*
x86: coreboot: Correctly report E820 types
Bin Meng
2015-08-26
1
-2
/
+13
*
x86: coreboot: Increase memrange entry number to 32
Bin Meng
2015-08-26
1
-6
/
+3
*
x86: minnowmax: Define and enable interrupt setup
Simon Glass
2015-08-14
1
-3
/
+66
*
x86: Return -1 when reading a PCI config register fails
Simon Glass
2015-08-14
1
-3
/
+6
*
x86: Drop FSP error defines and use EFI instead
Simon Glass
2015-08-14
2
-12
/
+1
*
x86: Set APs' req_seq to the reg number from device tree
Bin Meng
2015-08-14
1
-0
/
+7
*
x86: Show the un-relocated IP address in exceptions
Simon Glass
2015-08-14
1
-0
/
+2
*
x86: Switch to using generic global_data setup
Simon Glass
2015-08-14
2
-83
/
+16
*
x86: Move the GDT into global_data
Simon Glass
2015-08-14
2
-5
/
+8
*
x86: Remove init_gd() function
Simon Glass
2015-08-14
1
-1
/
+0
*
x86: baytrail: Support running as an EFI payload
Simon Glass
2015-08-14
1
-0
/
+2
*
x86: baytrail: Tidy up interrupt and FSP init
Simon Glass
2015-08-14
1
-1
/
+8
*
x86: Allow pirq_init() to return an error
Simon Glass
2015-08-14
6
-19
/
+18
*
x86: Split out fsp_init_phase_pci() code into a new function
Simon Glass
2015-08-14
2
-3
/
+15
*
x86: Tidy up the PIRQ routing code a little
Simon Glass
2015-08-14
1
-28
/
+13
*
x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG
Bin Meng
2015-08-14
3
-4
/
+1
*
x86: baytrail: Configure FSP UPD from device tree
Andrew Bradford
2015-08-14
3
-30
/
+226
*
x86: Enable debug UART for Minnowmax
Simon Glass
2015-08-06
1
-0
/
+9
*
x86: qemu: Support operation as an EFI payload
Simon Glass
2015-08-05
2
-1
/
+6
*
x86: baytrail: Support operation as an EFI payload
Simon Glass
2015-08-05
3
-1
/
+5
*
x86: Add helper code for running from EFI
Simon Glass
2015-08-05
4
-0
/
+165
*
x86: Handle running as EFI payload
Simon Glass
2015-08-05
5
-10
/
+43
*
x86: Add support for passing tables into U-Boot
Simon Glass
2015-08-05
3
-1
/
+20
*
efi: Add 64-bit payload support
Simon Glass
2015-08-05
3
-1
/
+65
*
x86: Add a way to call 32-bit code from 64-bit mode
Simon Glass
2015-08-05
3
-0
/
+79
*
x86: Add an enum for some commonly-used GDT bits
Simon Glass
2015-08-05
1
-0
/
+18
*
x86: Support building the EFI stub
Simon Glass
2015-08-05
2
-1
/
+25
*
efi: Add support for loading U-Boot through an EFI stub
Simon Glass
2015-08-05
1
-0
/
+7
*
x86: Add relocation and link script for a 64-bit EFI application
Simon Glass
2015-08-05
2
-0
/
+149
*
x86: Allow relocation code to build without text base
Simon Glass
2015-08-05
1
-6
/
+11
[prev]
[next]