Skip to content
Snippets Groups Projects
Select Git revision
  • 71edc271816ec82cf0550dd6980be2da3cc2ad9e
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
15 results

cmd_boot.c

  • Mike Frysinger's avatar
    a4986459
    allow ports to override go behavior · a4986459
    Mike Frysinger authored
    Split the arch-specific logic out of the common go code and into a dedicated
    weak function called do_go_exec() that lives in cpu directories.  This will
    need review from i386/nios people to make sure I didn't break them.
    a4986459
    History
    allow ports to override go behavior
    Mike Frysinger authored
    Split the arch-specific logic out of the common go code and into a dedicated
    weak function called do_go_exec() that lives in cpu directories.  This will
    need review from i386/nios people to make sure I didn't break them.