[U-Boot] New mirror: mirror.cyberbits.eu

2019-01-05 Thread root
Hi, I've set up a new mirror for U-Boot. It syncs from ftp://ftp.denx.de/pub/u-boot/ twice a day and is available via HTTP and HTTPS at: - http://mirror.cyberbits.eu/u-boot/ - https://mirror.cyberbits.eu/u-boot/ The machines are located in France. You can find more information at

[U-Boot] [PATCH 1/2] armv8: LS2080A: Rename LS2085A to reflect LS2080A

2015-10-15 Thread root
LS2080A is a prime personality of Freescale’s LS2085A. It is a non-AIOP personality without support of DP-DDR, L2 switch, 1588, PCIe endpoint etc. So renaming existing LS2085A code base to reflect LS2080A (Prime personality) Signed-off-by: Pratiyush Mohan Srivastava --- README

[U-Boot] [PATCH] Driver for AX88183 ethernet chip

2011-01-27 Thread root
ING in the root directory of the source tree for details. +*/ + +/* + * This driver works on 32bit mode + * AX88783 has two ethernet ports, we only use port 0 in u-boot + */ + +#include +#include +#include +#include +#include +#include +#include "ax88183.h" + +static int a