~tobetter/+git/u-boot:odroid-v2010.12

Last commit made on 2014-08-19
Get this branch:
git clone -b odroid-v2010.12 https://git.launchpad.net/~tobetter/+git/u-boot

Branch merges

Branch information

Name:
odroid-v2010.12
Repository:
lp:~tobetter/+git/u-boot

Recent commits

4b68879... by Dongjin Kim

ARM: build: Fix compile error unsupport VFP

This patch is to fix the build error with *-gnueabihf-* toolchain, since u-boot does not support to use VFP register arguments.

Change-Id: I1b3eb17080494bccbd81f6485ccb10559fcab3b2
Signed-off-by: Dongjin Kim <email address hidden>

250ed16... by Dongjin Kim

Android: bootm: Add boot with Android boot image

Android boot image is consisted with kernel and ramdisk image, details of each
images are specified in its header when created. This patch is to load single
Android boot image when detected, and relocate individual images into specified
address, then recall the command 'bootm' with new addresses. Therefore, Android
boot image must loaded in different area from each images, not to be overlaped
while being relocated.

Signed-off-by: Dongjin Kim <email address hidden>

a0a6190... by Dongjin Kim

Adding to build ".arch_extension sec" conditionally

Added preprocessor to check gcc version for ".arch_extension sec" since
gcc-4.6 support it.

Signed-off-by: Dongjin Kim <email address hidden>

2865d54... by ckkim <email address hidden>

U3+ OTG_HOST detect pin initialize.

c36aebd... by ckkim <email address hidden>

mmc EXT_CSD_RST_N_FUNCTION enable

78e686b... by ckkim <email address hidden>

emmc 5.0 ext_csd check

5d39bef... by Suriyan Ramasami <email address hidden>

Enable OTG port as CDC ETH for console output using netconsole.

1. Added DHCPSERVER functionality in u-boot to auto configure network.
2. Enabled CDC ETH OTG
3. Added automatic CDC ETH console if OTG cable connected on boot.
4. Added script tools/nc.odroid for automatic netconsole.

The Odroid is configured with IP 10.10.10.11 and the other end is DHCP
served an address of 10.10.10.10.
Signed-off-by: Suriyan Ramasami <email address hidden>

The steps to get console over the OTG port is as follows:
1. Power off Odroid
2. Connect OTG port with cable to USB host
3. In host ensure firewall is not blocking port 6666 and DHCP ports
   67 and 68. All are UDP.
4. In host ensure automatic configuration of ethernet interface is turned
   on in Network Manager. Its usually enabled by default. On the host
   it will appear as interface usb0
5. Run tools/nc.odroid
6. Power on Odroid board.

a1ce4b9... by Suriyan Ramasami <email address hidden>

bootscan bug with sd_self_installer.img

 1. bootscan bug if boot.ini line is less than 4 characters.
 2. Pull in fatformat command so that sd_self_installer.img works.

348b235... by Suriyan Ramasami <email address hidden>

netconsole changes with bootscan

Have netconsole configure itself for the most part using dhcp
Assign a ncip variable automatically for netconsole.

dd9a970... by Suriyan Ramasami <email address hidden>

Unbreak SD Card fusing