Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
4b9f6a669ee22ac4694a3a339e94e8fe30bfad1f
/
arch
/
x86
/
include
/
asm
/
global_data.h
2db9374
x86: Move the GDT into global_data
by Simon Glass
· 9 years ago
42fde305
x86: Add support for passing tables into U-Boot
by Simon Glass
· 9 years ago
8f3b969
x86: Allow use of global_data with EFI
by Simon Glass
· 9 years ago
83ec7de
x86: Tidy up global_data flags
by Simon Glass
· 9 years ago
5284529
x86: Store the GDT pointer in global_data
by Simon Glass
· 10 years ago
191c008
x86: Implement a cache for Memory Reference Code parameters
by Simon Glass
· 10 years ago
4949166
x86: Save mtrr support flag in global data
by Bin Meng
· 10 years ago
aff2523
x86: Add support for MTRRs
by Simon Glass
· 10 years ago
8f9052f
pci: Make pci apis usable before relocation
by Bin Meng
· 10 years ago
bceb9f0
x86: Support Intel FSP initialization path in start.S
by Bin Meng
· 10 years ago
65dd74a
x86: ivybridge: Implement SDRAM init
by Simon Glass
· 10 years ago
1b4f25f
x86: ivybridge: Add support for early GPIO init
by Simon Glass
· 10 years ago
8e0df06
x86: ivybridge: Add early init for PCH devices
by Simon Glass
· 10 years ago
7430f10
x86: Support use of PCI before relocation
by Simon Glass
· 10 years ago
258b135
x86: Save TSC frequency in the global data
by Bin Meng
· 10 years ago
52f952b
x86: Do CPU identification in the early phase
by Bin Meng
· 10 years ago
f67cd51
x86: Save the BIST value on reset
by Simon Glass
· 10 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
d8819f9
x86: Support tracing function
by Simon Glass
· 11 years ago
f697d52
x86: Support relocation of FDT on start-up
by Simon Glass
· 12 years ago
bc2df1a
x86: Permit bootstage and timer data to be used prior to relocation
by Simon Glass
· 12 years ago
43cff66
x86: Use generic global_data
by Simon Glass
· 12 years ago
6cb49c1
x86: Remove reset_status, relocoff from global_data
by Simon Glass
· 12 years ago
5a35e6c
x86: Move gd_addr into arch_global_data
by Simon Glass
· 12 years ago
df4aa62
x86: Remove gdt_addr from arch_global_data
by Simon Glass
· 12 years ago
5cb4858
Add architecture-specific global data
by Simon Glass
· 12 years ago
91d82a2
x86: Add back cold- and warm-boot flags
by Gabe Black
· 12 years ago
028a562
x86: Add an fdt pointer to the global data structure
by Gabe Black
· 12 years ago
c953fbe
x86: Add some missing includes
by Gabe Black
· 12 years ago
8d61625
x86: Put global data on the stack
by Graeme Russ
· 12 years ago
e4fb611
x86: Forward declare gd_t
by Graeme Russ
· 12 years ago
55f97c1
x86: Change global data baudrate to int
by Simon Glass
· 12 years ago
47fde91
global_data: unify global flag defines
by Mike Frysinger
· 13 years ago
9e6c572
x86: Use fs for global data
by Graeme Russ
· 13 years ago
311b1a2
sc520: Create arch asm-offsets
by Graeme Russ
· 13 years ago
facc9e7
x86: Punt cold- and warm-boot flags
by Graeme Russ
· 13 years ago
9558b48
console: Implement pre-console buffer
by Graeme Russ
· 13 years ago
fea2572
x86: Rename i386 to x86
by Graeme Russ
· 14 years ago
[Renamed from arch/i386/include/asm/global_data.h]
71a5404
x86: Split board_init_f() into init_fnc_t compatible functions
by Graeme Russ
· 14 years ago
2e2613d
x86: Move initial gd to fixed location
by Graeme Russ
· 14 years ago
de47cbe
x86: Fix definition of global_data struct for asm-offsets.c
by Graeme Russ
· 14 years ago
25ddd1f
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
c868af3
x86: Implement fully relocatable image
by Graeme Russ
· 14 years ago
c81b26b
x86: Set cold/warm boot flag
by Graeme Russ
· 14 years ago
161b358
x86: Place global data below stack before entering C
by Graeme Russ
· 14 years ago
ea882ba
New implementation for internal handling of environment variables.
by Wolfgang Denk
· 14 years ago
91a7675
Make getenv() work before relocation.
by Wolfgang Denk
· 14 years ago
819833a
Move architecture-specific includes to arch/$ARCH/include/asm
by Peter Tyser
· 15 years ago
[Renamed from include/asm-i386/global_data.h]
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
3ef96de
Update i386 code (sc520_cdp)
by Graeme Russ
· 16 years ago
f5c3ba7
Allow console input to be disabled
by Mark Jackson
· 16 years ago
b57ca3e
Change bd/gd memsize/ram_size to be phys_size_t.
by Becky Bruce
· 16 years ago
0e15ddd
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
by Yuri Tikhonov
· 17 years ago
28a3850
POST: add POST_STOP flag
by Yuri Tikhonov
· 17 years ago
b428f6a
The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode.
by Yuri Tikhonov
· 17 years ago
f72da34
Added config option CONFIG_SILENT_CONSOLE. See doc/README.silent
by wdenk
· 21 years ago
LABEL_2003_10_10_1200
27b207f
* Implement new mechanism to export U-Boot's functions to standalone
by wdenk
· 21 years ago
2262cfe
* Patch by Daniel Engström, 13 Nov 2002:
by wdenk
· 22 years ago
LABEL_2002_11_18_0115