summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNaoki Hayama <naoki.hayama@lineo.co.jp>2020-10-08 07:16:38 +0300
committerTom Rini <trini@konsulko.com>2020-10-22 16:54:53 +0300
commite4eb313af0986492236e7f5eb88919e20025881a (patch)
treed06440481794376141ee493558a8d8af9ecc8a52 /README
parentc4bd51e2ae8dcd4e9f833f54cb31074f4d5a6fa8 (diff)
downloadu-boot-e4eb313af0986492236e7f5eb88919e20025881a.tar.xz
README: Update directory hierarchy
Removed: - /arch/openrisc Added: - /arch/xtensa - /env Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 727cacf3ae..8c2068e486 100644
--- a/README
+++ b/README
@@ -136,12 +136,12 @@ Directory Hierarchy:
/mips Files generic to MIPS architecture
/nds32 Files generic to NDS32 architecture
/nios2 Files generic to Altera NIOS2 architecture
- /openrisc Files generic to OpenRISC architecture
/powerpc Files generic to PowerPC architecture
/riscv Files generic to RISC-V architecture
/sandbox Files generic to HW-independent "sandbox"
/sh Files generic to SH architecture
/x86 Files generic to x86 architecture
+ /xtensa Files generic to Xtensa architecture
/api Machine/arch independent API for external apps
/board Board dependent files
/cmd U-Boot commands functions
@@ -151,6 +151,7 @@ Directory Hierarchy:
/doc Documentation (don't expect too much)
/drivers Commonly used device drivers
/dts Contains Makefile for building internal U-Boot fdt.
+/env Environment files
/examples Example code for standalone applications, etc.
/fs Filesystem code (cramfs, ext2, jffs2, etc.)
/include Header Files