diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-17 18:18:15 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-17 18:18:15 -0500 |
commit | 0ebf465d343868bf1080d540ab64de39bb927a09 (patch) | |
tree | 0d7723140a0fb6e4bd81656a89296d85e6a36d24 /lib | |
parent | b9c9ce8a4064c8d88f714604db856cf1cd2b40b5 (diff) | |
parent | 121cfe5a84d463893bd01da16417ab138f98666a (diff) |
Merge tag 'dm-pull-17dec21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
binman support for ATF FIP
fdtgrep fixes for empty devicetree
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 807a4c6ade..10ba086b39 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -15,6 +15,16 @@ config SYS_NUM_ADDR_MAP help Sets the number of entries in the virtual-physical mapping table. +config PHYSMEM + bool "Access to physical memory region (> 4G)" + help + Some basic support is provided for operations on memory not + normally accessible to 32-bit U-Boot - e.g. some architectures + support access to more than 4G of memory on 32-bit + machines using physical address extension or similar. + Enable this to access this basic support, which only supports clearing + the memory. + config BCH bool "Enable Software based BCH ECC" help |