Searched hist:aabd7ddb889aec3c6c4139974f66a44e2ce46ba5 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/common/ |
H A D | board_f.c | aabd7ddb889aec3c6c4139974f66a44e2ce46ba5 Mon Dec 07 13:05:29 CST 2015 York Sun <yorksun@freescale.com> common: Rewrite hiding the end of memory
As the name may be confusing, the CONFIG_SYS_MEM_TOP_HIDE reserves some memory from the end of ram, tracked by gd->ram_size. It is not always the top of u-boot visible memory. Rewrite the macro with a weak function to provide flexibility for complex calcuation. Legacy use of this macro is still supported.
Signed-off-by: York Sun <yorksun@freescale.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/ |
H A D | README | aabd7ddb889aec3c6c4139974f66a44e2ce46ba5 Mon Dec 07 13:05:29 CST 2015 York Sun <yorksun@freescale.com> common: Rewrite hiding the end of memory
As the name may be confusing, the CONFIG_SYS_MEM_TOP_HIDE reserves some memory from the end of ram, tracked by gd->ram_size. It is not always the top of u-boot visible memory. Rewrite the macro with a weak function to provide flexibility for complex calcuation. Legacy use of this macro is still supported.
Signed-off-by: York Sun <yorksun@freescale.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|