maincontroller3: Add support for mc3 with the same image for trizeps8plus
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
Activity
Filter activity
assigned to @jonas.hoeppner
requested review from @marc-oliver.westerburg
@marc-oliver.westerburg Könntest Du nochmal über die Ramsettings schauen, ob das alles korrekt gemerged wurde.
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>; changed this line in version 2 of the diff
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
Toggle commit listadded 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
Toggle commit listadded 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
Toggle commit listIntegration merge request: seco-ne/yocto/manifest!840 (merged)
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)