index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
fsp
Age
Commit message (
Expand
)
Author
2017-05-17
x86: fsp: Save stack address to CMOS for next S3 boot
Bin Meng
2017-05-17
x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3
Bin Meng
2017-05-17
x86: Store and display previous sleep state
Bin Meng
2017-05-17
x86: fsp: acpi: Pass different boot mode to FSP init
Bin Meng
2017-04-05
board_f: Drop setup_dram_config() wrapper
Simon Glass
2017-04-05
board_f: x86: Use checkcpu() for CPU init
Simon Glass
2017-04-05
board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
Simon Glass
2016-07-12
x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART
Bin Meng
2016-03-17
x86: Update microcode for secondary CPUs
Simon Glass
2016-02-21
x86: fsp: Make sure HOB list is not overwritten by U-Boot
Bin Meng
2016-01-28
x86: baytrail: Add option to disable the internal UART to setup_early_uart()
Stefan Roese
2016-01-15
Merge branch 'master' of git://git.denx.de/u-boot-x86
Tom Rini
2016-01-14
Fix board init code to respect the C runtime environment
Albert ARIBAUD
2016-01-13
x86: fsp: Always use hex numbers in the hob command output
Bin Meng
2016-01-13
x86: fsp: Set up init runtime buffer in update_fsp_configs()
Bin Meng
2016-01-13
x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option
Bin Meng
2016-01-13
x86: fsp: Rename update_fsp_upd() and change its signature
Bin Meng
2016-01-13
x86: fsp: Rename shared_data to fsp_config_data
Bin Meng
2016-01-13
x86: fsp: Add boot_mode as a member of struct shared_data
Bin Meng
2016-01-13
x86: fsp: Avoid cast stack_top in struct shared_data
Bin Meng
2016-01-13
x86: fsp: Simplify fsp_continue()
Bin Meng
2015-11-13
x86: Remove legacy pci codes
Bin Meng
2015-10-21
x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()
Bin Meng
2015-10-21
x86: fsp: Add a hdr sub-command to show header information
Bin Meng
2015-10-21
x86: fsp: Make hob command a sub-command to fsp
Bin Meng
2015-09-29
x86: fsp: Report correct number of E820 table entries
Bin Meng
2015-08-26
x86: fsp: Add comments about U-Boot entering start.S twice
Bin Meng
2015-08-26
x86: fsp: Enlarge the size of malloc() pool before relocation
Bin Meng
2015-08-14
x86: Drop FSP error defines and use EFI instead
Simon Glass
2015-08-14
x86: Split out fsp_init_phase_pci() code into a new function
Simon Glass
2015-08-14
x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG
Bin Meng
2015-08-05
x86: Add some missing global_data declarations in files that use gd
Simon Glass
2015-07-28
x86: Reserve PCIe ECAM address range in the E820 table
Bin Meng
2015-07-15
x86: fsp: Move FspInitEntry call to board_init_f()
Bin Meng
2015-07-15
x86: fsp: Load GDT before calling FspInitEntry
Bin Meng
2015-06-04
x86: fsp_support: Correct high mem comment typo
Andrew Bradford
2015-04-30
x86: fsp: Use reset_cpu()
Simon Glass
2015-02-06
x86: Allow a UART to be set up before the FSP is ready
Simon Glass
2015-02-06
x86: Remove unnecessary casts and fix comment typos
Simon Glass
2015-02-06
x86: mmc: Move common FSP functions into a common file
Simon Glass
2015-02-06
x86: Make CAR and DRAM FSP code common
Simon Glass
2015-02-06
x86: Adjust the FSP types slightly
Simon Glass
2015-02-06
x86: Move common FSP code into a common location
Simon Glass