Skip to content
Snippets Groups Projects

maincontroller3: Add support for mc3 with the same image for trizeps8plus

Merged Jonas Höppner requested to merge mc3_fix_dts into guf_imx_v2020.04-trizeps8plus_2021_12_07
1 unresolved thread
  • Added devicetree
  • Add support to select a devicetree based on board detection
  • Modify spl to adapt configs either to MC3 or trizeps8plus.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
8 8 compatible = "fsl,imx8mp-evk", "fsl,imx8mp";
9 9
10 10 chosen {
11 bootargs = "console=ttymxc0,115200";
12 stdout-patch = &uart1;
11 bootargs = "console=ttymxc1,115200";
12 stdout-patch = &uart2;
13 13 };
14 14
15 15 memory@40000000 {
16 16 device_type = "memory";
17 reg = <0x0 0x40000000 0 0xc0000000>,
18 <0x1 0x00000000 0 0xc0000000>;
17 reg = <0x0 0x40000000 0 0x40000000>;
  • Jonas Höppner added 7 commits

    added 7 commits

    • d14754c8 - maincontroller3: Initial modifications to boot mc3
    • 35e79649 - config:dts:mc3: Added separate devicetree for MC3
    • 19a1afed - dts:mx8mp: Fixed error on eMMC due to missing pull-up
    • f7c2bef1 - dts:mx8mp: Change order of mmc
    • 72887844 - bootselect: Add rtc and gpio for mc3, fixed 'high active' mode for bootmode gpio
    • 5c188ff2 - add basic MC3 support
    • ed5558d1 - mc3: distinct between mc3 and trizeps8plus during spl boot

    Compare with previous version

  • Jonas Höppner added 7 commits

    added 7 commits

    • 4d5a050e - maincontroller3: Initial modifications to boot mc3
    • 179d54e8 - config:dts:mc3: Added separate devicetree for MC3
    • 93df39a0 - dts:mx8mp: Fixed error on eMMC due to missing pull-up
    • 86bb2427 - dts:mx8mp: Change order of mmc
    • 4578bb76 - bootselect: Add rtc and gpio for mc3, fixed 'high active' mode for bootmode gpio
    • 62ad1de0 - add basic MC3 support
    • 6a4a44ea - mc3: distinct between mc3 and trizeps8plus during spl boot

    Compare with previous version

  • Jonas Höppner added 7 commits

    added 7 commits

    • 11b4ff7d - maincontroller3: Initial modifications to boot mc3
    • ba5e2bf8 - config:dts:mc3: Added separate devicetree for MC3
    • a1eebf1c - dts:mx8mp: Fixed error on eMMC due to missing pull-up
    • 49be8343 - dts:mx8mp: Change order of mmc
    • af12e8a8 - bootselect: Add rtc and gpio for mc3, fixed 'high active' mode for bootmode gpio
    • 1b5b617d - add basic MC3 support
    • 72b70c39 - mc3: distinct between mc3 and trizeps8plus during spl boot

    Compare with previous version

  • Maintainer

    Integration merge request: seco-ne/yocto/manifest!840 (merged)

  • Maintainer

    Integration merge request: seco-ne/yocto/manifest!839 (merged)

  • mentioned in merge request seco-ne/yocto/manifest!840 (merged)

  • mentioned in merge request seco-ne/yocto/manifest!839 (merged)

  • Please register or sign in to reply
    Loading