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