]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
authorTom Rini <trini@konsulko.com>
Thu, 20 Jan 2022 17:40:20 +0000 (12:40 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jan 2022 17:40:20 +0000 (12:40 -0500)
- fdt_support: Add fdt_for_each_node_by_compatible() helper macro
  (Marek)
- turris_omnia: Fixup SATA or PCIe nodes at runtime in DT blob (Pali)
- pci_mvebu: Add support for Kirkwood PCIe controllers (Pali)
- SPL: More verifications for kwbimage in SPL (Pali)
- mvebu: Remove comphy_update_map() (Pali)
- Minor misc stuff

1  2 
arch/mips/mach-octeon/octeon_fdt.c
common/fdt_support.c
common/spl/spl.c
include/fdt_support.h
include/spl.h

Simple merge
Simple merge
Simple merge
Simple merge
diff --cc include/spl.h
index 9fc5ac61f8f3c4c769724f97b79de9925012e559,469e7fe1cc3d9478f9debd12c8db1084644cb100..8748497bc1fdb220d84a26afaadba902e47428c5
@@@ -435,9 -437,10 +437,10 @@@ void spl_set_header_raw_uboot(struct sp
   *
   * @spl_image: Image description to set up
   * @header image header to parse
 - * @return 0 if a header was correctly parsed, -ve on error
 + * Return: 0 if a header was correctly parsed, -ve on error
   */
  int spl_parse_image_header(struct spl_image_info *spl_image,
+                          const struct spl_boot_device *bootdev,
                           const struct image_header *header);
  
  void spl_board_prepare_for_linux(void);