Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1fc46f537af2902344ebf92b199472cdc932125d
/
arch
/
x86
/
cpu
/
Makefile
a2c515c
x86: Don't enable SMP in SPL
by Simon Glass
· 4 years, 4 months ago
bb88327
x86: coreboot: Allow building an SPL image
by Simon Glass
· 4 years, 7 months ago
98a4cb6
x86: Add support for ACPI general-purpose events
by Simon Glass
· 4 years, 10 months ago
fcc2ce9
x86: apl: Add Kconfig and Makefile
by Simon Glass
· 5 years ago
4c8243d
x86: Move qemu CPU fixup function into its own file
by Simon Glass
· 5 years ago
25271ae
x86: Allow interrupt to happen once
by Simon Glass
· 5 years ago
212ee45
x86: cpu: Don't include the cpu driver in TPL
by Simon Glass
· 5 years ago
6e3cc36
x86: Add new slimbootloader CPU type
by Park, Aiden
· 5 years ago
75659ac
x86: Add support for starting from SPL/TPL
by Simon Glass
· 6 years ago
d18df3c
x86: make the LAPIC / IOAPIC construct switchable with Kconfig
by Hannes Schmelzer
· 6 years ago
525c861
x86: efi: Refactor the directory of EFI app and payload support
by Bin Meng
· 6 years ago
5acbb78
x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codes
by Bin Meng
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
68a070b
x86: Add Intel Braswell SoC support
by Bin Meng
· 7 years ago
e564d59
x86: Add Intel Tangier support
by Felipe Balbi
· 7 years ago
215596c
x86: acpi: Add wake up assembly stub
by Bin Meng
· 8 years ago
7681621
x86: Compile irq.c for 64-bit
by Bin Meng
· 8 years ago
2aa5a5b
x86: Move setjmp to the i386 directory
by Simon Glass
· 8 years ago
0d12adc
x86: Move call64 to the i386 directory
by Simon Glass
· 8 years ago
bded35b
x86: Don't build cpu files which are not supported on 64-bit
by Simon Glass
· 8 years ago
78a62bd
x86: Don't build call64 and setjmp on 64-bit
by Simon Glass
· 8 years ago
efedba7
x86: Add cpu code for x86_64
by Simon Glass
· 8 years ago
16a624b
x86: Move the i386 code into its own directory
by Simon Glass
· 8 years ago
8157b33
x86: Add 64-bit start-up code
by Simon Glass
· 8 years ago
706f6f5
x86: Use X86_16BIT_INIT instead of X86_RESET_VECTOR
by Simon Glass
· 8 years ago
7078563
x86: Add implementations of setjmp() and longjmp()
by Simon Glass
· 8 years ago
71606de
x86: Add basic support for broadwell
by Simon Glass
· 9 years ago
144652f
x86: Move cache-as-RAM code into a common location
by Simon Glass
· 9 years ago
35da4d1
x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE
by Bin Meng
· 9 years ago
bae81c7
x86: Add a way to call 32-bit code from 64-bit mode
by Simon Glass
· 9 years ago
ab76a47
x86: Add support for U-Boot as an EFI application
by Ben Stoltz
· 9 years ago
8fefeec
x86: Add I/O APIC register access routines
by Bin Meng
· 9 years ago
12d4105
x86: dm: Clean up cpu drivers
by Bin Meng
· 9 years ago
51c3b1e
x86: Refactor PIRQ routing support
by Bin Meng
· 10 years ago
2229c4c
x86: Support QEMU x86 targets
by Bin Meng
· 10 years ago
a9a4426
x86: Add multi-processor init
by Simon Glass
· 10 years ago
8ba49fe
x86: Enable the Intel quark/galileo build
by Bin Meng
· 10 years ago
4a56f10
x86: Add support for Intel Minnowboard Max
by Simon Glass
· 10 years ago
7bf5b9e
x86: Add support for MTRRs
by Simon Glass
· 10 years ago
ba73550
x86: Enable the queensbay cpu directory build
by Bin Meng
· 10 years ago
3121dbd
x86: Add LAPIC setup code
by Simon Glass
· 10 years ago
e804501
x86: Add Intel speedstep and turbo mode code
by Simon Glass
· 10 years ago
6e3af1e
x86: Add ivybridge directory to Makefile
by Simon Glass
· 10 years ago
b660ae7
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 10 years ago
2024319
x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory
by Masahiro Yamada
· 10 years ago
40e73b1
kbuild: Descend into SOC directory from CPU directory
by Masahiro Yamada
· 10 years ago
7680550
x86: Refactor PCI to permit alternate init
by Simon Glass
· 10 years ago
463fac2
x86: Add support for starting 64-bit kernel
by Simon Glass
· 10 years ago
e4257d0
x86: Fix rom version build with CONFIG_X86_RESET_VECTOR
by Bin Meng
· 10 years ago
aa96dd1
x86: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
6431716
x86: Remove old broken timer implementation
by Simon Glass
· 12 years ago
bfb5980
x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR
by Simon Glass
· 12 years ago
138c2be
x86: Add a dummy implementation for timer_get_us
by Gabe Black
· 12 years ago
14f8246
x86: Allow excluding reset vector code from u-boot
by Gabe Black
· 12 years ago
60fbc8d
Convert ISO-8859 files to UTF-8
by Albert ARIBAUD
· 13 years ago
cbfce1d
x86: Rename i386 to x86
by Graeme Russ
· 14 years ago
[Renamed from arch/i386/cpu/Makefile]
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
06dfe37
x86: Use CONFIG_SERIAL_MULTI
by Graeme Russ
· 15 years ago
16261b5
i386: Move cpu/i386/* to arch/i386/cpu/*
by Peter Tyser
· 15 years ago
[Renamed from cpu/i386/Makefile]
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
d228d73
Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
by Graeme Russ
· 16 years ago
461bbe2
Renamed cpu/i386/reset.S to resetvec.S
by Graeme Russ
· 16 years ago
6a65e42
Move "ar" flags to config.mk to allow for silent "make -s"
by Wolfgang Denk
· 18 years ago
4df0da5
Coding style cleanup
by Wolfgang Denk
· 18 years ago
d62379d
Add support for a saving build objects in a separate directory.
by Marian Balakowicz
· 18 years ago
57b2d80
* Code cleanup:
by wdenk
· 21 years ago
abda5ca
* Patch by Marc Singer, 29 May 2003:
by wdenk
· 22 years ago
591dda5
* Patch by Daniel Engström, 13 Nov 2002:
by wdenk
· 22 years ago