diff options
| author | mattis fjallstrom <mattis@acm.org> | 2016-04-26 18:14:30 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2016-04-28 19:55:30 -0700 |
| commit | e165e8cc62e787316ebf36322481b64312c37e0b (patch) | |
| tree | 19612203d2e9d091fa519fcc43ad2030394809e8 /arch/arm/boot | |
| parent | 5b7c616aa581f54cfe21b3045776f99a232852fe (diff) | |
| download | olio-linux-3.10-e165e8cc62e787316ebf36322481b64312c37e0b.tar.xz olio-linux-3.10-e165e8cc62e787316ebf36322481b64312c37e0b.zip | |
Changes for supporting RAMOOPS and pstore.
Change-Id: I9322bfe520c05b3e45dcacb12b1a836be8126c2c
Diffstat (limited to 'arch/arm/boot')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index eb77ae21854..7c3b4ebd314 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -11,6 +11,11 @@ */ /dts-v1/; +/* reserve memory for ram_console */ +/memreserve/ 0x83000000 0x20000; /* IMAGE_DOWN_LOAD_ADDR */ +/* /memreserve/ 0x83020000 0x16000; */ /* OMAP_SECURE_RAM_STORAGE_ADDR */ +/* /memreserve/ 0x83036000 0x9000; */ /* OMAP3_SECURE_RAM_CTX_ADDR */ + /include/ "omap36xx.dtsi" / { model = "Olio OMAP3 H1 Board"; @@ -40,6 +45,16 @@ regulator-boot-on; }; + ramoops { + compatible = "ramoops"; + status = "ok"; + + android,ramoops-buffer-start = <0x83000000>; + android,ramoops-buffer-size = <0x20000>; + android,ramoops-console-size = <0x1FC00>; + android,ramoops-annotate-size = <0x400>; + }; + /* omap_pimic is used by the omap-pmic-regulator driver - a * generic framework for omap interfacing with i2c drivers, based * on the TWL framework. |