forked from Nuvoton-Israel/u-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npcm7xx-readme
35 lines (33 loc) · 867 Bytes
/
npcm7xx-readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Requirements:
=============
- linux ARM cross compiler
- git installed
Building:
=========
- make sure you have in your path arm toolchain e.g:
/usr/sbin/cross_compiler/arm-2014.05/bin
that contains arm-none-linux-gnueabi-gcc and other arm tools
- Choose a directory
- run:
NUVOTON_MAJOR=<xx> # choose nuvoton major patch version
NUVOTON_MINOR=<yy> # choose nuvoton minor patch version
git clone https://github.com/Nuvoton-Israel/u-boot.git -b npcm7xx-v2019.01
cd u-boot
make PolegSVB_config CROSS_COMPILE=arm-linux-gnueabi- PATCHLEVEL=$NUVOTON_MAJOR.$NUVOTON_MINOR
make all CROSS_COMPILE=arm-linux-gnueabi- dtbs PATCHLEVEL=$NUVOTON_MAJOR.$NUVOTON_MINOR
NPCM7xx Features and Drivers:
=============================
- uart
- flash
- gmac/emc
- sd/emmc
- gpio
- I2C master
- pspi
- USB host
- USB mass storage
- USB device controller
- fuse
- aes
- rng
- sha