1. 6b9f010 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 7 months ago
  2. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  3. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  4. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  5. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  6. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  7. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  8. e2eb721 cmd: cache: Fix non-cached memory cachability by Patrice Chotard · 4 years, 7 months ago
  9. 931f1d3 Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 7 months ago
  10. 8998e71 common/board_r: arm: Merge initr_enable_interrupts into interrupts_init by Ovidiu Panait · 4 years, 7 months ago
  11. 594b7cf arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviour by Patrick Delaunay · 4 years, 7 months ago
  12. d7e6a1d arm: caches: add DCACHE_DEFAULT_OPTION by Patrick Delaunay · 4 years, 7 months ago
  13. 77cc8b2 arm: caches: protect dram_bank_mmu_setup access to bi_dram by Patrick Delaunay · 4 years, 7 months ago
  14. 39396fe ARM: reset: use do_reset in SPL/TPL if SYSRESET was not enabled for them by Claudius Heine · 4 years, 9 months ago
  15. 2a2941b common/board_f: Make reserve_mmu generic by Ovidiu Panait · 4 years, 8 months ago
  16. 2b61847 arm: asm/cache.c: Introduce arm_reserve_mmu by Ovidiu Panait · 4 years, 8 months ago
  17. 68b371a common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.c by Ovidiu Panait · 4 years, 8 months ago
  18. 49bd67e ARM: bootm: take into account gd->ram_top by Patrice Chotard · 4 years, 10 months ago
  19. aaf8dd1 arm: set the relocated gd with gd->new_gd by Patrick Delaunay · 4 years, 9 months ago
  20. 1fc5480 arch: arm: Fix SZ_64K undeclared compilation error by Wasim Khan · 4 years, 10 months ago
  21. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  22. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · 5 years ago
  23. 284f71b common: Move relocate_code() to init.h by Simon Glass · 5 years ago
  24. 436efc0 arch: arm: Program GIC LPI configuration table by Bharat Kumar Reddy Gooty · 5 years ago
  25. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  26. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  27. f87959b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · 5 years ago
  28. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  29. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  30. fbf091b arm: powerpc: Tidy up code style for cache functions by Simon Glass · 5 years ago
  31. 370382c common: Move some SMP functions out of common.h by Simon Glass · 5 years ago
  32. 4a0da7c spl: separate SPL_FRAMEWORK config for spl and tpl by Heiko Stuebner · 5 years ago
  33. 9ac1d17 arm: caches: Disable mmu only if mmu is available by Lokesh Vutla · 5 years ago
  34. b1f1b23 boot: arm: Enable support for custom board_prep_linux by Lokesh Vutla · 5 years ago
  35. 11efc1a arm64: print instructions leading to exception by Heinrich Schuchardt · 5 years ago
  36. 9b49643 board_f: fix noncached reservation calculation by Stephen Warren · 5 years ago
  37. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  38. 39d82b2 Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  39. aa4ad4b spl: Allow performing BSS init early before board_init_f() by Andreas Dannenberg · 5 years ago
  40. d680e9a efi_loader: use predefined constants in crt0_*_efi.S by Heinrich Schuchardt · 5 years ago
  41. bf4645c arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSET by Masahiro Yamada · 5 years ago
  42. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
  43. 54e855f arm: zimage: add barebox image magic number by Christoph Fritz · 6 years ago
  44. 94ddd96 arm: add a separate stack for TPL by Kever Yang · 6 years ago
  45. 286bc37 arm: remove ARCH_ROCKCHIP macro in common code by Kever Yang · 6 years ago
  46. b8c82e0 rockchip: arm: use 'arch-rockchip' for common header by Kever Yang · 6 years ago
  47. decc771 arm: arm64 32bit address relocation by Ibai Erkiaga · 6 years ago
  48. b7c0c38 arm: print information about loaded UEFI images by Heinrich Schuchardt · 6 years ago
  49. 79a7cb1 arm: lib: bootm: Push the Starting kernel print to the end by Keerthy · 6 years ago
  50. 8791b1f ARM: cache: Fix incorrect bitwise operation by Marek Vasut · 6 years ago
  51. 9f51350 arch: arm: lib: Flush L3 after relocation to DDR by Meenakshi Aggarwal · 6 years ago
  52. 95dc0fd efi_selftest: allow building on ARMv7-M by Heinrich Schuchardt · 6 years ago
  53. feaab8e arm: bootm: fix sp detection at end of address range by Simon Goldschmidt · 6 years ago
  54. a15de9e arm: efi: Generate Microsoft PE format compliant images by Bin Meng · 6 years ago
  55. a28ffca arm: Make arch specific memcpy thumb-safe. by Klaus Goger · 7 years ago
  56. 28fc9e6 Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  57. 12c05e8 arm: do not include efi_loader.h twice by Heinrich Schuchardt · 6 years ago
  58. 1d10cc6 arm64: gic: Do gicv3 secure initialization based on EL level by Michal Simek · 7 years ago
  59. d980584 arm: K3: Update _start instruction by Lokesh Vutla · 6 years ago
  60. 976e342 arm: armv7m: clean up armv7m unified code compilation by Vikas Manocha · 6 years ago
  61. 1808396 arm: armv7m: remove un-necessary If then instruction by Vikas Manocha · 6 years ago
  62. 874a906 ARM: PSCI: Enable the PSCI node by Stephen Warren · 6 years ago
  63. 4660cea ARM: PSCI: Support PSCI v0.2 by Stephen Warren · 6 years ago
  64. 29c23b5 arm: Remove unused _relocate arguments by Ivan Gorinov · 6 years ago
  65. 85ed289 ARM: image: Add option for ignoring ep bit 3 by Marek Vasut · 6 years ago
  66. df1f7e2 arm: Do not clear LR on exception in SPL by Andrew F. Davis · 6 years ago
  67. 74b0eda arm: print instructions pointed to by pc by Heinrich Schuchardt · 7 years ago
  68. 64fabcc bootm: fix 'memory-fixup' for vxWorks boot by Hannes Schmelzer · 7 years ago
  69. 19858f9 arm: v7R: Add support for enabling caches by Lokesh Vutla · 7 years ago
  70. 5a5bb6c arm: v7: Kconfig: Introduce SYS_ARM_CACHE_CP15 by Lokesh Vutla · 7 years ago
  71. 81b1a67 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 7 years ago
  72. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
  73. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  74. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  75. 70b551c vxworks: fixed cpu enable using PSCI on armv8 by Vasyl Vavrychuk · 7 years ago
  76. 6e3abf3 ARM: Fix Makefile during SPL and TPL build by Marek Vasut · 7 years ago
  77. 438caa3 arm: print information about loaded UEFI images by Heinrich Schuchardt · 7 years ago
  78. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  79. b33ccd1 arm64: show_regs: Dump the LRs HW values by Karl Beldan · 7 years ago
  80. 7f2ef30 arm/PSCI: support PSCI versions greater than 1.0 by Andre Heider · 7 years ago
  81. 764acb0 ARM: image: indent with tab instead of 4 spaces by Masahiro Yamada · 7 years ago
  82. 467fd7a efi_loader: fix building crt0 on arm by Heinrich Schuchardt · 7 years ago
  83. dac184b move booti_setup to arch/arm/lig/image.c by Bin Chen · 7 years ago
  84. 375cc6e arm: bootm-fdt.c: fix compiler warning by Heiko Schocher · 7 years ago
  85. e3cde3a efi_selftest: test start image by Heinrich Schuchardt · 7 years ago
  86. 1a0b805 ARM: bootm: don't assume sp is in DRAM bank 0 by Stephen Warren · 7 years ago
  87. b80fe6d ARMv8: Allow dynamic early stack pointer by Stephen Warren · 7 years ago
  88. c10b967 arm: Add support of updating dts before fix-up by Prabhakar Kushwaha · 7 years ago
  89. 71acd4f efi_loader: helloworld.c: Reduce file size by Alexander Graf · 7 years ago
  90. b400f6e armv8: fix gd after relocation by York Sun · 7 years ago
  91. c3c9b33 arm64 :show_regs: show the address before relocation by Peng Fan · 7 years ago
  92. e5a246f arm: provide a PCS-compliant setjmp implementation by Philipp Tomsich · 7 years ago
  93. cc00f0e arm: boot0 hook: move boot0 hook before '_start' by Philipp Tomsich · 7 years ago
  94. 38d1b93 armv8: update gd after relocate by Kever Yang · 7 years ago
  95. 81c2137 arm64: support running at addr other than linked to by Stephen Warren · 7 years ago
  96. 06eefbd Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  97. ffea3e6 armv8: layerscape: Enable falcon boot by York Sun · 7 years ago
  98. 446c7d0 ARMv8: fix error in freeing stack frame by zijun_hu · 7 years ago
  99. fc4741f ARMv8: get new GD address from gd->new_gd directly by zijun_hu · 7 years ago
  100. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago