index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
u-boot-x86.h
Age
Commit message (
Expand
)
Author
2017-06-05
x86: Don't include asm/u-boot.h in common
Simon Glass
2017-05-17
x86: fsp: Save stack address to CMOS for next S3 boot
Bin Meng
2017-04-05
Move dram_init_banksize() to a common header
Simon Glass
2017-04-05
board_f: Drop setup_dram_config() wrapper
Simon Glass
2017-04-05
board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
Simon Glass
2016-11-17
ls2080: Exit dpaa only right before exiting U-Boot
Alexander Graf
2016-01-28
x86: baytrail: Add option to disable the internal UART to setup_early_uart()
Stefan Roese
2016-01-24
x86: Make x86_init_cpus() static
Simon Glass
2015-11-13
x86: Rename pcat_ to i8254 and i8259 accordingly
Bin Meng
2015-08-14
x86: Remove init_gd() function
Simon Glass
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: coreboot: Fix cosmetic issues
Bin Meng
2015-04-30
x86: Allow CPUs to be set up after relocation
Simon Glass
2015-04-30
x86: queensbay: Implement PIRQ routing
Bin Meng
2015-02-10
Merge branch 'master' of git://git.denx.de/u-boot-x86
Tom Rini
2015-02-09
common: Move dram_init() declaration to common location
Michal Simek
2015-02-06
x86: Allow a UART to be set up before the FSP is ready
Simon Glass
2015-01-24
x86: Support ROMs on other archs
Simon Glass
2014-11-25
x86: Remove cpu_init_r() for x86
Bin Meng
2014-11-21
x86: ivybridge: Implement SDRAM init
Simon Glass
2014-11-21
x86: Replace fill_processor_name() with cpu_get_name()
Simon Glass
2014-11-21
x86: Fix up some missing prototypes
Simon Glass
2014-11-21
x86: Use the standard arch_cpu_init() function
Simon Glass
2014-11-21
x86: Use the standard dram_init() function
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-26
x86: Support tracing function
Simon Glass
2013-05-13
x86: Re-enable PCAT timer 2 for beeping
Simon Glass
2013-05-13
x86: Add TSC timer
Simon Glass
2013-05-13
x86: Implement panic output for coreboot
Simon Glass
2013-03-15
x86: Use sections header to obtain link symbols
Simon Glass
2013-03-15
Change stub example to use asm-generic/sections.h
Simon Glass
2013-03-04
x86: Add an __end symbol to signal the end of the U-Boot binary
Simon Glass
2012-12-06
x86: Remove video_init() prototype from u-boot-x86.h
Simon Glass
2012-12-06
x86: Add function to read time stamp counter
Vadim Bendebury
2012-11-30
x86: Add a default implementation for cleanup_before_linux()
Gabe Black
2012-01-04
x86: Create weak init_cache() and default enable_caches() functions
Graeme Russ
2012-01-04
x86: Use fs for global data
Graeme Russ
2012-01-04
x86: Simplify Flash-to-RAM code execution transition
Graeme Russ
2011-11-29
cosmetic: checkpatch cleanup of arch/x86/lib/*.c
Graeme Russ
2011-11-02
x86: Remove the prototype for the unused function board_init
Gabe Black
2011-08-04
Convert ISO-8859 files to UTF-8
Albert ARIBAUD
2011-08-01
Unify timer_init() and cpu_init() prototypes
Wolfgang Denk
2011-04-13
x86: Rename i386 to x86
Graeme Russ