1. 18 12月, 2019 2 次提交
    • P
      stm32mp1: remove the imply BOOTSTAGE · 16fec9b0
      Patrick Delaunay 提交于
      This patch is only a temporarily workaround for crash introduced by
      commit ac9cd480 ("bootstage: Correct relocation algorithm").
      
      The crash occurs because the bootstage struct is not correctly aligned
      when BOOTSTAGE feature is activated.
      Signed-off-by: NPatrick Delaunay <patrick.delaunay@st.com>
      Acked-by: NPatrick Delaunay <patrick.delaunay@st.com>
      16fec9b0
    • P
      stm32mp1: imply CMD_CLS · eee15806
      Patrick Delaunay 提交于
      Activate by default the command CLS (clear screen);
      this command used in pxe or sysboot command (DISTRO support)
      when the "menu background" keyword is present.
      
      This patch avoid the warning "Unknown command 'cls'"
      with extlinux.conf:
      
      # Generic Distro Configuration file generated by OpenEmbedded
      menu title Select the boot mode
      MENU BACKGROUND /splash.bmp
      TIMEOUT 20
      DEFAULT stm32mp157c-ev1-emmc
      LABEL stm32mp157c-ev1-emmc
      	KERNEL /uImage
      	FDT /stm32mp157c-ev1.dtb
      	APPEND root=/dev/mmcblk1p4 rootwait rw console=ttySTM0,115200
      
        ...
        Retrieving file: /mmc0_stm32mp157c-ev1_extlinux/extlinux.conf
        614 bytes read in 36 ms (16.6 KiB/s)
        Retrieving file: /splash.bmp
        46180 bytes read in 40 ms (1.1 MiB/s)
        Unknown command 'cls' - try 'help'
        Select the boot mode
        1:	stm32mp157c-ev1-sdcard
        ...
      Signed-off-by: NPatrick Delaunay <patrick.delaunay@st.com>
      Acked-by: NPatrick Delaunay <patrick.delaunay@st.com>
      eee15806
  2. 16 12月, 2019 1 次提交
  3. 14 12月, 2019 8 次提交
  4. 11 12月, 2019 8 次提交
  5. 10 12月, 2019 21 次提交