Skip to content
Snippets Groups Projects
  1. Aug 12, 2024
  2. Aug 09, 2024
  3. Aug 06, 2024
    • André Przywara's avatar
      sunxi: h616: add Tanix TX1 support · 895d0517
      André Przywara authored
      
      The Tanix TX1 is a tiny TV box, featuring the Allwinner H313 SoC with up
      to 2GB of DRAM and 16GB of eMMC. There is no SD card or Ethernet port on
      this small device, but it can be booted via the USB debug "FEL" mode.
      The bootloader could then be written to the eMMC.
      
      Add the defconfig for that board, and add the devicetree file to the
      Makefile, for it to be built.
      The DRAM parameters were taken from the vendor firmware on the eMMC.
      
      Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
      895d0517
  4. Aug 05, 2024
  5. Aug 02, 2024
  6. Jul 31, 2024
    • Jiaxun Yang's avatar
      config: Use CONFIG_SYS_BIG_ENDIAN in code whenever possible · 3911ff57
      Jiaxun Yang authored and Tom Rini's avatar Tom Rini committed
      
      So CONFIG_SYS_BIG_ENDIAN is our cross architecture option for
      selecting machine endian, while the old CONFIG_CPU_BIG_ENDIAN
      is defined by Arc only.
      
      Use it whenever possible to ensure big endian code path is enabled
      for all possible big endian machines.
      
      Signed-off-by: default avatarJiaxun Yang <jiaxun.yang@flygoat.com>
      3911ff57
    • Jiaxun Yang's avatar
      Kconfig: Unify endian support option · cbef2954
      Jiaxun Yang authored and Tom Rini's avatar Tom Rini committed
      
      Move SUPPORT_BIG_ENDIAN, SUPPORT_LITTLE_ENDIAN to top-level
      arch Kconfig and let architectures select them as necessary.
      
      Remove if guard for Endianness selection choice so we can
      have one of SYS_BIG_ENDIAN, SYS_LITTLE_ENDIAN config symbol
      defined even on single endian system.
      
      Default endian to SYS_BIG_ENDIAN for MIPS || MICROBLAZE
      and LITTLE_ENDIAN for the rest to retain old config
      behaviour.
      
      Note: PPC, SH, Xtensa are technically bi-endian, but I
      checked compiled u-boot image with readelf, U-Boot currently
      only support little endian for SH and Xtensa, Big Endian for
      PPC.
      
      Signed-off-by: default avatarJiaxun Yang <jiaxun.yang@flygoat.com>
      cbef2954
  7. Jul 25, 2024
  8. Jul 24, 2024
  9. Jul 23, 2024
  10. Jul 22, 2024
Loading