Re: [U-Boot] [RFC] odroid: Add support for the ODROID-X board variant

2017-03-06 Thread Siarhei Siamashka
Hello, On Fri, 23 Oct 2015 19:53:28 +0900 Minkyu Kang wrote: > Dear Siarhei Siamashka, > > On 20/10/15 08:39, Siarhei Siamashka wrote: > > ODROID-X uses a slightly older revision of the same base board > > as the ODROID-X2. But the CPU module in ODROID-X uses an older > > 1.4GHz revision of Exy

Re: [U-Boot] [RFC] odroid: Add support for the ODROID-X board variant

2015-10-23 Thread Minkyu Kang
Dear Siarhei Siamashka, On 20/10/15 08:39, Siarhei Siamashka wrote: > ODROID-X uses a slightly older revision of the same base board > as the ODROID-X2. But the CPU module in ODROID-X uses an older > 1.4GHz revision of Exynos4412 SoC and less RAM (1GiB instead > of 2GiB). > > The current U-Boot c

[U-Boot] [RFC] odroid: Add support for the ODROID-X board variant

2015-10-19 Thread Siarhei Siamashka
ODROID-X uses a slightly older revision of the same base board as the ODROID-X2. But the CPU module in ODROID-X uses an older 1.4GHz revision of Exynos4412 SoC and less RAM (1GiB instead of 2GiB). The current U-Boot code deadlocks on ODROID-X when probing the RAM size via get_ram_size() function.