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

Improve arm #1180

Merged
merged 7 commits into from Jul 19, 2018
Merged

Improve arm #1180

merged 7 commits into from Jul 19, 2018

Conversation

anton-bondarev
Copy link
Collaborator

  • Improve arm/qemu
  • Fix vmem_alloc for 2 level tables
  • Add arm/integratorcp template
  • Improve arm fpu (change deprecated fstm/fldm -> vstm/vldm )

@anton-bondarev anton-bondarev added this to the v0.3.23 milestone Jul 18, 2018
@@ -114,6 +121,11 @@ mmu_pte_t *vmem_alloc_pte_table(void) {
log_debug("%p", addr);

return addr;
#else
log_error("pte not using in this configuration");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Replace this message with "PTE pool size is zero for current configuration", please.

@@ -46,11 +46,14 @@

static char pgd_raw[(PGD_COUNT + 1) * MMU_PGD_SIZE] __attribute__ ((aligned(MMU_PGD_SIZE)));
static char pmd_raw[(PMD_COUNT + 1) * MMU_PMD_SIZE] __attribute__ ((aligned(MMU_PMD_SIZE)));
static char pte_raw[(PTE_COUNT + 1) * MMU_PTE_SIZE] __attribute__ ((aligned(MMU_PTE_SIZE)));

Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove this empty line, please

Copy link
Collaborator

@Deryugin Deryugin left a comment

Choose a reason for hiding this comment

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

LGTM

@anton-bondarev anton-bondarev merged commit 320407d into master Jul 19, 2018
@anton-bondarev anton-bondarev deleted the arm-fpu branch July 19, 2018 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants