1. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  2. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  3. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  4. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  5. 8b7d092 MAINTAINERS: drop bcm283x/rpi maintainership by Stephen Warren · 7 years ago
  6. 82f766d Allow boards to initialize the DT at runtime. by Alex Deymo · 7 years ago
  7. 45a6d23 bcm2835_wdt: support for the BCM2835/2836 watchdog by Paolo Pisati · 8 years ago
  8. 3e16705 arm: rpi: Add a TODO to move all messages into the msg handler by Simon Glass · 7 years ago
  9. e6c6d07 dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC by Simon Glass · 7 years ago
  10. c660651 arm: rpi: Add a function to obtain the MMC clock by Simon Glass · 7 years ago
  11. 70997d8 arm: rpi: Add a file to handle messages by Simon Glass · 7 years ago
  12. 5d3c4ba rpi: Fix device tree path on ARM64 by Tuomas Tynkkynen · 8 years ago
  13. 1bcf7a3 bcm2835: Reserve the spin table in efi memory map by Alexander Graf · 8 years ago
  14. 7670909 ARM: bcm283x: use OF_CONTROL for bcm283x by Fabian Vogt · 8 years ago
  15. d8396a3 board: rpi: move uart deactivation to board_init by Fabian Vogt · 8 years ago
  16. ade243a rpi: passthrough of the firmware provided FDT blob by Cédric Schieli · 8 years ago
  17. 601147b serial: bcm283x_mu: Detect disabled serial device by Alexander Graf · 8 years ago
  18. cd4b0c5 armv8: mmu: Add support of non-identical mapping by York Sun · 8 years ago
  19. fe84ebf rpi: remove redundant board files by Stephen Warren · 8 years ago
  20. d22a765 ARM: add Raspberry Pi 3 64-bit config by Stephen Warren · 8 years ago
  21. f031f50 rpi: BCM2837 and Raspberry Pi 3 32-bit support by Stephen Warren · 9 years ago
  22. 7233fb3 rpi: add Raspberry Pi 3 board ID by Stephen Warren · 9 years ago
  23. 29937ca rpi: use constant "unknown board" DT filename by Stephen Warren · 9 years ago
  24. ed7481c ARM: bcm283x: don't always define CONFIG_BCM2835 by Stephen Warren · 9 years ago
  25. cd0fa5b serial: pl01x: Add support for devices with the rate pre-configured. by Eric Anholt · 9 years ago
  26. 757cd14 rpi: set board serial number in environment by Lubomir Rintel · 9 years ago
  27. 859f143 rpi: set ethaddr as well by Lubomir Rintel · 9 years ago
  28. 7443a9c rpi: fix up Model B entries by Lubomir Rintel · 9 years ago
  29. dba060c rpi: link to another model number info source by Stephen Warren · 9 years ago
  30. af7c03e rpi: add support for Raspberry Pi Zero by Stephen Warren · 9 years ago
  31. c4ea1ed rpi: fix revision scheme parsing by Stephen Warren · 9 years ago
  32. dbe6f1e rpi: get rid of BCM2835_BOARD_REV_* macros by Stephen Warren · 9 years ago
  33. bff7856 ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support by Guillaume GARDET · 9 years ago
  34. 79ad5ce ARM: rpi: add another revision of Raspberry Pi A+ by Lubomir Rintel · 9 years ago
  35. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  36. 927753a ARM: bcm283x: Allocate all mailbox buffers cacheline aligned by Alexander Stein · 9 years ago
  37. 787affb ARM: rpi: add a couple more revision IDs by Stephen Warren · 9 years ago
  38. ddf6bd4 ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283x by Masahiro Yamada · 10 years ago
  39. 95b4f11 ARM: rpi: fix RPi1 board rev detection for warranty bit by Stephen Warren · 10 years ago
  40. 4641429 rpi: add support for Raspberry Pi 2 model B by Stephen Warren · 10 years ago
  41. a033171 bcm2835/rpi: add SPDX license tags for some files by Stephen Warren · 10 years ago
  42. 033167c lcd: dt: extract simplefb support by Nikita Kiryanov · 10 years ago
  43. 914627f ARM: rpi: consolidate board rev error checking by Stephen Warren · 10 years ago
  44. 47705ef ARM: rpi: support model A+ by Stephen Warren · 10 years ago
  45. 3207d8f ARM: rpi: only set usbethaddr on relevant systems by Stephen Warren · 10 years ago
  46. 1150666 dm: rpi: Move serial to driver model by Simon Glass · 10 years ago
  47. 9316e14 ARM: rpi: rename rpi_b to rpi by Stephen Warren · 10 years ago
  48. 6fe7845 ARM: rpi_b: detect board revision by Stephen Warren · 10 years ago
  49. e895a4b fdt: Allow ft_board_setup() to report failure by Simon Glass · 10 years ago
  50. 2e07c24 kconfig: arm: introduce symbol for ARM CPUs by Georges Savoundararadj · 10 years ago
  51. 1fba907 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
  52. 4f80a06 ARM: rpi_b: query internal MAC address from firmware by Stephen Warren · 10 years ago
  53. 41e98e0 dm: rpi: Convert GPIO driver to driver model by Simon Glass · 10 years ago
  54. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  55. 93d4334 Add board MAINTAINERS files by Masahiro Yamada · 10 years ago
  56. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  57. 5dfd162 board: rpi_b: include mmc header and fix prototype by Jeroen Hofstee · 10 years ago
  58. f66f2aa ARM: rpi_b: power on SDHCI and USB HW modules by Stephen Warren · 11 years ago
  59. a79854a board: arm: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  60. ea697ae ARM: bcm2835: add simplefb DT node during bootz/m by Stephen Warren · 11 years ago
  61. 131a1e6 ARM: rpi_b: enable SD controller, add related env/cmds by Stephen Warren · 12 years ago
  62. 3f39778 ARM: rpi_b: use bcm2835 mbox driver to get memory size by Stephen Warren · 12 years ago
  63. 0d04f34 ARM: add Raspberry Pi model B board, using BCM2835 SoC by Stephen Warren · 12 years ago