Skip to content
Snippets Groups Projects
  1. Jan 10, 2023
  2. Jan 09, 2023
    • Tom Rini's avatar
      ns16650: Correct CONFIG_SYS_NS16550_MEM32 platforms · 7b84c973
      Tom Rini authored
      
      There are currently no platform that are both CONFIG_SYS_NS16550_MEM32
      and not (per how the logic was prior to being broken in 0478dac6
      ("kbuild: Remove uncmd_spl logic")) enabled in CONFIG_DM_SERIAL. We drop
      this line out now so that platforms which do use
      CONFIG_SYS_NS16550_MEM32 and depending on stage may or may not have
      DM_SERIAL set.
      
      Fixes: 0478dac6 ("kbuild: Remove uncmd_spl logic")
      Reported-by: default avatarQuentin Schulz <quentin.schulz@theobroma-systems.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      Tested-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> #on Ringneck PX30, Puma RK3399
      7b84c973
    • Tom Rini's avatar
      Merge branch 'next' · cebdfc22
      Tom Rini authored
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      cebdfc22
    • Tom Rini's avatar
      Prepare v2023.01 · 62e2ad1c
      Tom Rini authored
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      62e2ad1c
    • Jagan Teki's avatar
      board: rockchip: Fix binman_init failure on EVB-RK3568 · 31500e7b
      Jagan Teki authored and Tom Rini's avatar Tom Rini committed
      
      For some newer SoCs like RK3568, the Rockchip has not released
      any DDR drivers yet so idbloader needs to create manually using
      DDR binaries offered by rkbin. This indeed no requirement to
      enable TPL in the U-Boot source code.
      
      If we mark TPL disabled and mark BINMAN enabled by default then
      there would be an issue of binman_init failure during board
      relocation. This is true as binman failed to find the top-level
      node like u-boot-tpl here.
      
      Here is the boot issue observed in Radxa-CM3 RK3566 board,
      
       U-Boot 2023.01-rc4-00057-gac2505d463-dirty (Jan 04 2023 - 23:44:18 +0530)
      
       Model: Radxa Compute Module 3(CM3) IO Board
       DRAM:  2 GiB
       binman_init failed:-2
       initcall sequence 000000007ffd2008 failed at call 0000000000a18cac (err=-2)
       ### ERROR ### Please RESET the board ###
      
      This might be fixed via binman node in rockchip-u-boot.dtsi however
      disable BINMAN_FDT for evb-rk3568 defconfig for now as we are at the
      end of the release cycle.
      
      Fixes: 05713d57 ("rockchip: generate u-boot-rockchip.bin with binman
      for ARM64 boards")
      Cc: Quentin Schulz <quentin.schulz@theobroma-systems.com>
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      Reviewed-by: Kever Yang's avatarKever Yang <kever.yang@rock-chips.com>
      31500e7b
  3. Jan 08, 2023
  4. Jan 07, 2023
  5. Jan 06, 2023
Loading