File tree Expand file tree Collapse file tree 5 files changed +21
-5
lines changed
loader/pie-boot-loader-aarch64 Expand file tree Collapse file tree 5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.14] ( https://github.com/rcore-os/pie-boot/compare/pie-boot-loader-aarch64-v0.1.13...pie-boot-loader-aarch64-v0.1.14 ) - 2025-06-20
11
+
12
+ ### Added
13
+
14
+ - enhance Pte creation with cache handling and add NoCache variant to CacheKind
15
+
16
+ ### Fixed
17
+
18
+ - change PTE cache kind to NoCache in new_boot_table function
19
+
10
20
## [ 0.1.13] ( https://github.com/rcore-os/pie-boot/compare/pie-boot-loader-aarch64-v0.1.12...pie-boot-loader-aarch64-v0.1.13 ) - 2025-06-20
11
21
12
22
### Added
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ keywords.workspace = true
10
10
license.workspace = true
11
11
name = " pie-boot-loader-aarch64"
12
12
repository.workspace = true
13
- version = " 0.1.13 "
13
+ version = " 0.1.14 "
14
14
15
15
[features ]
16
16
console = [" dep:any-uart" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.2.5] ( https://github.com/rcore-os/pie-boot/compare/pie-boot-v0.2.4...pie-boot-v0.2.5 ) - 2025-06-20
11
+
12
+ ### Other
13
+
14
+ - updated the following local packages: pie-boot-loader-aarch64
15
+
10
16
## [ 0.2.4] ( https://github.com/rcore-os/pie-boot/compare/pie-boot-v0.2.3...pie-boot-v0.2.4 ) - 2025-06-20
11
17
12
18
### Other
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ keywords.workspace = true
7
7
license.workspace = true
8
8
name = " pie-boot"
9
9
repository.workspace = true
10
- version = " 0.2.4 "
10
+ version = " 0.2.5 "
11
11
12
12
[features ]
13
13
hv = []
@@ -21,7 +21,7 @@ pie-boot-macros = {workspace = true}
21
21
22
22
[target .'cfg(target_arch = "aarch64")' .dependencies ]
23
23
kasm-aarch64 = {workspace = true }
24
- pie-boot-loader-aarch64 = {path = " ../loader/pie-boot-loader-aarch64" , version = " 0.1.13 " }
24
+ pie-boot-loader-aarch64 = {path = " ../loader/pie-boot-loader-aarch64" , version = " 0.1.14 " }
25
25
26
26
[build-dependencies ]
27
27
bindeps-simple = {version = " 0.2" }
You can’t perform that action at this time.
0 commit comments