Yeni yazı: Cortex-A Boot — Reset Vektöründen main()'e Gerçekten Ne Oluyor?#145
Open
Mavrikant wants to merge 1 commit into
Open
Yeni yazı: Cortex-A Boot — Reset Vektöründen main()'e Gerçekten Ne Oluyor?#145Mavrikant wants to merge 1 commit into
Mavrikant wants to merge 1 commit into
Conversation
ARMv7-A Cortex-A boot sürecini reset vektöründen main()'e kadar adım adım ele alan yazı. CP15 register kodlamaları (VBAR, SCTLR, CPACR, FPEXC), Xilinx embeddedsw boot.S referansı, Renode üzerinde somut bir boot trace ve sık görülen boot hatalarının trace imzaları içeriyor. "Renode ile Zynq7000 Simülasyonu" yazısının doğal devamı olarak konumlandı. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Özet
ARM Cortex-A9 (somut örnek olarak Zynq-7000) için reset sinyalinin ayağa kalktığı andan
main()fonksiyonunun ilk satırının yürüdüğü ana kadar olan boot zincirini adım adım inceleyen yeni yazı._posts/2026-06-17-cortex-a-boot-reset-vektorunden-main-e.mdpost/2026-06-17-cortex-a-boot-reset-vektorunden-main-eNeden Bu Konu?
boot.S, newlibcrt0.S— her parça farklı bir kaynakta. Sentezlenmiş, somut Renode trace'i ile birleştirilmiş Türkçe bir kaynağa rastlamadım.Derinlik Öğesi (Bölüm 7 — Derinlik Zorlaması)
Üç farklı kanıt türü taşıyor:
cpu LogPeripheralAccess trueile yakalandığı adım adım PC + komut tablosu (~10 satır).embeddedsw/boot.Sreferansıyla VBAR, ICIALLU, TLBIALL, BPIALL, MSR CPSR mode değişimleri, CPACR/FPEXC ve SCTLR yazımları satır satır.Alan Rotasyonu
Son 3 yayın farklı alt-alanlardaydı:
Bu yazı gömülü/SoC: tabandan farklı bir alt-alan.
Kullanılan Kaynaklar (yazı sonunda)
boot.S(Cortex-A9, gcc)arm/crt0.SÖz-Eleştiri Özeti
LDR pc, =...vsB ...farkı, MMU enable sonrası ISB zorunluluğu, FPEXC unutma gibi anti-pattern'ler bug imzaları olarak somutlaştırıldı.Test Plan
🤖 Generated with Claude Code