Skip to content
  1. Aug 10, 2022
    • Tony Nadackal's avatar
      build/sgi: use mkfs.ext3 command to create ext3 partition · d4de01e4
      Tony Nadackal authored and Thomas Abraham's avatar Thomas Abraham committed
      
      
      Previously mkfs.ext3 was used to create an ext3 partition on a
      zero-filled raw image file and then mount that partition to a mount
      point using fuse-ext2 tool. The Linux and ramdisk images were then
      copied to this mount point. fusermount tool was used to sync the
      contents and unmount the partition. Also, tune2fs utility was needed to
      assign the UUID for this partition.
      
      fuse-ext2 tool is not available for AArch64 host machines by default. To
      avoid this dependency, A single mkfs.ext3 command is used to create an
      ext3 partition with UUID out of the raw image file and then copy the
      images into it.
      
      Change-Id: Ia954c711282f40dd7cc25b55d298c5667714a051
      Signed-off-by: Tony Nadackal's avatarTony K Nadackal <tony.nadackal@arm.com>
      d4de01e4
  2. Jun 18, 2022
  3. Nov 30, 2021
  4. Oct 28, 2021
  5. Oct 21, 2021
  6. Sep 16, 2021
  7. Sep 13, 2021
  8. Aug 10, 2021
  9. Aug 09, 2021
    • Shriram's avatar
      configs/rdn2cfg1: remove console argument from grub config · df49b60f
      Shriram authored and Vijayenthiran Subramaniam's avatar Vijayenthiran Subramaniam committed
      
      
      Linux assigns the ttyAMA index in the order in which the uarts are
      defined in the SSDT ACPI table. Also, the default uart to use is defined
      in the DBG2 ACPI table and firmware will ensure that the uart used in
      the DBG2 table is initialized. Passing "console=ttyAMA0,115200" as
      command line parameter to linux will not honor the uart defined in the
      DBG2 table. In some scenarios, ttyAMA0 might not be same uart mentioned
      in the DBG2 table and might not be initialized by the boot firmware
      which would cause the kernel boot to fail. To avoid this, remove
      "console=ttyAMA0,115200" as command line parameter and let linux use the
      uart mentioned in the DBG2 table for console.
      
      Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
      Change-Id: If43090ffccb72a007b550ad9735485397cebcc08
      df49b60f
    • Shriram's avatar
      configs/rdn2: remove console argument from grub config · 9bba1b35
      Shriram authored and Vijayenthiran Subramaniam's avatar Vijayenthiran Subramaniam committed
      
      
      Linux assigns the ttyAMA index in the order in which the uarts are
      defined in the SSDT ACPI table. Also, the default uart to use is defined
      in the DBG2 ACPI table and firmware will ensure that the uart used in
      the DBG2 table is initialized. Passing "console=ttyAMA0,115200" as
      command line parameter to linux will not honor the uart defined in the
      DBG2 table. In some scenarios, ttyAMA0 might not be same uart mentioned
      in the DBG2 table and might not be initialized by the boot firmware
      which would cause the kernel boot to fail. To avoid this, remove
      "console=ttyAMA0,115200" as command line parameter and let linux use the
      uart mentioned in the DBG2 table for console.
      
      Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
      Change-Id: I1f265eb30532b92ce8a54d0cc889190eb3582c9b
      9bba1b35
  10. May 26, 2021
  11. May 25, 2021
  12. May 21, 2021
  13. May 03, 2021
Loading