Skip to content
Snippets Groups Projects
  1. Mar 14, 2016
  2. Feb 24, 2016
  3. Feb 23, 2016
  4. Feb 01, 2016
  5. Jan 27, 2016
  6. Jan 21, 2016
  7. Nov 30, 2015
    • Alison Wang's avatar
      arm: ls102xa: Update fdt_high and initrd_high for LS1021AQDS board · 99fe4541
      Alison Wang authored
      
      As 3G/1G user/kernel memory split is used on LS1021A, the Linux kernel
      fails to access the device tree blob on boot. The reason is that u-boot
      relocates the device tree blob into high memory when booting the kernel
      and the kernel is unable to access the blob.
      
      To avoid this issue, fdt_high is set to the value of 0xffffffff. The
      device tree blob will not get relocated and is still in low memory to
      make it accessible to the kernel.
      
      For the same reason, initrd_high is set to the value of 0xffffffff too.
      
      This patch is to update fdt_high and initrd_high for LS1021AQDS board.
      
      Signed-off-by: default avatarAlison Wang <alison.wang@freescale.com>
      Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
      99fe4541
  8. Nov 25, 2015
  9. Nov 22, 2015
  10. Oct 30, 2015
  11. Oct 29, 2015
  12. Oct 26, 2015
  13. Oct 24, 2015
  14. Oct 02, 2015
    • Albert ARIBAUD \\(3ADEV\\)'s avatar
      I2C: mxc_i2c: make I2C1 and I2C2 optional · 03544c66
      Albert ARIBAUD \\(3ADEV\\) authored
      
      The driver assumed that I2C1 and I2C2 were always enabled,
      and if they were not, then an asynchronous abort was (silently)
      raised, to be caught much later on in the Linux kernel.
      
      Fix this by making I2C1 and I2C2 optional just like I2C3 and I2C4
      are.
      
      To make the change binary-invariant, declare I2C1 and I2C2 in
      every include/configs/ file which defines CONFIG_SYS_I2C_MXC.
      
      Also, while updating README about CONFIG_SYS_I2C_MXC_I2C1 and
      CONFIG_SYS_I2C_MXC_I2C2, add missing descriptions for I2C4 speed
      (CONFIG_SYS_MXC_I2C4_SPEED) and slave (CONFIG_SYS_MXC_I2C4_SLAVE)
      config options.
      
      Signed-off-by: default avatarAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
      03544c66
  15. Sep 02, 2015
  16. Aug 21, 2015
  17. Aug 03, 2015
  18. Jul 22, 2015
  19. Jul 20, 2015
  20. Jul 01, 2015
  21. Jun 29, 2015
  22. Jun 26, 2015
  23. Jun 02, 2015
  24. Jun 01, 2015
  25. May 20, 2015
  26. Apr 23, 2015
  27. Apr 21, 2015
    • gaurav rana's avatar
      Add bootscript support to esbc_validate. · 98cb0efd
      gaurav rana authored
      
      1. Default environment will be used for secure boot flow
       which can't be edited or saved.
      2. Command for secure boot is predefined in the default
       environment which will run on autoboot (and autoboot is
       the only option allowed in case of secure boot) and it
       looks like this:
       #define CONFIG_SECBOOT \
       "setenv bs_hdraddr 0xe8e00000;"                 \
       "esbc_validate $bs_hdraddr;"                    \
       "source $img_addr;"                             \
       "esbc_halt;"
       #endif
      3. Boot Script can contain esbc_validate commands and bootm command.
       Uboot source command used in default secure boot command will
       run the bootscript.
      4. Command esbc_halt added to ensure either bootm executes
       after validation of images or core should just spin.
      
      Signed-off-by: default avatarRuchika Gupta <ruchika.gupta@freescale.com>
      Signed-off-by: default avatarGaurav Rana <gaurav.rana@freescale.com>
      Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
      98cb0efd
  28. Mar 31, 2015
  29. Feb 24, 2015
  30. Jan 24, 2015
  31. Dec 11, 2014
Loading