OVMS3-idf/components/bootloader
Ivan Grokhotkov b6113eb73b bootloader: account for load address when mapping cache pages
Bootloader used to calculate the number of cache pages assuming that
load address was aligned, while in reality load address for DROM and
IROM was offset by 0x20 bytes from the start of 64kB page. This
caused the bootloader to map one less page if the size of the image
was 0x4..0x1c less than a multiple of 64kB.

Reported in https://esp32.com/viewtopic.php?f=13&t=6952.
2019-01-23 17:13:30 +08:00
..
subproject bootloader: account for load address when mapping cache pages 2019-01-23 17:13:30 +08:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
Kconfig.projbuild bootloader: force SDIO 1.9V if flash is 80M 2018-03-19 16:45:05 +08:00
Makefile.projbuild build system: Fix undefined variables 2018-01-16 09:51:08 +08:00