Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8c70180bef87615ed66de5945db53c1d53c5b5c0
/
arch
/
x86
/
include
/
asm
/
u-boot-x86.h
05e12f7
x86: Add a way to reinit the cpu
by Simon Glass
· 6 years ago
af5b8d2
x86: Switch to use DM sysreset driver
by Bin Meng
· 6 years ago
f55305a
Define board_quiesce_devices() in a shared location
by Simon Glass
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
162b09c
x86: Don't include asm/u-boot.h in common
by Simon Glass
· 8 years ago
cf20030
x86: fsp: Save stack address to CMOS for next S3 boot
by Bin Meng
· 8 years ago
4096e3a
Move dram_init_banksize() to a common header
by Simon Glass
· 8 years ago
2f949c3
board_f: Drop setup_dram_config() wrapper
by Simon Glass
· 8 years ago
295c423
board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
by Simon Glass
· 8 years ago
2ebeb44
ls2080: Exit dpaa only right before exiting U-Boot
by Alexander Graf
· 8 years ago
a377b7c
x86: baytrail: Add option to disable the internal UART to setup_early_uart()
by Stefan Roese
· 9 years ago
0aa7bfa
x86: Make x86_init_cpus() static
by Simon Glass
· 9 years ago
b29a08c
x86: Rename pcat_ to i8254 and i8259 accordingly
by Bin Meng
· 9 years ago
bfa90c0
x86: Remove init_gd() function
by Simon Glass
· 9 years ago
d560c5c
x86: fsp: Move FspInitEntry call to board_init_f()
by Bin Meng
· 9 years ago
a3c9fb0
x86: fsp: Load GDT before calling FspInitEntry
by Bin Meng
· 9 years ago
5949013
x86: coreboot: Fix cosmetic issues
by Bin Meng
· 9 years ago
02fe5e6
x86: Allow CPUs to be set up after relocation
by Simon Glass
· 10 years ago
1530536
x86: queensbay: Implement PIRQ routing
by Bin Meng
· 10 years ago
fd619a8
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 10 years ago
ef932b0
common: Move dram_init() declaration to common location
by Michal Simek
· 10 years ago
4661c2c
x86: Allow a UART to be set up before the FSP is ready
by Simon Glass
· 10 years ago
1b6b9b9
x86: Support ROMs on other archs
by Simon Glass
· 10 years ago
57a6cd8
x86: Remove cpu_init_r() for x86
by Bin Meng
· 10 years ago
268eefd
x86: ivybridge: Implement SDRAM init
by Simon Glass
· 10 years ago
543bb14
x86: Replace fill_processor_name() with cpu_get_name()
by Simon Glass
· 10 years ago
8337433
x86: Fix up some missing prototypes
by Simon Glass
· 10 years ago
19a8b12
x86: Use the standard arch_cpu_init() function
by Simon Glass
· 10 years ago
8aa7873
x86: Use the standard dram_init() function
by Simon Glass
· 10 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
42081ce
x86: Support tracing function
by Simon Glass
· 11 years ago
3e8b605
x86: Re-enable PCAT timer 2 for beeping
by Simon Glass
· 12 years ago
11d7a5b
x86: Add TSC timer
by Simon Glass
· 12 years ago
ace6cd8
x86: Implement panic output for coreboot
by Simon Glass
· 12 years ago
3e93e33
x86: Use sections header to obtain link symbols
by Simon Glass
· 12 years ago
5b92820
Change stub example to use asm-generic/sections.h
by Simon Glass
· 12 years ago
781db8c
x86: Add an __end symbol to signal the end of the U-Boot binary
by Simon Glass
· 12 years ago
2c0ff4e
x86: Remove video_init() prototype from u-boot-x86.h
by Simon Glass
· 12 years ago
1d82bac
x86: Add function to read time stamp counter
by Vadim Bendebury
· 12 years ago
846d08e
x86: Add a default implementation for cleanup_before_linux()
by Gabe Black
· 12 years ago
6e25600
x86: Create weak init_cache() and default enable_caches() functions
by Graeme Russ
· 13 years ago
3536896
x86: Use fs for global data
by Graeme Russ
· 13 years ago
d7755b4
x86: Simplify Flash-to-RAM code execution transition
by Graeme Russ
· 13 years ago
883c603
cosmetic: checkpatch cleanup of arch/x86/lib/*.c
by Graeme Russ
· 13 years ago
7056c61
x86: Remove the prototype for the unused function board_init
by Gabe Black
· 13 years ago
60fbc8d
Convert ISO-8859 files to UTF-8
by Albert ARIBAUD
· 13 years ago
75fc434
Unify timer_init() and cpu_init() prototypes
by Wolfgang Denk
· 13 years ago
cbfce1d
x86: Rename i386 to x86
by Graeme Russ
· 14 years ago
[Renamed (92%) from arch/i386/include/asm/u-boot-i386.h]
344f745
x86: Move call to dram_init_f into board_init_f
by Graeme Russ
· 14 years ago
121931c
x86: Make cpu init functions weak
by Graeme Russ
· 14 years ago
a8d06b4
x86: Provide weak PC/AT compatibility setup function
by Graeme Russ
· 15 years ago
16261b5
i386: Move cpu/i386/* to arch/i386/cpu/*
by Peter Tyser
· 15 years ago
3cba3c1
Move architecture-specific includes to arch/$ARCH/include/asm
by Peter Tyser
· 15 years ago
[Renamed from include/asm-i386/u-boot-i386.h]
cede5d8
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· 15 years ago
078395c
i386: Final Relocation
by Graeme Russ
· 15 years ago
759cbb2
i386: Move references to link script exports
by Graeme Russ
· 15 years ago
d11b085
i386: Rearrange Interupt Handling
by Graeme Russ
· 15 years ago
7679d1f
Implement SC520 timers
by Graeme Russ
· 16 years ago
77290ee
Rewrite i386 interrupt handling
by Graeme Russ
· 16 years ago
abda5ca
* Patch by Marc Singer, 29 May 2003:
by wdenk
· 22 years ago
ef5fe75
* Patch by Josef Wagner, 12 Mar 2003:
by wdenk
· 22 years ago
[Renamed (95%) from include/asm-i386/ppcboot-i386.h]
591dda5
* Patch by Daniel Engström, 13 Nov 2002:
by wdenk
· 22 years ago