1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  3. 728cb88 common: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  4. 1c39806 spl: Convert nand to spl_load by Sean Anderson · 1 year, 1 month ago
  5. 06dce4c spl: nand: Remove spl_nand_legacy_read by Sean Anderson · 1 year, 1 month ago
  6. 35f15fe spl: Only support bl_len when we have to by Sean Anderson · 1 year, 1 month ago
  7. fcb9176 spl: Remove filename from spl_load_info by Sean Anderson · 1 year, 1 month ago
  8. 7d8d613 spl: Refactor spl_load_info->read to use units of bytes by Sean Anderson · 1 year, 1 month ago
  9. 05a9e04 spl: Remove NULL assignments in spl_load_info by Sean Anderson · 1 year, 1 month ago
  10. 6f5be66 spl: nand: Map memory before accessing it by Sean Anderson · 1 year, 1 month ago
  11. 8805f9d spl: nand: Set bl_len to page size by Sean Anderson · 1 year, 1 month ago
  12. 5efc7ce spl: nand: Fix NULL-pointer dereference by Sean Anderson · 1 year, 1 month ago
  13. 952ed67 arm: imx: Check header before calling spl_load_imx_container by Sean Anderson · 1 year, 2 months ago
  14. 259cdb4 spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 2 months ago
  15. b421349 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · 2 years, 1 month ago
  16. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  17. 237f018 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · 2 years, 2 months ago
  18. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · 2 years, 3 months ago
  19. 1e885e0 spl: nand: support loading legacy image with payload compressed by developer · 2 years, 6 months ago
  20. 7396b7d spl: spl_nand: Fix bad block handling in fitImage by Michael Trimarchi · 2 years, 7 months ago
  21. dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 11 months ago
  22. c2e7888 spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths by Tom Rini · 3 years, 1 month ago
  23. a2c63f0 spl: fit: nand: allow for non-page-aligned elements by Tim Harvey · 3 years, 9 months ago
  24. 26205a3 spl: fit: nand: skip bad block handling if NAND chip not fully defined by Tim Harvey · 3 years, 9 months ago
  25. fdcb979 spl: fit: improve spl_nand_fit_read(...) readability by Dario Binacchi · 4 years, 6 months ago
  26. a6d91ca spl: fit: nand: fix fit loading in case of bad blocks by Dario Binacchi · 4 years, 6 months ago
  27. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  28. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  29. 519ce8d spl: nand: support loading i.MX container format file by Peng Fan · 5 years ago
  30. 59a6273 spl: nand: Introduce spl_nand_get_uboot_raw_page by Peng Fan · 5 years ago
  31. 438b6cd spl: spl_nand.c: Add NAND loading message by Stefan Roese · 6 years ago
  32. 1dda46f spl: Weed out CONFIG_SYS_TEXT_BASE usage by Marek Vasut · 6 years ago
  33. 93e8802 spl: Make the spl_nand_load_image static by Michael Trimarchi · 6 years ago
  34. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  35. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  36. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  37. 43a734f spl: Update spl_load_simple_fit() to take an spl_image param by Simon Glass · 8 years ago
  38. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · 8 years ago
  39. 6cf82c9 spl: Convert spl_nand_load_image() to use linker list by Simon Glass · 8 years ago
  40. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · 8 years ago
  41. 6b2e4db spl: Add a parameter to spl_parse_image_header() by Simon Glass · 8 years ago
  42. 11a1a27 spl: Add a parameter to spl_set_header_raw_uboot() by Simon Glass · 8 years ago
  43. 4f238e7 spl: nand: support redundant u-boot image by Boris Brezillon · 8 years ago
  44. 12c4922 spl: Support loading a FIT from NAND by Lokesh Vutla · 9 years ago
  45. 02266e2 SPL: Let spl_parse_image_header() return value by Marek Vasut · 9 years ago
  46. b976eb2 Common: SPL: spl_nand: Fixed debug correct NAND ECC type. by Ahmed Samir Khalil · 9 years ago
  47. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  48. 08fb32e6 spl: nand: remove code duplication by Nikita Kiryanov · 9 years ago
  49. 8e728cd armv8/ls2085aqds: NAND boot support by Scott Wood · 10 years ago
  50. cf00027 spl, nand: add option to boot raw u-boot.bin image only by Heiko Schocher · 10 years ago
  51. eac6cd6 spl: nand: read only in the size of image_header on the first access by Masahiro Yamada · 10 years ago
  52. d32e80b nand: remove CONFIG_SYS_NAND_PAGE_SIZE by Tim Harvey · 11 years ago
  53. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  54. 9ef51bd SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl by Tom Rini · 12 years ago[Renamed (93%) from arch/arm/cpu/armv7/omap-common/spl_nand.c]
  55. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  56. 9e0c260 ARM: SPL: Move gpmc_init() to spl_board_init() by Tom Rini · 12 years ago
  57. 7b51686 ARM: SPL: Clean up spl.c / spl_nand.c slightly by Tom Rini · 12 years ago
  58. 29d69dc ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · 12 years ago
  59. 09ebf1a ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c by Tom Rini · 12 years ago
  60. a76ff95 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · 12 years ago
  61. 6d01676 CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZE by Marek Vasut · 13 years ago
  62. 305bc4c omap-common/spl: Add linux boot to SPL by Simon Schwarz · 13 years ago
  63. 6c3ddde omap-common: Add NAND SPL linux booting by Simon Schwarz · 13 years ago
  64. 5040241 Move timestamp and version files into 'generated' subdir by Simon Glass · 13 years ago
  65. e21d2d8 omap-common: reorganize spl.c by Simon Schwarz · 13 years ago