index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
include
/
asm
/
global_data.h
Age
Commit message (
Expand
)
Author
2015-07-27
omap-common: Common boot code OMAP3 support and cleanup
Paul Kocialkowski
2015-02-24
armv8/fsl-lsch3: Add support for second DDR clock
York Sun
2014-11-19
qe: add u-qe support to arm board
Zhao Qiang
2014-09-09
ARM: make gd a function for clang
Jeroen Hofstee
2014-02-06
ARM: IXP: Remove the IXP architecture support
Marek Vasut
2014-01-09
arm64: core support
David Feng
2013-09-23
ARM: use r9 for gd
Jeroen Hofstee
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-10
ARM: OMAP: Correct save_boot_params and replace with 'C' function
SRICHARAN R
2013-02-04
arm: Use generic global_data
Simon Glass
2013-02-04
ppc: arm: Move sdhc_clk into arch_global_data
Simon Glass
2013-02-01
arm: Move tlb_addr and tlb_size to arch_global_data
Simon Glass
2013-02-01
ixp: Move timestamp to arch_global_data
Simon Glass
2013-02-01
arm: Move timer_reset_value to arch_global_data
Simon Glass
2013-02-01
arm: Move lastinc to arch_global_data
Simon Glass
2013-02-01
arm: Move tbl to arch_global_data
Simon Glass
2013-02-01
arm: Move tbu to arch_global_data
Simon Glass
2013-02-01
arm: Move timer_rate_hz into arch_global_data
Simon Glass
2013-02-01
at91: Move at91 global data into arch_global_data
Simon Glass
2013-02-01
Add architecture-specific global data
Simon Glass
2013-01-10
arm: Keep track of the tlb size as well as its location
Gabe Black
2012-10-19
arm: Change global data baudrate to int
Simon Glass
2012-08-09
global_data: unify global flag defines
Mike Frysinger
2011-10-26
fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)
Simon Glass
2011-10-05
POST: add post_log_res field for post results in global data
Valentin Longchamp
2011-10-05
POST/arm: adaptations needed for POST on ARM to work
Valentin Longchamp
2011-10-05
console: Implement pre-console buffer
Graeme Russ
2011-07-28
cosmetic: spell fixes etc.
Michael Jones
2011-07-04
armv7: rename cache related CONFIG flags
Aneesh V
2011-06-23
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
2011-06-23
Fix IXP code to work after relocation was added
Michael Schwingen
2011-06-22
ARM: drop unsupported 'trab' board
Wolfgang Denk
2010-12-09
ARM: make timer variables in gt_t available for all ARM platforms
Prafulla Wadaskar
2010-12-07
arm920t/at91/timer: replace bss variables by gd
Andreas Bießmann
2010-10-29
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
Wolfgang Denk
2010-10-26
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
Wolfgang Denk
2010-10-19
AT91 clock/timer: move static data to global_data struct
Reinhard Meyer
2010-09-19
ARM: add relocation support
Heiko Schocher
2010-09-19
New implementation for internal handling of environment variables.
Wolfgang Denk
2010-09-19
Make getenv() work before relocation.
Wolfgang Denk
2010-04-13
Move architecture-specific includes to arch/$ARCH/include/asm
Peter Tyser