aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/u-boot-x86.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt1-1/+1
2023-07-17x86: Improve the trampoline in 64-bit modeSimon Glass1-0/+11
2023-07-17x86: Add a comment for board_init_f_r_trampoline()Simon Glass1-2/+14
2023-01-18trace: Use notrace for shortSimon Glass1-1/+1
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass1-2/+0
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass1-0/+8
2019-11-03x86: Add a CPU init function for TPLSimon Glass1-0/+9
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass1-1/+1
2019-05-08x86: Add a way to reinit the cpuSimon Glass1-0/+20
2018-07-20x86: Switch to use DM sysreset driverBin Meng1-1/+0
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-05x86: Don't include asm/u-boot.h in commonSimon Glass1-1/+3
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng1-0/+13
2017-04-05Move dram_init_banksize() to a common headerSimon Glass1-1/+0
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+1
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass1-3/+0
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf1-0/+1
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese1-1/+1
2016-01-24x86: Make x86_init_cpus() staticSimon Glass1-2/+0
2015-11-13x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng1-1/+1
2015-08-14x86: Remove init_gd() functionSimon Glass1-1/+0
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng1-0/+3
2015-07-14x86: fsp: Load GDT before calling FspInitEntryBin Meng1-0/+7
2015-06-04x86: coreboot: Fix cosmetic issuesBin Meng1-1/+0
2015-04-30x86: Allow CPUs to be set up after relocationSimon Glass1-0/+2
2015-04-29x86: queensbay: Implement PIRQ routingBin Meng1-0/+2
2015-02-10Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini1-0/+3
2015-02-09common: Move dram_init() declaration to common locationMichal Simek1-6/+0
2015-02-06x86: Allow a UART to be set up before the FSP is readySimon Glass1-0/+3
2015-01-23x86: Support ROMs on other archsSimon Glass1-0/+2
2014-11-25x86: Remove cpu_init_r() for x86Bin Meng1-2/+0
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass1-0/+2
2014-11-21x86: Replace fill_processor_name() with cpu_get_name()Simon Glass1-0/+1
2014-11-21x86: Fix up some missing prototypesSimon Glass1-0/+9
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass1-0/+1
2014-11-21x86: Use the standard dram_init() functionSimon Glass1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26x86: Support tracing functionSimon Glass1-1/+1
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass1-0/+1
2013-05-13x86: Add TSC timerSimon Glass1-0/+2
2013-05-13x86: Implement panic output for corebootSimon Glass1-0/+1
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass1-9/+0
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass1-3/+3
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass1-0/+1
2012-12-06x86: Remove video_init() prototype from u-boot-x86.hSimon Glass1-1/+0
2012-12-06x86: Add function to read time stamp counterVadim Bendebury1-0/+12
2012-11-30x86: Add a default implementation for cleanup_before_linux()Gabe Black1-0/+1