summaryrefslogtreecommitdiff
path: root/board/sklrvp_mchp1723
Commit message (Collapse)AuthorAgeFilesLines
* mchp: Move I2C_CONTROLLER_COUNT and I2C_PORT_COUNT to chipmartin yan2021-06-301-7/+0
| | | | | | | | | | | | | | | | | | Move I2C_CONTROLLER_COUNT and I2C_PORT_COUNT to registers-mec172x.h and registers-mec152x.h from board.h, both are chip specific BRANCH=none BUG=none TEST=Tested adlrvpp_mchp1727 and sklrvp_mchp1723 adlrvpp_mchp1521 and sklrvp_mchp Signed-off-by: martin yan <martin.yan@microchip.corp-partner.google.com> Change-Id: Icd91e9877e0053c83c1a73d10470ffefedd90a01 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2982390 Reviewed-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
* cleanup: mchp boards: Use standard eSPI configsPoornima Tom2021-05-201-3/+3
| | | | | | | | | | | | | BUG=b:186669325 BRANCH=none TEST=make buildall -j Signed-off-by: Poornima Tom <poornima.tom@intel.com> Change-Id: I8f1cc9f3e053ad53061e0c19170a0f638d439c13 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2906443 Tested-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: caveh jalali <caveh@chromium.org> Commit-Queue: Vijay Hiremath <vijay.p.hiremath@intel.com>
* mchp: Add MEC1723 board: sklrvp_mchp1723Scott Worley2021-04-157-0/+934
Add new board, sklrvp_mchp1723 using MEC1723-SZ and based upon the intelrvp baseboard. Users may switch to the MEC1727-SZ variant with internal 512KB SPI flash by changing the variant name to mec1727sz in the board's build make file. BRANCH=none BUG=none TEST=Build MEC172x chip and sklrvp_mchp1723 board. Signed-off-by: Scott Worley <scott.worley@microchip.corp-partner.google.com> Change-Id: Ia044a2149cf797aa620ad023be133c97b6183ac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2749516 Reviewed-by: Martin Yan <martin.yan@microchip.corp-partner.google.com> Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Martin Yan <martin.yan@microchip.corp-partner.google.com> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>