Since thud release, the initramfs used to start the ostree image
is also included in the fitImage. Therefore only this fitImage is
now required.
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
- fill out /user_module node with:
- status: okay/disabled
- model: UM type
- hw version/revision
- network configuration
- show product variant in boot log
- set product variant in device tree /model
- fix documentation/license information
- fix missing includes (dependancies, own header file)
- fix declaration mismatches
- fix data types
- fix parentheses
- fix order of functions in source/header
- set default VLAN ID for untagged frames to 4095,
- set ports 0-2 speed to 0 - allows linux driver to set speed later on.
BugzID: 55890
Signed-off-by: Wieslaw Kubala <wieslaw.kubala@netmodule.com>
- create new 'um' module to handle user module detection
- in nmhw21 board file
- try to read presence register and check for magic ID
- if found, determine type and hw version
- display information at startup
BugzID: 53758
- replace fixed delay for pxe boot with mdio up command
- increase dhcp/bootp timeout to 10 seconds.
5 seconds have shown to be close when DHCP server observes link
by itself.
BugzID: 55019
- apply sequencer fixes up to and including v1.2 config
- note: v1.3 config is incorrectly stored as v1.2 and will thus
also be "fixed", although this is not required.
BugzID: 53234
phy addresses have been changed from rev 1.0 (6+7) to rev 2.0 and later
(2+3). the function ft_eth() overwrites these addresses in fdt_path just
for rev 1.0 boards.
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
Check whether an I2C device (EEPROM) is present at address 0xA2/0x51 as
part of the factory test sequence.
BugzID: 54436
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
SPL and U-Boot are moved to raw mmc memory - thus partition numbering
for rootfs have been changed.
BugzID: 54224
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
values taken from ostree documenation
additionally we removed legacy env which are never used on this hardware
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
I've successfully reduce boot time delay to 0 see case 53380 at the main
time I've added useful command to init BroadR phy until the Driver is
ready I've also fix the kernel_image definition
- set ubootdelay to 0
- add broadR init
- fix kernel image definition in u-boot env
BugzID: 53380
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
- detect ui once (remember status)
- normalize boot message format
- hide i2c errors in omap24xx driver if not ui is connected
BugzID: 53086
BugzID: 53087
BugzID: 53088
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>