lp:~rsalveti/u-boot-linaro/stable-trunk

Created by Ricardo Salveti and last modified
Get this branch:
bzr branch lp:~rsalveti/u-boot-linaro/stable-trunk

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ricardo Salveti
Project:
Linaro U-Boot
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.linaro.org/boot/u-boot-linaro-stable.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log

Recent revisions

7646. By Rob Herring <email address hidden>

pxe: try bootz if bootm fails to find a valid image

Standard pxelinux servers will typically use a zImage rather than u-boot
image format, so fallback to bootz if bootm fails.

Signed-off-by: Rob Herring <email address hidden>
[<email address hidden>: Cherry-picked to current tracking branch]
Signed-off-by: Tushar Behera <email address hidden>

7645. By Tushar Behera

ARNDALE: Enable option to boot with zImage

Signed-off-by: Tushar Behera <email address hidden>

7644. By Fathi Boudra

Fix html encoding on copy/paste

Signed-off-by: Fathi Boudra <email address hidden>

7643. By agraf

Exynos5: Fix errata 773022 and 774769 on Exynos5250

The exynos5250 chip is affected by the errata

  773022 (disable loop buffer)
  774769 (refrain streaming-write to ever allocate into the L2 cache)

and needs to get the respective fixes as mentioned above applied.

This is done in the Samsung downstream kernel within Linux. However, that
approach fails to work when we run the guest kernel in HYP mode, as in
now Linux's errata fixup code runs without privileges to access the
aux control register.

So instead, let's patch up u-boot (where CPU errata fixes belong to
anyways), so that we can happily run a kernel.

This fixes random segmentation faults on Arndale for me, that mostly
occured because of the broken loop buffer.

Signed-off-by: Alexander Graf <email address hidden>

7642. By Marek Vasut <email address hidden>

vfat: Fix mkcksum argument sizes

In case a function argument is known/fixed size array in C, the argument is
still decoyed as pointer instead ( T f(U n[k]) ~= T fn(U *n) ) and therefore
calling sizeof on the function argument will result in the size of the pointer,
not the size of the array.

The VFAT code contains such a bug, this patch fixes it.

Reported-by: Aaron Williams <email address hidden>
Signed-off-by: Marek Vasut <email address hidden>
Cc: Tom Rini <email address hidden>
Cc: Aaron Williams <email address hidden>
Tested-by: Michal Simek <email address hidden>
Reviewed-by: Joe Hershberger <email address hidden>

7641. By Tushar Behera

board: samsung: Update MAC address for Arndale board through GUID

There are a couple of GUID (Global Unique Identifier) registers within
EXYNOS5250 SoC. The values of these GUID registers are set as board
MAC address.

Signed-off-by: Tushar Behera <email address hidden>

7640. By Tushar Behera

ARNDALE: Enable config to append MAC address to bootargs

Signed-off-by: Tushar Behera <email address hidden>

7639. By Tushar Behera

cmd_bootm: Add support to append MAC address to bootargs

Signed-off-by: Tushar Behera <email address hidden>

7638. By Inderpal Singh

EXYNOS5250: ARNDALE: Check booting mode and initialize mmc/emmc accordingly

Signed-off-by: Inderpal Singh <email address hidden>

7637. By Inderpal Singh

EXYNOS5250: ARNDALE: Read operating mode and invoke copy functions accordingly

Signed-off-by: Inderpal Singh <email address hidden>

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers