summaryrefslogtreecommitdiff
path: root/board/dojo/build.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
| | | | | | | | | | | | | | | Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BRANCH=none BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icd3a1723c20595356af83d190b2c6a9078b3013b Signed-off-by: Mike Frysinger <vapier@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
* dojo: Set up board SSFC parsingTommy Chung2022-07-051-1/+1
| | | | | | | | | | | | | | | | Set up basic file to use for parsing SSFC. Currently, SSFC is set to recognize 2nd source of base sensor and lid sensor. BUG=b:237963220 BRANCH=cherry TEST=make BOARD=dojo Signed-off-by: Tommy Chung <tommy.chung@quanta.corp-partner.google.com> Change-Id: I50af96214b2e263e704580b06ecf93d4f9c95295 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3742857 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Devin Lu <devin.lu@quantatw.com> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
* dojo: Set up board FW_CONFIG parsingTommy Chung2022-04-301-1/+1
| | | | | | | | | | | | | | | Set up basic file to use for parsing FW_CONFIG. Currently, this just has a function to return the KB BL type and KB layout type. BUG=b:221315327 BRANCH=cherry TEST=make sure FW_CONFIG prints current value correctly. Signed-off-by: Tommy Chung <tommy.chung@quanta.corp-partner.google.com> Change-Id: I1b220faf39868ee1b4716a54bb165fd693fba4de Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3598692 Reviewed-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org>
* dojo: Initial EC imagestabilize-14442.B-mainTommy Chung2022-01-061-0/+14
Create the initial EC image for the dojo variant by copying the cherry reference board EC files into a new directory named for the variant. (Auto-Generated by create_initial_ec_image.sh version 1.5.0). BUG=b:211528578 BRANCH=None TEST=make BOARD=dojo Signed-off-by: Tommy Chung <tommy.chung@quanta.corp-partner.google.com> Change-Id: I703a83e616914b69367fe4da129ee172ce6b878f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3350380 Reviewed-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org>