[coreboot-gerrit] New patch to review for coreboot: 70c1c25 exynos5420: Enable relocatable module support

Isaac Christensen (isaac.christensen@se-eng.com) gerrit at coreboot.org
Tue Aug 12 22:30:29 CEST 2014


Isaac Christensen (isaac.christensen at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6629

-gerrit

commit 70c1c255403589f99c01bcf96829b462eb568496
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Aug 28 16:29:40 2013 -0700

    exynos5420: Enable relocatable module support
    
    Since we're now supporting ARMv7 relocations, we can enable
    rmodule support on Exynos 5420. This does not automatically
    enable relocatable ramstage.
    
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    
    Change-Id: Ic3af1eabb3b816944587a46409224f778d941b8a
    Reviewed-on: https://chromium-review.googlesource.com/167403
    Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Tested-by: Stefan Reinauer <reinauer at google.com>
    Commit-Queue: Stefan Reinauer <reinauer at google.com>
    (cherry picked from commit 7b5afef4ee87fc3245ec887dfda873c529d8d04d)
    Signed-off-by: Isaac Christensen <isaac.christensen at se-eng.com>
---
 src/cpu/samsung/exynos5420/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu/samsung/exynos5420/Kconfig b/src/cpu/samsung/exynos5420/Kconfig
index fe475ab..1379de1 100644
--- a/src/cpu/samsung/exynos5420/Kconfig
+++ b/src/cpu/samsung/exynos5420/Kconfig
@@ -4,6 +4,7 @@ config CPU_SAMSUNG_EXYNOS5420
 	select ARCH_RAMSTAGE_ARMV7
 	select HAVE_MONOTONIC_TIMER
 	select HAVE_UART_SPECIAL
+	select RELOCATABLE_MODULES
 	select DYNAMIC_CBMEM
 	bool
 	default n



More information about the coreboot-gerrit mailing list