Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
60af017f1682770fbf25becad9e7a5a5ea4acfe7
/
arch
/
x86
/
include
60af017
x86: ivybridge: Add support for early GPIO init
by Simon Glass
· Wed Nov 12 22:42:24 2014 -0700
30580fc
x86: ivybridge: Add early init for PCH devices
by Simon Glass
· Wed Nov 12 22:42:23 2014 -0700
f79d538
x86: ivybridge: Perform Intel microcode update on boot
by Simon Glass
· Wed Nov 12 22:42:21 2014 -0700
f226c41
x86: ivybridge: Perform initial CPU setup
by Simon Glass
· Wed Nov 12 22:42:19 2014 -0700
f41118e
x86: Add msr read/write functions that use a structure
by Simon Glass
· Wed Nov 12 22:42:18 2014 -0700
d57ad48
x86: Add clr/setbits functions
by Simon Glass
· Wed Nov 12 22:42:17 2014 -0700
dcfac35
x86: ivybridge: Add early LPC init so that serial works
by Simon Glass
· Wed Nov 12 22:42:15 2014 -0700
a205b1d
x86: pci: Allow configuration before relocation
by Simon Glass
· Wed Nov 12 22:42:14 2014 -0700
a54d981
x86: Support use of PCI before relocation
by Simon Glass
· Wed Nov 12 22:42:12 2014 -0700
7680550
x86: Refactor PCI to permit alternate init
by Simon Glass
· Wed Nov 12 22:42:11 2014 -0700
98f139b
x86: chromebook_link: Implement CAR support (cache as RAM)
by Simon Glass
· Wed Nov 12 22:42:10 2014 -0700
245561d
x86: Emit post codes in startup code for Chromebooks
by Simon Glass
· Wed Nov 12 22:42:09 2014 -0700
0b36ecd
x86: Add chromebook_link board
by Simon Glass
· Wed Nov 12 22:42:07 2014 -0700
543bb14
x86: Replace fill_processor_name() with cpu_get_name()
by Simon Glass
· Mon Nov 10 18:00:26 2014 -0700
2e733b1
x86: Remove unnecessary find_fdt(), prepare_fdt() functions
by Simon Glass
· Mon Nov 10 18:00:25 2014 -0700
be36df6
x86: Add processor functions to halt and get stack pointer
by Simon Glass
· Mon Nov 10 18:00:24 2014 -0700
aed37bf
x86: Save TSC frequency in the global data
by Bin Meng
· Sun Nov 09 22:19:35 2014 +0800
bba9705
x86: Add quick TSC calibration via PIT
by Bin Meng
· Sun Nov 09 22:19:25 2014 +0800
035c1d2
x86: Do CPU identification in the early phase
by Bin Meng
· Sun Nov 09 22:18:56 2014 +0800
1f4476c
x86: Save the BIST value on reset
by Simon Glass
· Thu Nov 06 13:20:10 2014 -0700
8337433
x86: Fix up some missing prototypes
by Simon Glass
· Thu Nov 06 13:20:08 2014 -0700
19a8b12
x86: Use the standard arch_cpu_init() function
by Simon Glass
· Thu Nov 06 13:20:06 2014 -0700
8aa7873
x86: Use the standard dram_init() function
by Simon Glass
· Thu Nov 06 13:20:05 2014 -0700
d98a5bd
x86: Move kernel boot function to arch/x86/lib/bootm.c
by Simon Glass
· Fri Oct 10 08:21:56 2014 -0600
463fac2
x86: Add support for starting 64-bit kernel
by Simon Glass
· Fri Oct 10 08:21:55 2014 -0600
2f2efbc
x86: Display basic CPU information on boot
by Simon Glass
· Fri Oct 10 08:21:54 2014 -0600
44f4b21
x86: Bring in msr-index.h from linux 3.8
by Simon Glass
· Fri Oct 10 08:21:53 2014 -0600
d8d9fec
x86: Move paging functions into cpu.c
by Simon Glass
· Fri Oct 10 08:21:52 2014 -0600
3687fe4
Provide option to avoid defining a custom version of uintptr_t.
by Gabe Black
· Wed Oct 15 04:38:30 2014 -0600
60cebe5
dm: x86: Convert coreboot serial to use driver model
by Simon Glass
· Fri Oct 10 07:49:20 2014 -0600
23815c0
dm: x86: Add a gpio header for coreboot
by Simon Glass
· Fri Oct 10 07:49:17 2014 -0600
9520b71
kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig
by Masahiro Yamada
· Fri Oct 24 01:30:43 2014 +0900
3070446
x86: set CONFIG_USE_PRIVATE_LIBGCC to y
by Masahiro Yamada
· Fri Oct 24 01:30:41 2014 +0900
aa83f2b
x86: Rewrite bootm.c to make it similar to ARM
by Simon Glass
· Sun Oct 19 21:11:20 2014 -0600
2a65c26
x86: Enable LMB and RAMDISK_HIGH by default
by Simon Glass
· Sun Oct 19 21:11:19 2014 -0600
eef3ae3
x86: delete unused header files
by Masahiro Yamada
· Wed Jan 08 20:10:46 2014 +0900
06bc873
cosmetic: remove empty lines at the top of file
by Masahiro Yamada
· Tue Nov 05 11:28:48 2013 +0900
c57eadc
SPDX-License-Identifier: convert BSD-3-Clause files
by Wolfgang Denk
· Sun Jul 28 22:12:47 2013 +0200
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
42081ce
x86: Support tracing function
by Simon Glass
· Tue Jun 11 11:14:52 2013 -0700
24f19b4
x86: Support adding coreboot timestanps to bootstage
by Simon Glass
· Wed Apr 17 16:13:47 2013 +0000
3e8b605
x86: Re-enable PCAT timer 2 for beeping
by Simon Glass
· Wed Apr 17 16:13:39 2013 +0000
11d7a5b
x86: Add TSC timer
by Simon Glass
· Wed Apr 17 16:13:36 2013 +0000
ace6cd8
x86: Implement panic output for coreboot
by Simon Glass
· Wed Apr 17 16:13:34 2013 +0000
7414d14
x86: Remove legacy board init code
by Simon Glass
· Wed Apr 17 16:13:32 2013 +0000
553faa4
x86: Remove unused bios/pci code
by Simon Glass
· Wed Apr 17 16:13:30 2013 +0000
0829896
x86: Enable generic board
by Simon Glass
· Tue Mar 05 14:39:57 2013 +0000
2e4622d
x86: Enable generic board support
by Simon Glass
· Mon Mar 11 07:40:13 2013 +0000
3e93e33
x86: Use sections header to obtain link symbols
by Simon Glass
· Tue Mar 05 14:39:54 2013 +0000
5b92820
Change stub example to use asm-generic/sections.h
by Simon Glass
· Tue Mar 05 14:39:39 2013 +0000
9bce37c
Introduce generic link section.h symbol files
by Simon Glass
· Tue Mar 05 14:39:37 2013 +0000
347c05b
x86: Support relocation of FDT on start-up
by Simon Glass
· Thu Feb 28 19:26:15 2013 +0000
781db8c
x86: Add an __end symbol to signal the end of the U-Boot binary
by Simon Glass
· Thu Feb 28 19:26:13 2013 +0000
6fa6e4a
x86: Permit bootstage and timer data to be used prior to relocation
by Simon Glass
· Thu Feb 28 19:26:12 2013 +0000
73368fc
x86: Remove unused real mode code
by Simon Glass
· Thu Feb 14 17:38:30 2013 +0000
b83dc58
x86: Remove sc520 cpu
by Simon Glass
· Thu Feb 14 04:18:52 2013 +0000
e10ffab
Clean up libfdt.h includes
by Gerald Van Baren
· Thu Feb 07 19:49:54 2013 -0500
d150db6
treewide: include libfdt_env.h before fdt.h
by Kim Phillips
· Wed Jan 16 13:59:04 2013 +0000
d388763
x86: Use generic global_data
by Simon Glass
· Thu Dec 13 20:49:27 2012 +0000
5e0f808
x86: Remove reset_status, relocoff from global_data
by Simon Glass
· Thu Dec 13 20:48:43 2012 +0000
2e4df99
x86: Move gd_addr into arch_global_data
by Simon Glass
· Thu Dec 13 20:48:41 2012 +0000
4e48d8a
x86: Remove gdt_addr from arch_global_data
by Simon Glass
· Thu Dec 13 20:48:40 2012 +0000
3ac47d7
Add architecture-specific global data
by Simon Glass
· Thu Dec 13 20:48:30 2012 +0000
2c0ff4e
x86: Remove video_init() prototype from u-boot-x86.h
by Simon Glass
· Sat Nov 03 11:41:41 2012 +0000
ef89932
x86: Add back cold- and warm-boot flags
by Gabe Black
· Sat Nov 03 11:41:28 2012 +0000
a97cbda
x86: Initialise SPI if enabled
by Gabe Black
· Sat Nov 03 11:41:23 2012 +0000
8f090ca
x86: Increase the size of the phys_size_t and phys_addr_t types
by Gabe Black
· Tue Oct 23 18:04:44 2012 +0000
a0190bd
x86: Import MSR/MTRR code from Linux
by Graeme Russ
· Sun Dec 02 04:55:11 2012 +0000
2acf848
x86: Add basic cache operations
by Stefan Reinauer
· Sun Dec 02 04:49:50 2012 +0000
8cd22c8
x86: Add a CBMEM timestamp generated right before the kernel startup.
by Vadim Bendebury
· Tue Oct 23 18:04:34 2012 +0000
5220654
x86: Enable coreboot timestamp facility support in u-boot.
by Vadim Bendebury
· Tue Oct 23 18:04:33 2012 +0000
1d82bac
x86: Add function to read time stamp counter
by Vadim Bendebury
· Tue Oct 23 18:04:32 2012 +0000
eece432
x86: gpio: Add GPIO driver for Intel ICH6 and later.
by Bill Richardson
· Sat Oct 20 11:44:34 2012 +0000
8758307
x86: Don't spam POST80 codes with slow IO functions
by Stefan Reinauer
· Sat Oct 20 12:33:16 2012 +0000
b74308d
x86: Include types.h explicitly in the i386 version of io.h
by Gabe Black
· Sat Oct 20 12:33:13 2012 +0000
846d08e
x86: Add a default implementation for cleanup_before_linux()
by Gabe Black
· Sat Oct 20 12:33:10 2012 +0000
2547dee
x86: Add an fdt pointer to the global data structure
by Gabe Black
· Sat Oct 20 12:33:08 2012 +0000
bc30b21
x86: coreboot: Decode additional coreboot sysinfo tags
by Simon Glass
· Fri Oct 12 18:48:46 2012 +0000
67bb7b0
x86: coreboot: Tell u-boot about PCI bus 0 when initializing
by Gabe Black
· Wed Oct 10 13:12:57 2012 +0000
92927ec
x86: Add some missing includes
by Gabe Black
· Wed Oct 10 13:12:55 2012 +0000
bc47409
x86: Add initial memory barrier macros
by Simon Glass
· Wed Oct 10 13:12:53 2012 +0000
5c9bb12
x86: Add ilog2 to bitops
by Graeme Russ
· Tue Nov 27 15:38:38 2012 +0000
007818a
x86: Put global data on the stack
by Graeme Russ
· Tue Nov 27 15:38:36 2012 +0000
d29712e
x86: Forward declare gd_t
by Graeme Russ
· Tue Nov 27 15:38:35 2012 +0000
11aca5f
x86: Change global data baudrate to int
by Simon Glass
· Fri Oct 12 14:21:20 2012 +0000
211c210
global_data: unify global flag defines
by Mike Frysinger
· Sun Mar 18 14:31:24 2012 +0000
36fe7db
net: move bootfile init into eth_initialize
by Mike Frysinger
· Wed Apr 04 18:53:41 2012 +0000
04b63f2
net: punt bd->bi_ip_addr
by Mike Frysinger
· Wed Apr 04 18:53:40 2012 +0000
3fb4f9e
x86: Convert board_init_f_r to a processing loop
by Graeme Russ
· Fri Dec 23 21:14:22 2011 +1100
a875dda
x86: Split init functions out of board.c
by Graeme Russ
· Fri Dec 23 16:51:29 2011 +1100
6e25600
x86: Create weak init_cache() and default enable_caches() functions
by Graeme Russ
· Tue Dec 27 22:46:43 2011 +1100
3536896
x86: Use fs for global data
by Graeme Russ
· Sat Dec 31 22:58:15 2011 +1100
d7755b4
x86: Simplify Flash-to-RAM code execution transition
by Graeme Russ
· Sun Jan 01 15:06:39 2012 +1100
391bb95
x86: Remove GDR related magic numbers
by Graeme Russ
· Sat Dec 31 10:24:36 2011 +1100
1dd0b70
x86: Import glibc memcpy implementation
by Graeme Russ
· Tue Dec 27 22:46:39 2011 +1100
540c262
x86: Refactor the zboot innards so they can be reused with a vboot image
by Gabe Black
· Mon Dec 05 12:09:26 2011 +0000
c67a948
x86: Add support for booting Linux using the 32 bit boot protocol
by Gabe Black
· Mon Dec 05 12:09:24 2011 +0000
1cf5121
x86: Clean up the x86 zimage code in preparation to extend it
by Gabe Black
· Mon Dec 05 12:09:23 2011 +0000
9fd7a1f
x86: Import code from coreboot's libpayload to parse the coreboot table
by Gabe Black
· Mon Dec 05 12:09:22 2011 +0000
0e49905
x86: Import the glibc memset implementation
by Gabe Black
· Mon Nov 14 14:47:18 2011 +0000
Next »