-
Notifications
You must be signed in to change notification settings - Fork 76
Comparing changes
Open a pull request
base repository: zephyrproject-rtos/mcuboot
base: main
head repository: joerchan/mcuboot
compare: master
- 9 commits
- 4 files changed
- 2 contributors
Commits on Apr 30, 2020
-
zephyr: Replace DT_FLASH_DEV_NAME with DT_CHOSEN_ZEPHYR_FLASH_CONTROL…
…LER_LABEL As upstream zephyr is phasing out DT_FLASH defines for non-partition usage replace DT_FLASH_DEV_NAME with DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for 014f42d - Browse repository at this point
Copy the full SHA 014f42dView commit details -
zephyr: convert DT_JEDEC_SPI_NOR_0_LABEL to new dt macros
As the DT define DT_JEDEC_SPI_NOR_0_LABEL is intended to be deprecated move to the new macro style to determine for DT_JEDEC_SPI_NOR_0_LABEL Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for 8cd5dc5 - Browse repository at this point
Copy the full SHA 8cd5dc5View commit details
Commits on May 7, 2020
-
Revert "zephyr: convert DT_JEDEC_SPI_NOR_0_LABEL to new dt macros"
This reverts commit 8cd5dc5. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 39d1aef - Browse repository at this point
Copy the full SHA 39d1aefView commit details -
Revert "Revert "zephyr: convert DT_JEDEC_SPI_NOR_0_LABEL to new dt ma…
…cros"" This reverts commit 39d1aef. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 48b8ef0 - Browse repository at this point
Copy the full SHA 48b8ef0View commit details -
mergeup: merge up to upstream 82c5f7c
Synchronize up to mcu-tools@82c5f7 which is same as v1.6.0-rc2 tag. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 5657d00 - Browse repository at this point
Copy the full SHA 5657d00View commit details
Commits on May 12, 2020
-
zephyr: Change DT_FLASH_AREA_ macros to FLASH_AREA_
As we replace the legacy DT_FLASH_ support use the new FLASH_AREA_ macros. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for b7254d1 - Browse repository at this point
Copy the full SHA b7254d1View commit details -
zephyr: Change DT_FLASH_AREA_ macros to FLASH_AREA for multimage
Use the new FLASH_AREA_ macros. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Configuration menu - View commit details
-
Copy full SHA for 322b11a - Browse repository at this point
Copy the full SHA 322b11aView commit details -
sim: Fixup devicetree.h for changes to mcuboot
Fixup how we fake out devicetree.h, which is now really the flash map API for what mcuboot is using. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for 1f181dd - Browse repository at this point
Copy the full SHA 1f181ddView commit details -
scripts/assemble: Rework to use EDT library to get devicetree data
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Configuration menu - View commit details
-
Copy full SHA for e88113b - Browse repository at this point
Copy the full SHA e88113bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master