aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-31Merge pull request #2 from haowu4682/masterHEADmasterHavard Skinnemoen11-41/+420
Add basic NPCM8XX support
2022-03-23Add a simple README file to describe each subdirHao Wu1-0/+10
2022-03-01Add NPCM8XX simple bootromHao Wu5-0/+369
2022-03-01Move NPCM7XX bootrom to a subdirectoryHao Wu5-0/+0
2020-06-24Merge pull request #1 from google/disable-build-idHavard Skinnemoen1-1/+1
Fix build with gcc-9 arm-linux-gnueabi toolchain
2020-06-24Fix build with gcc-9 arm-linux-gnueabi toolchainHavard Skinnemoen1-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-09Super simple boot ROM for npcm7xxHavard Skinnemoen8-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