1. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  2. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  3. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  4. 5a20adf apalis-tk1: remove non-essential power rails on boot by Dominik Sliwa · 5 years ago
  5. fbcb925 apalis-tk1/t30: colibri_t30: display reset reason by Dominik Sliwa · 5 years ago
  6. 382de4a arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSET by Masahiro Yamada · 5 years ago
  7. 74a50ac ARM: tegra: Enable position independent build for 64-bit by Thierry Reding · 6 years ago
  8. b571766 ARM: tegra: Import cbootargs value from cboot DTB by Thierry Reding · 6 years ago
  9. 34e12e0 ARM: tegra: Implement cboot_get_ethaddr() by Thierry Reding · 6 years ago
  10. ce353ba ARM: tegra: Implement cboot_save_boot_params() in C by Thierry Reding · 6 years ago
  11. a0dbc13 ARM: tegra: Unify Tegra186 builds by Thierry Reding · 6 years ago
  12. 836a56e ARM: tegra: Workaround UDC boot issues only if necessary by Thierry Reding · 6 years ago
  13. f9ec2ec ARM: tegra: Support TZ-only access to PMC by Thierry Reding · 6 years ago
  14. 8f60d18 ARM: tegra: Fix save_boot_params() prototype by Thierry Reding · 6 years ago
  15. e19143b ARM: tegra: Guard powergate code with a Kconfig symbol by Thierry Reding · 6 years ago
  16. 07ea02b ARM: tegra: Guard pin controller code with a Kconfig symbol by Thierry Reding · 6 years ago
  17. 1a869c7 ARM: tegra: Guard memory controller code with a Kconfig symbol by Thierry Reding · 6 years ago
  18. 9e57819 ARM: tegra: Guard GP pad control code with a Kconfig symbol by Thierry Reding · 6 years ago
  19. b64e0b9 ARM: tegra: Guard clock code with a Kconfig symbol by Thierry Reding · 6 years ago
  20. e9c58f2 ARM: tegra: Use common header for PMU declarations by Thierry Reding · 6 years ago
  21. bf468e5 ARM: tegra: Remove disp1 clock initialization on Tegra210 by Thierry Reding · 6 years ago
  22. bca7910 ARM: tegra: Fix mux type for disp1 and disp2 clocks on Tegra210 by Thierry Reding · 6 years ago
  23. c9d7542 tegra: Add a delay in clock_start_periph_pll() by Simon Glass · 6 years ago
  24. f6ac3fa tegra: Correct tegra124 clock name by Simon Glass · 6 years ago
  25. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
  26. 274ccb5 arm64: zynqmp: Move SoC sources to mach-zynqmp by Michal Simek · 6 years ago
  27. b335e91 linux/sizes.h: sync from kernel by Baruch Siach · 6 years ago
  28. 0797f7f ARM: tegra: reserve unmapped RAM so EFI doesn't use it by Stephen Warren · 6 years ago
  29. 3d186cf ARM: tegra: avoid more operations in non-secure world by Stephen Warren · 6 years ago
  30. a839c36 ARM: tegra: align carveout size by Stephen Warren · 6 years ago
  31. 58008cb Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  32. 08a00cb dm: Change CMD_DM enabling by Michal Simek · 6 years ago
  33. 5ed063d Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  34. 6e584e6 ARM: tegra: avoid using secure carveout RAM by Stephen Warren · 6 years ago
  35. 3cc7942 ARM: tegra: implement RAM repair by Bibek Basu · 6 years ago
  36. daebd48 Revert "tegra: Introduce SRAM repair on tegra124" by Stephen Warren · 6 years ago
  37. acf1500 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 7 years ago
  38. 4c6fe07 tegra: psci: save context id in cpu_on command by Patrick Delaunay · 7 years ago
  39. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  40. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  41. f1b1f77 Convert CONFIG_SPI to Kconfig by Adam Ford · 7 years ago
  42. af09eba aes: Allow non-zero initialization vector by Андрей Мозжухин · 7 years ago
  43. 026a8b9 ARM: Tegra186: calculate load addresses at boot by Stephen Warren · 7 years ago
  44. cdcf555 ARM: Tegra186: don't map memory not in RAM banks by Stephen Warren · 7 years ago
  45. d585925 ARM: Tegra186: search for best RAM bank by Stephen Warren · 7 years ago
  46. f697471 ARM: Tegra186: mem parsing fixes from downstream by Stephen Warren · 7 years ago
  47. ddecaaf ARM: tegra: use LINUX_KERNEL_IMAGE_HEADER by Stephen Warren · 7 years ago
  48. f097532 ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSET by Stephen Warren · 7 years ago
  49. f2faffe binman: tegra: Convert to use binman by Simon Glass · 7 years ago
  50. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  51. 3991f42 dm: core: Add ofnode_for_each_subnode() by Simon Glass · 7 years ago
  52. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  53. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  54. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  55. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  56. e3f44f5 dm: power: Convert as3722 to driver model by Simon Glass · 7 years ago
  57. 000f15f dm: tegra: Convert clock_decode_periph_id() to support livetree by Simon Glass · 7 years ago
  58. be78909 dm: tegra: Convert USB setup to livetree by Simon Glass · 7 years ago
  59. 66de3ee tegra: tegra124: Add a PMC syscon driver by Simon Glass · 7 years ago
  60. 9b6b3c1 tegra: spl: Enable debug UART by Simon Glass · 7 years ago
  61. 2be2965 Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig by Simon Glass · 7 years ago
  62. 50d8c4a tegra: Show a debug message if the LCD PMIC fails to start by Simon Glass · 7 years ago
  63. 03bc3f1 tegra: Fix up include file ordering by Simon Glass · 7 years ago
  64. 2eb3e28 ARM: tegra: remove Whistler support by Stephen Warren · 8 years ago
  65. 1c6c7b6 tegra: clock: Avoid a divide-by-zero error by Simon Glass · 7 years ago
  66. 46864cc tegra: Init clocks even when SPL did not run by Simon Glass · 7 years ago
  67. eed3660 fdt: Rename a few functions in fdt_support by Simon Glass · 7 years ago
  68. 221a949 Kconfig: Finish migration of hashing commands by Daniel Thompson · 7 years ago
  69. 42e6f85 Convert CONFIG_CMD_ENTERRCM to Kconfig by Simon Glass · 7 years ago
  70. 0680f1b Convert CONFIG_SPL_BOARD_INIT to Kconfig by Ley Foon Tan · 8 years ago
  71. 56aceaf power: Rename CONFIG_AS3722_POWER to CONFIG_PMIC_AS3722 by Simon Glass · 8 years ago
  72. b80c0b9 Rename aes.h to uboot_aes.h by Stefano Babic · 8 years ago
  73. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 8 years ago
  74. f38f5f4 arm: tegra: initial support for apalis tk1 by Marcel Ziswiler · 8 years ago
  75. 8dda2e2 ARM: Migrate errata to Kconfig by Tom Rini · 8 years ago
  76. a5d6754 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · 8 years ago
  77. e5ec481 Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · 8 years ago
  78. 17fa032 serial, ns16550: bugfix: ns16550 fifo not enabled by Heiko Schocher · 8 years ago
  79. 1d2c050 mmc: move more driver config options to Kconfig by Masahiro Yamada · 8 years ago
  80. 0b84043 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  81. 11e1479 SPL: make struct spl_image 64-bit safe by Andre Przywara · 8 years ago
  82. a182e69 ARM: tegra: allow passing cboot DTB to the kernel by Stephen Warren · 8 years ago
  83. 38cacda Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  84. a8d0526 ARM: tegra186: call secure monitor for all cache-wide ops by Stephen Warren · 8 years ago
  85. 1ab557a armv8: add hooks for all cache-wide operations by Stephen Warren · 8 years ago
  86. b9ae641 ARM: tegra: translate __asm_flush_l3_cache to assembly by Stephen Warren · 8 years ago
  87. 6db8e17 ARM: tegra: ensure nvtboot_boot_x0 alignment by Stephen Warren · 8 years ago
  88. 2b950f3 ARM: tegra: configure Ethernet address on Tegra186 by Stephen Warren · 8 years ago
  89. 86919a2 ARM: tegra: add SoC-level hook for board_late_init() by Stephen Warren · 8 years ago
  90. af27382 drivers/pci/Kconfig: Add PCI by Tom Rini · 8 years ago
  91. 6e67f17 Fix codying style broken by recent libfdt sync by Masahiro Yamada · 8 years ago
  92. df87e6b libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  93. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  94. d40d69e ARM: tegra: reduce DRAM size mapped into MMU on ARM64 by Stephen Warren · 8 years ago
  95. 8e5d804 ARM: tegra: flush caches via SMC call by Stephen Warren · 8 years ago
  96. 140a9ea ARM: tegra: enable standard clock/reset APIs everywhere by Stephen Warren · 8 years ago
  97. 7468676 ARM: tegra: fix clock_get_periph_rate() for UART clocks by Stephen Warren · 8 years ago
  98. d0ad8a5 ARM: tegra: add APIs the clock uclass driver will need by Stephen Warren · 8 years ago
  99. 6dbcc96 ARM: tegra: add peripheral clock init table by Stephen Warren · 8 years ago
  100. 6a474db mmc: tegra: Add DM_MMC support to Tegra MMC driver by Tom Warren · 8 years ago