Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
3d09ed3c54d537d1c4e6501f6e457d37da9b26e0
/
arch
/
arm
/
config.mk
94a10f2
efi_loader: Rename sections to allow for implicit data
by Alexander Graf
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
da62bb9
clang: Update documentation
by Tom Rini
· 7 years ago
01361a2
binman: arm: Include the binman symbol table
by Simon Glass
· 7 years ago
cfa4c71
arm: Make gcc 6.0 or later a hard requirement now.
by Tom Rini
· 7 years ago
7648273
arm: Always keep the dtb section on objcopy
by Pantelis Antoniou
· 8 years ago
1f86ebd
u-boot.elf: remove hard-coded arm64 flags
by Álvaro Fernández Rojas
· 8 years ago
6e1288c
ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig
by Masahiro Yamada
· 8 years ago
e125013
arm: Warn that starting with v2018.01 gcc-6 or later is required
by Tom Rini
· 8 years ago
fc28434
ARMv8: add GOT sections to the list of sections copied
by Philipp Tomsich
· 8 years ago
1c640a6
arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD
by Tom Rini
· 8 years ago
01bd334
ARMv8: Add secure sections for PSCI text and data
by macro.wave.z@gmail.com
· 8 years ago
70b3e34
TI: Remove CONFIG_OMAP_COMMON in favor of CONFIG_ARCH_OMAP2
by Tom Rini
· 8 years ago
fc03fb9
efi: arm: Add EFI app support
by Simon Glass
· 8 years ago
2e9f494
tools: mkimage: add support for Vybrid image format
by Albert ARIBAUD \(3ADEV\)
· 8 years ago
5ed0387
ARM: Add secure section for initialized data
by Chen-Yu Tsai
· 8 years ago
1088ec1
arm: clang: Update support slightly
by Tom Rini
· 9 years ago
0bd425a
efi_loader: Add runtime services
by Alexander Graf
· 9 years ago
18ad929
arm: config: enforce -fno-pic for gcc
by Peng Fan
· 9 years ago
7aaf277
arm, powerpc: Update cc-version tests to check for cc-name as well
by Tom Rini
· 9 years ago
c1964d3
arm: Include the .got section in the binary
by Simon Glass
· 10 years ago
9e4af83
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
by Masahiro Yamada
· 10 years ago
a257f2e
arm: build arch memset/memcpy in Thumb2 mode
by Stefan Agner
· 10 years ago
4869aee
kconfig: delete redundant CONFIG_${ARCH} definition
by Masahiro Yamada
· 10 years ago
c0451ec
ARM: HYP/non-sec: add separate section for secure code
by Marc Zyngier
· 10 years ago
576a8d5
kmake: include DTB section into u-boot.bin if CONFIG_OF_EMBED enabled
by Alexey Ignatov
· 10 years ago
ff933ee
build:arm: Remove setting of CROSS_COMPILE environment variable
by Łukasz Majewski
· 11 years ago
5f1f8ef
Merge branch 'master' of git://git.denx.de/u-boot-arm into master
by Stefano Babic
· 11 years ago
c183a6e
imx: add rules for U-Boot DTB support
by Stefano Babic
· 11 years ago
54ead2c
kbuild: move "checkthumb" to ARM archprepare
by Masahiro Yamada
· 11 years ago
f0ac9e0
kbuild: fix CROSS_COMPILE settings in config.mk
by Masahiro Yamada
· 11 years ago
933c7e0
kbuild: consolidate PLATFORM_LIBS
by Masahiro Yamada
· 11 years ago
d36a749
kbuild: refactor more IMX image rules
by Masahiro Yamada
· 11 years ago
c9c83ba
kbuild: rename OBJCFLAGS to OBJCOPYFLAGS
by Masahiro Yamada
· 11 years ago
b8a2625
ARM: merge commonly-defined PLATFORM_RELFLAGS
by Masahiro Yamada
· 11 years ago
ddadbed
arm: put .hash, .got.plt and .machine_param back in binaries
by Albert ARIBAUD
· 11 years ago
85fd5f1
arm64: core support
by David Feng
· 11 years ago
95fc6d6
arm: keep all sections in ELF file
by Albert ARIBAUD
· 11 years ago
ec7fbf5
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· 11 years ago
f2d6076
ARM: use r9 for gd
by Jeroen Hofstee
· 11 years ago
d6801e6
ARM: refactor compiler options in config.mk
by Masahiro Yamada
· 11 years ago
a2f61ca
arm: prevent using movt/movw address loads
by Jeroen Hofstee
· 11 years ago
5605505
ARM: OMAP: Add CONFIG_OMAP_COMMON
by Lokesh Vutla
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
446dd12
arm: ensure u-boot only uses relative relocations
by Albert ARIBAUD
· 11 years ago
efc9072
arm: Enable -ffunction-sections / -fdata-sections / --gc-sections
by Tom Rini
· 12 years ago
80f2f93
arm: Remove deprecated and now unused NAND SPL
by Benoît Thébaudeau
· 12 years ago
bdc9b24
arm: Correct CONFIG_STANDALONE_LOAD_ADDR for AM33XX/OMAP* platforms
by Tom Rini
· 12 years ago
97bbf18
arm: Enable generic board support
by Simon Glass
· 12 years ago
a8c7aea
arm: work around assembler bug
by Allen Martin
· 12 years ago
20eef6c
Makefile: Add a 'checkthumb' rule
by Tom Rini
· 13 years ago
b8e4080
ARM: enable Thumb build
by Aneesh V
· 13 years ago
2a4e7d7
arm: Remove unneeded setting of LDCSRIPT
by Simon Glass
· 13 years ago
9209ed5
Reduce build times
by Wolfgang Denk
· 13 years ago
ad35628
arm: adjust PLATFORM_LIBS for SPL
by Aneesh V
· 13 years ago
dc74e08
support CONFIG_SYS_LDSCRIPT on ARM
by Michael Schwingen
· 14 years ago
34c6dd2
Handle most LDSCRIPT setting centrally
by Scott Wood
· 14 years ago
33a5734
Make STANDALONE_LOAD_ADDR configurable per board
by Wolfgang Denk
· 14 years ago
8b378e1
ARM: fix broken build of ARM
by Stefano Babic
· 14 years ago
627857d
Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC
by Wolfgang Denk
· 14 years ago
0a2817f
arm926ejs, tx25: add support for ELF relocations
by Heiko Schocher
· 14 years ago
6d1fcb1
arm: implement ELF relocations
by Albert Aribaud
· 14 years ago
aeb2991
ARM: add relocation support
by Heiko Schocher
· 14 years ago
cede5d8
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· 15 years ago
[Renamed (93%) from lib_arm/config.mk]
d53e8fd
Create CPUDIR variable
by Peter Tyser
· 15 years ago
5b66044
push LOAD_ADDR out to arch mk files
by Mike Frysinger
· 15 years ago
d47f486
ARM: compiler options cleanup - improve tool chain support
by Wolfgang Denk
· 15 years ago
31d434d
Move architecture specific config.mk files into subdirs
by Peter Tyser
· 15 years ago
[Renamed from arm_config.mk]
8378ba4
push CROSS_COMPILE out to $(ARCH)_config.mk
by Mike Frysinger
· 15 years ago
7580b86
arm: unify linker script
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
39f0e5f
Initial revision
by wdenk
· 22 years ago