Skip to content
Snippets Groups Projects
  1. Apr 09, 2015
  2. Apr 08, 2015
    • Ulises Cardenas's avatar
      Fix mxc_hab documenation for DEK blob generation · f97d112e
      Ulises Cardenas authored and Stefano Babic's avatar Stefano Babic committed
      
      Include/fsl_sec.h defines sec_in and sec_out, according to the
      platform's endianess. Therefore, CONFIG_SYS_FSL_LE needs to be
      declared in the configuration file of the target, in order to use
      enable the DEK blob generation command. This requirement is not
      explicit in the README.mxc_hab.
      
      Signed-off-by: default avatarUlises Cardenas <Ulises.Cardenas@freescale.com>
      f97d112e
    • Fabio Estevam's avatar
      mx53loco: Disable printing cpuinfo · a80a65e9
      Fabio Estevam authored and Stefano Babic's avatar Stefano Babic committed
      
      Since commit 32df39c7 ("mx5: fix get_reset_cause") we have the following
      boot messages on a mx53qsb:
      
      U-Boot 2015.04-rc5-00029-gd68df02 (Apr 06 2015 - 11:15:39)
      
      CPU:   Freescale i.MX53 rev2.1 at 800 MHz
      Reset cause: POR
      Board: MX53 LOCO
      I2C:   ready
      DRAM:  1 GiB
      MMC:   FSL_SDHC: 0, FSL_SDHC: 1
      In:    serial
      Out:   serial
      Err:   serial
      CPU:   Freescale i.MX53 rev2.1 at 1000 MHz
      Reset cause: unknown reset
      Net:   FEC [PRIME]
      
      The CPU and Reset cause lines appear twice.
      
      Initially mx53 boots at 800MHz, then at a later point the PMIC is configured via
      I2C to raise the CPU voltage so that it can run at 1GHz.
      
      To avoid such misleading double printings, disable printing cpu info for now.
      
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
      Acked-by: default avatarJason Liu <r64343@freescale.com>
      a80a65e9
  3. Mar 25, 2015
  4. Mar 23, 2015
  5. Mar 20, 2015
  6. Mar 18, 2015
  7. Mar 17, 2015
Loading