Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-19 | Merge pull request #3 from haowu4682/devHEADmaster | Havard Skinnemoen | 1 | -10/+27 | |
Dev | |||||
2023-08-18 | Dynamically detects NPCM8XX UBOOT destination and size. | Hao Wu | 1 | -10/+10 | |
2022-09-29 | Automatically search for UBOOT location for NPCM8xx images. | Hao Wu | 1 | -9/+26 | |
2022-03-31 | Merge pull request #2 from haowu4682/master | Havard Skinnemoen | 11 | -41/+420 | |
Add basic NPCM8XX support | |||||
2022-03-23 | Add a simple README file to describe each subdir | Hao Wu | 1 | -0/+10 | |
2022-03-01 | Add NPCM8XX simple bootrom | Hao Wu | 5 | -0/+369 | |
2022-03-01 | Move NPCM7XX bootrom to a subdirectory | Hao Wu | 5 | -0/+0 | |
2020-06-24 | Merge pull request #1 from google/disable-build-id | Havard Skinnemoen | 1 | -1/+1 | |
Fix build with gcc-9 arm-linux-gnueabi toolchain | |||||
2020-06-24 | Fix build with gcc-9 arm-linux-gnueabi toolchain | Havard Skinnemoen | 1 | -1/+1 | |
Linux toolchains link dynamically by default, so pass -static. gcc also adds a .note.gnu.build-id to the beginning of the file, which messes up our reset vector when converting to a raw binary file. Passing --build-id=none to the linker gets rid of it. Change-Id: If64eb0fe7298480d5a9c04730088d74b32bcb082 | |||||
2020-06-09 | Super simple boot ROM for npcm7xx | Havard Skinnemoen | 8 | -0/+674 | |
This is able to parse the boot block header, copy it into SRAM and jump to it. Secure booting or anything vaguely advanced is not supported. Signed-off-by: Havard Skinnemoen <hskinnemoen@google.com> Change-Id: I88b567e8dba25cd75a3f37824698bcbefc89a98f |