- d768dd8 common: return type board_get_usable_ram_top by Heinrich Schuchardt · 1 year, 6 months ago
- 8f015d3 x86: Improve the trampoline in 64-bit mode by Simon Glass · 1 year, 7 months ago
- de94db8 x86: Add a comment for board_init_f_r_trampoline() by Simon Glass · 1 year, 7 months ago
- 33c60a3 trace: Use notrace for short by Simon Glass · 2 years, 1 month ago
- 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 5 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 3 years ago
- a308b1f x86: Drop setup_pcat_compatibility() by Simon Glass · 4 years, 7 months ago
- 3dada5a x86: fsp: Reinit the FPU after FSP meminit by Simon Glass · 4 years, 7 months ago
- ece3a46 x86: Add a CPU init function for TPL by Simon Glass · 5 years ago
- 8331188 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
- c0069e9 x86: Add a way to reinit the cpu by Simon Glass · 6 years ago
- b37b7b2 x86: Switch to use DM sysreset driver by Bin Meng · 7 years ago
- 329da48 Define board_quiesce_devices() in a shared location by Simon Glass · 7 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 3ff240c x86: Don't include asm/u-boot.h in common by Simon Glass · 8 years ago
- ba65808 x86: fsp: Save stack address to CMOS for next S3 boot by Bin Meng · 8 years ago
- 5e924a1 Move dram_init_banksize() to a common header by Simon Glass · 8 years ago
- 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
- 671549e board_f: x86: Rename x86_fsp_init() to arch_fsp_init() by Simon Glass · 8 years ago
- b7b8410 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
- d521197 x86: baytrail: Add option to disable the internal UART to setup_early_uart() by Stefan Roese · 9 years ago
- afd5d50 x86: Make x86_init_cpus() static by Simon Glass · 9 years ago
- da3fe24 x86: Rename pcat_ to i8254 and i8259 accordingly by Bin Meng · 9 years ago
- 93afae5 x86: Remove init_gd() function by Simon Glass · 9 years ago
- aefaff8 x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · 10 years ago
- 002610f x86: fsp: Load GDT before calling FspInitEntry by Bin Meng · 10 years ago
- 65cdd9b x86: coreboot: Fix cosmetic issues by Bin Meng · 10 years ago
- bcb0c61 x86: Allow CPUs to be set up after relocation by Simon Glass · 10 years ago
- afbf140 x86: queensbay: Implement PIRQ routing by Bin Meng · 10 years ago
- db7a7de Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
- 0267ba5 common: Move dram_init() declaration to common location by Michal Simek · 10 years ago
- 447f8b0 x86: Allow a UART to be set up before the FSP is ready by Simon Glass · 10 years ago
- bdc88d4 x86: Support ROMs on other archs by Simon Glass · 10 years ago
- a549f74 x86: Remove cpu_init_r() for x86 by Bin Meng · 10 years ago
- 65dd74a x86: ivybridge: Implement SDRAM init by Simon Glass · 10 years ago
- 727c1a9 x86: Replace fill_processor_name() with cpu_get_name() by Simon Glass · 10 years ago
- e1ffd81 x86: Fix up some missing prototypes by Simon Glass · 10 years ago
- 8b37c76 x86: Use the standard arch_cpu_init() function by Simon Glass · 10 years ago
- 07387d1 x86: Use the standard dram_init() function by Simon Glass · 10 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 12 years ago
- d8819f9 x86: Support tracing function by Simon Glass · 12 years ago
- d0b6f24 x86: Re-enable PCAT timer 2 for beeping by Simon Glass · 12 years ago
- e761ecd x86: Add TSC timer by Simon Glass · 12 years ago
- c78a62a x86: Implement panic output for coreboot by Simon Glass · 12 years ago
- 86cfb6b x86: Use sections header to obtain link symbols by Simon Glass · 12 years ago
- 716cc8c Change stub example to use asm-generic/sections.h by Simon Glass · 12 years ago
- 4b491b8 x86: Add an __end symbol to signal the end of the U-Boot binary by Simon Glass · 12 years ago
- a94e9d7 x86: Remove video_init() prototype from u-boot-x86.h by Simon Glass · 12 years ago
- 2f899e0 x86: Add function to read time stamp counter by Vadim Bendebury · 12 years ago
- f30fc4d x86: Add a default implementation for cleanup_before_linux() by Gabe Black · 12 years ago
- d653244 x86: Create weak init_cache() and default enable_caches() functions by Graeme Russ · 13 years ago
- 9e6c572 x86: Use fs for global data by Graeme Russ · 13 years ago
- f48dd6f x86: Simplify Flash-to-RAM code execution transition by Graeme Russ · 13 years ago
- 83088af cosmetic: checkpatch cleanup of arch/x86/lib/*.c by Graeme Russ · 13 years ago
- fdb7115 x86: Remove the prototype for the unused function board_init by Gabe Black · 13 years ago
- fa82f87 Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 14 years ago
- f6c019c Unify timer_init() and cpu_init() prototypes by Wolfgang Denk · 14 years ago
- fea2572 x86: Rename i386 to x86 by Graeme Russ · 14 years ago[Renamed (92%) from arch/i386/include/asm/u-boot-i386.h]
- c869e2a x86: Move call to dram_init_f into board_init_f by Graeme Russ · 14 years ago
- 0ea76e9 x86: Make cpu init functions weak by Graeme Russ · 14 years ago
- 79ea6b8 x86: Provide weak PC/AT compatibility setup function by Graeme Russ · 15 years ago
- e9a8828 i386: Move cpu/i386/* to arch/i386/cpu/* by Peter Tyser · 15 years ago
- 819833a Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 15 years ago[Renamed from include/asm-i386/u-boot-i386.h]
- ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 15 years ago
- 1c409bc i386: Final Relocation by Graeme Russ · 15 years ago
- cabe579 i386: Move references to link script exports by Graeme Russ · 15 years ago
- 564a998 i386: Rearrange Interupt Handling by Graeme Russ · 15 years ago
- 8c63d47 Implement SC520 timers by Graeme Russ · 16 years ago
- abf0cd3 Rewrite i386 interrupt handling by Graeme Russ · 16 years ago
- 7a8e9bed * Patch by Marc Singer, 29 May 2003: by wdenk · 22 years ago
- 3bac351 * Patch by Josef Wagner, 12 Mar 2003: by wdenk · 22 years ago[Renamed (95%) from include/asm-i386/ppcboot-i386.h]
- 2262cfe * Patch by Daniel Engström, 13 Nov 2002: by wdenk · 22 years ago