This patch fixes the nand flash size access issue
found in flash with two logical units
Change-Id: Ifcbaa40709c4ac5d508b629fcc6cf7006f167628
Signed-off-by: Antony Arun T <antothom@codeaurora.org>
Added entries in the dumpinfo structure to support
compressed crashdump collection.
Change-Id: I3a512708fe1a4bb936b8465fb50caab31d8e686c
Signed-off-by: Balaji Prakash J <bjagadee@codeaurora.org>
The env name should "fdtedit" followed by number from 0.
example: fdtedit0, fdtedit1, fdtedit2, ...
Set the number of envs to parse, "setenv fdteditnum <number>"
<number> can be between 1 to 99. eg: "setenv fdteditnum 5"
Without setting 'fdteditnum' fdtedit envs will not parsed.
To change add/change a particular property of a node:
setenv fdtedit0 <node_path>%<property>%<value>
example:
fdtedit0=/soc/qca,scm_restart_reason%qca,coldreboot-enabled%1
fdtedit1=/soc/usb3@8A00000/dwc3@8A00000%dr_mode%?peripheral
To delete a property of a node:
setenv fdtedit0 <node_path>%delete%<property>
example:
fdtedit2=/soc/q6v5_wcss@CD00000%delete%?qca,secure
The last param in both case, if it is a string, it should
start with '?' else if it is a number, it can be put directly.
check above examples for reference.
Change-Id: Ib22ec8098925b49b013bc115f11e043bf8ab3ef5
Signed-off-by: Balaji Prakash J <bjagadee@codeaurora.org>
Removed spi-gpio entried from device-tree and
added to static board param structure.
This change helps free-up 10KB so that we will
be able to accomodate another device-tree entry.
Change-Id: If0f53b611ac838ad5cec7e6a2a48c6064732ce22
Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This eMMC flash controller support only 4-bit
Update sdhci driver to support 4-bit mode.
Change-Id: Iddaa0807b7cf339fcfa5add0b96955757b33c716
Signed-off-by: Vandhiadevan <vkarunam@codeaurora.org>
It is downscaled by 1/100 to 240 KHz for EMU platform.
Change-Id: I9346faab2c9e17f572a195f2277c2ab12e726712
Signed-off-by: Vandhiadevan <vkarunam@codeaurora.org>
This delay is required for print messages
to be flushed to console before resetting
the board.
Change-Id: I8823be562fd8b1fedfb09fb0d4b555df5db04a47
Signed-off-by: speriaka <speriaka@codeaurora.org>
U-boot is handed over with serial console initialized
from sbl. Hence removing re-initialization.
Change-Id: I205e3147e5829879c61421fb97f33844fdc24bc2
Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
If enabling CONFIG_DISPLAY_BOARDINFO, model shall be
added to the device-tree.
Change-Id: Ic88b0055d61a9858b9231bb6e8095bb75cc4c7a3
Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This patch adds support to enable the diag gadget driver
using the uboot env 'usb_mode'. To enable diag gadget,
use 'setenv usb_mode diag_gadget'.
Change-Id: I204adc44bb4feb3fc07fe5efe8fb2a39a40781b0
Signed-off-by: Balaji Prakash J <bjagadee@codeaurora.org>
This patch will free the ubi volume and ubi
object memory
Change-Id: I4151fc70efefbf338123a734f2abcbc48e440444
Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org>