1. bb11234 treewide: rework linker symbol declarations in sections header by Shiji Yang · Thu Aug 03 09:47:16 2023 +0800
  2. da9739c Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Mon Jun 12 16:42:37 2023 -0400
  3. 50fa118 global: Use proper project name U-Boot by Michal Simek · Wed May 17 09:17:16 2023 +0200
  4. d95ac85 imx6q: acc: Remove misuse of env is nowhere driver by Stefan Herbrechtsmeier · Tue May 02 12:23:03 2023 +0200
  5. e3b3264 arm: Correct cpu_reset function prototype on some platforms by Tom Rini · Thu Mar 09 11:22:07 2023 -0500
  6. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  7. 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · Fri Oct 28 20:27:13 2022 -0400
  8. 9faa287 video: Drop CONFIG_AM335X_LCD by Simon Glass · Sun Oct 16 15:31:47 2022 -0600
  9. 9d680d1 bosch: Add initial board support for ACC by Philip Oberfichtner · Thu May 19 13:52:48 2022 +0200
  10. 7913b2b am335x, guardian: Drop non DM_I2C code by Gireesh Hiremath · Wed May 04 11:02:58 2022 +0000
  11. 721d99a led: Drop led_default_state() by Marek Vasut · Fri Apr 22 15:41:42 2022 +0200
  12. e1e8544 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · Fri Aug 27 21:18:30 2021 -0400
  13. a7a9bc0 ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespace by Tom Rini · Wed Aug 18 23:12:29 2021 -0400
  14. 5010387 arm: shc: Change CONFIG_SYS_I2C_EEPROM_ADDR to EEPROM_ADDR by Tom Rini · Tue Aug 17 17:59:38 2021 -0400
  15. 6b755fa am335x, guardian: Enable panel driver Himax HX8238D by Gireesh Hiremath · Fri Jun 11 16:13:47 2021 +0000
  16. 567d76e am335x, guardian: Enable backlight by Gireesh Hiremath · Fri Jun 11 16:13:44 2021 +0000
  17. e6d0bff am335x, guardian: update swi logic by Gireesh Hiremath · Fri Jun 11 16:13:43 2021 +0000
  18. d4b900e am335x, guardian: code cleanup and boot optimization by Gireesh Hiremath · Fri Jun 11 16:13:40 2021 +0000
  19. a7038d1 am335x, guardian: mem: Add board dependent mem values by Moses Christopher · Fri Jun 11 16:13:34 2021 +0000
  20. a9765d0 bootstage: Eliminate when not enabled by Tom Rini · Mon May 03 16:48:58 2021 -0400
  21. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  22. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  23. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  24. f8de9e4 am335x, guardian: update the maintainer list by Moses Christopher · Mon Sep 07 09:44:47 2020 +0000
  25. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  26. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  27. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  28. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  29. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  30. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  31. 4cfc5e3 am335x, guardian: boot stage feedback in headless mode by Moses Christopher · Wed Mar 25 06:45:45 2020 +0000
  32. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  33. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  34. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · Thu Oct 03 19:50:03 2019 +0200
  35. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  36. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  37. 5d489f8 am335x, guardian: update guardian board by Moses Christopher · Tue Sep 17 14:25:37 2019 +0000
  38. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  39. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  40. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  41. 3d356e6 am335x, guardian: update the maintainer list by Moses Christopher · Tue Jun 18 13:54:02 2019 +0000
  42. f93564c am335x, guardian: Add support for the bosch guardian board by Sjoerd Simons · Mon Feb 25 15:33:00 2019 +0000
  43. 5c94414 am335x, shc: adapt shc board to DM by Heiko Schocher · Mon Jan 21 06:16:28 2019 +0100
  44. 9a10792 ARM: dts: am335x-shc: add u-boot specific dtsi by Heiko Schocher · Mon Jan 21 06:16:27 2019 +0100
  45. 1a24220 arm: dts: add am335x-shc.dts for shc board by Heiko Schocher · Mon Jan 21 06:16:26 2019 +0100
  46. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  47. c01553b spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-boot CONFIG by Faiz Abbas · Fri Feb 16 21:17:44 2018 +0530
  48. 097bb18 am335x, shc: kconfig: Fix misspelled choice default by Ulf Magnusson · Tue Jan 30 14:04:43 2018 +0100
  49. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  50. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · Thu Aug 03 12:22:11 2017 -0600
  51. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  52. 0a78017 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC by Masahiro Yamada · Tue May 09 20:31:39 2017 +0900
  53. f116396 am335x, shc: add support for the am335x based bosch shc board by Heiko Schocher · Tue Jun 07 08:31:25 2016 +0200