| Age | Commit message (Collapse) | Author |
|
Change-Id: I18dc2775b73e2805207185319674ecd395e48473
|
|
Change-Id: Ib30b379748f72565df5526d8a0122c5e03e99627
|
|
Change-Id: Ic8d65a92da82896282eee71cf0d0515f64c939bc
|
|
Change-Id: Ib32c79ffce144f6bb817d6f3bd885b4dff9013fb
|
|
are initialized through hardware, so nothing for us to do there.
Change-Id: Ied6ff6bf32a6e8fbc4c3b8a84b3ff73d3fecd960
|
|
Change-Id: Id0e0343359e6e12f803a4f7e84a7d19e9b74dd0c
|
|
Change-Id: I22b6028976753549f32cfc629ff67e72e3f5a804
|
|
programmer easier.
Change-Id: Ib1bcee870336c9f971ed561bd2a1c0af2d2edc78
|
|
Change-Id: I0650578aed380254fa9fa02bc924a43875923c5d
|
|
Change-Id: I04bc20ae19283314712f2e57d67b18041ae0cb34
|
|
Change-Id: Ia144822905f51971a9893380f18c9a90d4816f39
|
|
H1-2014.01
|
|
Change-Id: I525025174afb9940b7d17ae2161659f2a2d84ca0
|
|
The user prompt did not work with automated scripts.
Change-Id: I0738ea0825fc4aa8408d11fb2c89353ae41cf25a
|
|
* changes:
Cleaned up broken solution for building with software ECC.
Allow building for software ECC from the commandline - flag is SW_ECC=1.
Software ECC and adding 3000000 as a baudrate possibility
|
|
Change-Id: Ibd0e5688eb23d3d9d5a5c14efcfabf059404fe47
|
|
Change-Id: Ibb9d5084b21e1d6b518737cf9b4a231373cad1b3
|
|
Change-Id: I5983c76c4c514bbb579ae331fa3c480c5d5b16ac
|
|
REG_EN and WAKE as GPIOs Putting Bluetooth SPI-SOMI into safe mode (pulled up), so that Bluetooth chip doesn't enter SPI mode" into H1-2014.01
|
|
Set BCM 20702 REG_EN and WAKE as GPIOs
Putting Bluetooth SPI-SOMI into safe mode (pulled up), so that Bluetooth chip doesn't enter SPI mode
Change-Id: I9d8f05b378f34f2794cc0593230c9ee77b552d3e
|
|
Change-Id: Iaf14e63498c3cdca4e2125b8217195b90caf842b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simplified bootcommand procedure
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Tom Rini <trini@ti.com>
|
|
The change to add 64bit initrd support broke 32bit initrd support as it
always set 64bits worth of data into the properties, even on 32bit
systems. The fix is to use addr_cell_len (which already says how much
data is in 'tmp') to set the property, rather than always setting 8.
Thanks to Stephen Warren for pointing out the fix here.
Reported-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <trini@ti.com>
|
|
My original intention was to have a 100ms timeout. However, the timer
operations used return values in ms not us, so we ended up with a 100s
timeout instead. Fixing this exposes that some operations need longer
to operate than 100ms, so bump the timeout up to a whole second.
Reported-by: Andre Heider <a.heider@gmail.com>
Reviewed-by: Andre Heider <a.heider@gmail.com>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
|
|
Send RPC commands to the VideoCore to turn on the SDHCI and USB modules.
For SDHCI this isn't needed in practice, since the firmware already
turned on the power in order to load U-Boot. However, it's best to be
explicit. For USB, this is necessary, since the module isn't powered
otherwise. This will allow the kernel USB driver to work.
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
|
|
The spl directory is ignored by git as these objects are created
during spl creation. The only file not created is the Makefile.
This file can be modified and checked in via git.
Due to the order of rule precedence having the whole directory
ignored first then indicating not to ignore the Makefile is not correct
the message to force adding the Makefile is still shown.
So reorder the .gitignore for the Makefile and indicate that the Makefile
does not need to be ignored first and then indicate everything else in spl
should be ignored after wards.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
|
|
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
|
|
The summary already has other verification. This one is not needed.
The check caused summaries to be ignored if they were not on the
numbered block. This caused problems when a summary was embedded in an
image and the image is written to a flash with bad blocks.
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
|
|
For files where we actually have extent indexes following
an extent header (ext_block->eh_depth != 0), the do/while
loop from ext4fs_get_extent_block() does not select the
proper extent index structure.
For example, if we have:
ext_block->eh_depth = 1
ext_block->eh_entries = 1
fileblock = 0
index[0].ei_block = 0
the do/while loop will exit with i set to 0 and the
ext4fs_get_extent_block() function will return 0, even if
there was a valid extent index structure following the
header.
Signed-off-by: Ionut Nicu <ioan.nicu.ext@nsn.com>
Signed-off-by: Mathias Rulf <mathias.rulf@nsn.com>
|
|
Using fs->blksz in ext4fs_get_extent_block() is not
correct since fs->blksz is not initialized on the
read path. Use EXT2_BLOCK_SIZE() instead which will
produce the desired output.
Signed-off-by: Ionut Nicu <ioan.nicu.ext@nsn.com>
Signed-off-by: Mathias Rulf <mathias.rulf@nsn.com>
|
|
Universal uses only one adapter I2C_0.
Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
|
|
Curently, we are using 32 bit multiplication to calculate the offset,
so the result will always be 32 bit.
This can silently cause file system corruption when performing a write
operation on partition larger than 4 GiB.
This patch address the issue by simply promoting the terms to 64 bit,
and let compilers decide how to do the multiplication efficiently.
Signed-off-by: Ma Haijun <mahaijuns@gmail.com>
|
|
It may cause file system corruption when do a write operation.
This issue only affects boards that use 32 bit lbaint_t.
Signed-off-by: Ma Haijun <mahaijuns@gmail.com>
|
|
|
|
|