~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* common: return type board_get_usable_ram_topHeinrich Schuchardt2023-08-15
* x86: Improve the trampoline in 64-bit modeSimon Glass2023-07-17
* x86: Add a comment for board_init_f_r_trampoline()Simon Glass2023-07-17
* trace: Use notrace for shortSimon Glass2023-01-18
* board_f: Fix types for board_get_usable_ram_top()Pali Rohár2022-09-23
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* x86: Drop setup_pcat_compatibility()Simon Glass2020-07-17
* x86: fsp: Reinit the FPU after FSP meminitSimon Glass2020-07-09
* x86: Add a CPU init function for TPLSimon Glass2019-11-03
* x86: Rename existing FSP code to fsp1Simon Glass2019-10-08
* x86: Add a way to reinit the cpuSimon Glass2019-05-08
* x86: Switch to use DM sysreset driverBin Meng2018-07-20
* Define board_quiesce_devices() in a shared locationSimon Glass2018-06-03
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* x86: Don't include asm/u-boot.h in commonSimon Glass2017-06-05
* x86: fsp: Save stack address to CMOS for next S3 bootBin Meng2017-05-17
* Move dram_init_banksize() to a common headerSimon Glass2017-04-05
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-05
* board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass2017-04-05
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-17
* x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese2016-01-28
* x86: Make x86_init_cpus() staticSimon Glass2016-01-24
* x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng2015-11-13
* x86: Remove init_gd() functionSimon Glass2015-08-14
* x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng2015-07-14
* x86: fsp: Load GDT before calling FspInitEntryBin Meng2015-07-14
* x86: coreboot: Fix cosmetic issuesBin Meng2015-06-04
* x86: Allow CPUs to be set up after relocationSimon Glass2015-04-30
* x86: queensbay: Implement PIRQ routingBin Meng2015-04-29
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2015-02-10
|\
| * x86: Allow a UART to be set up before the FSP is readySimon Glass2015-02-06
* | common: Move dram_init() declaration to common locationMichal Simek2015-02-09
|/
* x86: Support ROMs on other archsSimon Glass2015-01-23
* x86: Remove cpu_init_r() for x86Bin Meng2014-11-25
* x86: ivybridge: Implement SDRAM initSimon Glass2014-11-21
* x86: Replace fill_processor_name() with cpu_get_name()Simon Glass2014-11-21
* x86: Fix up some missing prototypesSimon Glass2014-11-21
* x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-21
* x86: Use the standard dram_init() functionSimon Glass2014-11-21
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* x86: Support tracing functionSimon Glass2013-06-26
* x86: Re-enable PCAT timer 2 for beepingSimon Glass2013-05-13
* x86: Add TSC timerSimon Glass2013-05-13
* x86: Implement panic output for corebootSimon Glass2013-05-13
* x86: Use sections header to obtain link symbolsSimon Glass2013-03-15
* Change stub example to use asm-generic/sections.hSimon Glass2013-03-15
* x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass2013-03-04
* x86: Remove video_init() prototype from u-boot-x86.hSimon Glass2012-12-06
* x86: Add function to read time stamp counterVadim Bendebury2012-12-06
* x86: Add a default implementation for cleanup_before_linux()Gabe Black2012-11-30