Skip to content
Snippets Groups Projects
  1. Mar 30, 2021
  2. Mar 23, 2021
  3. Mar 19, 2021
  4. Mar 15, 2021
  5. Mar 12, 2021
  6. Mar 11, 2021
  7. Mar 08, 2021
  8. Mar 05, 2021
  9. Mar 04, 2021
  10. Mar 03, 2021
  11. Mar 02, 2021
  12. Mar 01, 2021
    • Adam Ford's avatar
      imx: Add 2GB lpddr support for i.MX8MN Beacon EmbeddedWorks devkit. · 5d9b1664
      Adam Ford authored and Stefano Babic's avatar Stefano Babic committed
      
      There is a second lpddr configuration with 2GB of RAM, but this requires
      different RAM timings, so in addition to adding the timing file, a
      separate defconfig is necessary.
      
      Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
      5d9b1664
    • Ye Li's avatar
      mx6sabre: Fix boot failure · aacf04fb
      Ye Li authored and Stefano Babic's avatar Stefano Babic committed
      
      CONFIG_SPL_LEGACY_IMAGE_SUPPORT is necessary for mx6sabresd and
      mx6sabreauto, because u-boot is packed as legacy image not FIT.
      However, this config is not set when CONFIG_SPL_LOAD_FIT is enabled.
      Must enable it explicitly, otherwise will fail to boot like below.
      
      U-Boot SPL 2021.04-rc2 (Feb 20 2021 - 16:43:04 -0800)
      Trying to boot from MMC1
      mmc_load_image_raw_sector: mmc block read error
      SPL: failed to boot from all boot devices
      
      Signed-off-by: default avatarYe Li <ye.li@nxp.com>
      aacf04fb
Loading