Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oxidize Hafnium's initialization sequence (successor of #45) #52

Merged
merged 50 commits into from
Sep 11, 2019

Conversation

efenniht
Copy link
Collaborator

#45 가 너무 커져서 다시 만드는 PR입니다. #45의 리뷰를 딱 하나 남기고 다 resolve 했습니다. 남은 것은:

  • one_time_init에서 INITED 변수를 확인하고 업데이트합니다. INITED 변수는 사실 atomic할 필요는 없는데, 그래도 AtomicBool로 만들까요..? (다른 pCPU가 INITED를 읽을 때까지 INITED = true가 실행되지 않을 수 있을까요?)
  • boot_cpustack_bottom을 어셈블리에서 초기화하려면 어셈블리 코드를 고쳐야 하는데, 아마 이전 hypervisor_entry 를 수정하는 정도의 어셈블리 수정이 일어날 것 같습니다. 이것은 하지 않는 게 좋지 않을까요?

Closes #32.

…valuates condition expression in do-while loop)
@efenniht efenniht self-assigned this Sep 11, 2019
src/arch/aarch64/hypervisor/hypervisor_entry.S Outdated Show resolved Hide resolved
hfo2/src/api.rs Outdated Show resolved Hide resolved
hfo2/src/api.rs Outdated Show resolved Hide resolved
hfo2/src/api.rs Show resolved Hide resolved
hfo2/src/api.rs Show resolved Hide resolved
hfo2/src/cpu.rs Show resolved Hide resolved
hfo2/src/mm.rs Outdated Show resolved Hide resolved
hfo2/src/fdt_handler.rs Outdated Show resolved Hide resolved
hfo2/src/fdt.rs Outdated Show resolved Hide resolved
hfo2/src/fdt.rs Outdated Show resolved Hide resolved
hfo2/src/api.rs Show resolved Hide resolved
Copy link
Member

@jeehoonkang jeehoonkang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코멘트 한두개 빼고 다 정리된 것 같아요. 고생하셨습니다.

@efenniht
Copy link
Collaborator Author

아래 두 개는 어떻게 할까요?

  • one_time_init에서 INITED 변수를 확인하고 업데이트합니다. INITED 변수는 사실 atomic할 필요는 없는데, 그래도 AtomicBool로 만들까요..? (다른 pCPU가 INITED를 읽을 때까지 INITED = true가 실행되지 않을 수 있을까요?)
  • boot_cpustack_bottom을 어셈블리에서 초기화하려면 어셈블리 코드를 고쳐야 하는데, 아마 이전 hypervisor_entry 를 수정하는 정도의 어셈블리 수정이 일어날 것 같습니다. 이것은 하지 않는 게 좋지 않을까요?

@jeehoonkang
Copy link
Member

INITED 타입 변경, stack_bottom 초기화는 일단 하지 맙시다.

@efenniht
Copy link
Collaborator Author

INITED 타입을 변경하고, issue들을 만들고, review를 모두 resolve 했습니다. 🚀🚀

@jeehoonkang jeehoonkang merged commit a12d91d into kaist-cp:hfo2 Sep 11, 2019
jeehoonkang pushed a commit that referenced this pull request Sep 11, 2019
@jeehoonkang
Copy link
Member

고생하셨습니다! 넉넉한 한가위 보내세요-

@efenniht
Copy link
Collaborator Author

새벽까지 신경써주셔서 감사합니다 ㅠㅠ 추석 잘 보내세요 :)

@efenniht efenniht deleted the hfo2-loadmain branch September 11, 2019 18:15
efenniht added a commit to efenniht/hafnium-verification that referenced this pull request Nov 13, 2019
efenniht added a commit that referenced this pull request Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remaining C files
2 participants