From 05fcdc17b684868a46e2319870cac613929763f1 Mon Sep 17 00:00:00 2001 From: abagu <352211526@qq.com> Date: Tue, 21 Apr 2020 17:16:13 +0800 Subject: [PATCH] add yaffs support Signed-off-by: abagu <352211526@qq.com> --- boot_stage2/.ccsproject | 1 + boot_stage2/.cproject | 1 + boot_stage2/src/main.c | 51 ++++++- boot_stage2/src/types.h | 1 + boot_stage2/src/yaffs_elf.c | 133 +++++++++++++++++++ writetool/.cproject | 1 + writetool/src/main.c | 256 ++++++++++++++++++++++++++++++++---- writetool/write.cmd | 36 ++--- 8 files changed, 439 insertions(+), 41 deletions(-) create mode 100644 boot_stage2/src/yaffs_elf.c diff --git a/boot_stage2/.ccsproject b/boot_stage2/.ccsproject index d805019..30f1ed7 100644 --- a/boot_stage2/.ccsproject +++ b/boot_stage2/.ccsproject @@ -8,4 +8,5 @@ + diff --git a/boot_stage2/.cproject b/boot_stage2/.cproject index f362498..9c5fb55 100644 --- a/boot_stage2/.cproject +++ b/boot_stage2/.cproject @@ -41,6 +41,7 @@