summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/u-boot-x86.h
AgeCommit message (Expand)Author
2024-10-18x86: cpu: Use default print_cpuinfo() for allAndy Shevchenko
2024-10-18x86: Ensure the CPU identity exists for timer initSimon Glass
2024-10-18x86: Show the CPU vendor in bdinfoSimon Glass
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt
2023-07-17x86: Improve the trampoline in 64-bit modeSimon Glass
2023-07-17x86: Add a comment for board_init_f_r_trampoline()Simon Glass
2023-01-18trace: Use notrace for shortSimon Glass
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2020-07-17x86: Drop setup_pcat_compatibility()Simon Glass
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass
2019-11-03x86: Add a CPU init function for TPLSimon Glass
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass
2019-05-08x86: Add a way to reinit the cpuSimon Glass
2018-07-20x86: Switch to use DM sysreset driverBin Meng
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
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