summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/u-boot-x86.h
AgeCommit message (Expand)Author
2017-06-05x86: Don't include asm/u-boot.h in commonSimon Glass
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng
2017-04-05Move dram_init_banksize() to a common headerSimon Glass
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese
2016-01-24x86: Make x86_init_cpus() staticSimon Glass
2015-11-13x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng
2015-08-14x86: Remove init_gd() functionSimon Glass
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng
2015-07-14x86: fsp: Load GDT before calling FspInitEntryBin Meng
2015-06-04x86: coreboot: Fix cosmetic issuesBin Meng
2015-04-30x86: Allow CPUs to be set up after relocationSimon Glass
2015-04-29x86: queensbay: Implement PIRQ routingBin Meng
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2015-02-09common: Move dram_init() declaration to common locationMichal Simek
2015-02-06x86: Allow a UART to be set up before the FSP is readySimon Glass
2015-01-23x86: Support ROMs on other archsSimon Glass
2014-11-25x86: Remove cpu_init_r() for x86Bin Meng
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass
2014-11-21x86: Replace fill_processor_name() with cpu_get_name()Simon Glass
2014-11-21x86: Fix up some missing prototypesSimon Glass
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass
2014-11-21x86: Use the standard dram_init() functionSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26x86: Support tracing functionSimon Glass
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass
2013-05-13x86: Add TSC timerSimon Glass
2013-05-13x86: Implement panic output for corebootSimon Glass
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass
2012-12-06x86: Remove video_init() prototype from u-boot-x86.hSimon Glass
2012-12-06x86: Add function to read time stamp counterVadim Bendebury
2012-11-30x86: Add a default implementation for cleanup_before_linux()Gabe Black
2012-01-04x86: Create weak init_cache() and default enable_caches() functionsGraeme Russ
2012-01-04x86: Use fs for global dataGraeme Russ
2012-01-04x86: Simplify Flash-to-RAM code execution transitionGraeme Russ
2011-11-29cosmetic: checkpatch cleanup of arch/x86/lib/*.cGraeme Russ
2011-11-02x86: Remove the prototype for the unused function board_initGabe Black
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-08-01Unify timer_init() and cpu_init() prototypesWolfgang Denk
2011-04-13x86: Rename i386 to x86Graeme Russ