Skip to content

Commit

Permalink
build/tools/amebasmart: Fix PM short press reset not working
Browse files Browse the repository at this point in the history
Change Notes:
1. Refactor the KM4 sleep type logic with replace the condition check based on the AP ON or RUNNING.
2. Remove the pmu_set_sleep_type calls, as they could be causing the sleep type to be incorrectly set.
  • Loading branch information
ZhenBei-Sin authored and jeongarmy committed Nov 15, 2024
1 parent fcaf0bb commit 8771b65
Show file tree
Hide file tree
Showing 4 changed files with 110,593 additions and 110,598 deletions.
Binary file modified build/tools/amebasmart/gnu_utility/km0_km4_app.bin
Binary file not shown.
15 changes: 10 additions & 5 deletions build/tools/amebasmart/gnu_utility/km0_km4_app_RELEASE_NOTE.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
/* == "version" + "Realtek git version" + "compile date" + "compile time" == */

== version ed08d11303_2024/11/11-22:17:23 ==
== version e17dbd5288 2024/11/13-16:17:55 ==
1. Fix PM short press reset not working
- Refactor the KM4 sleep type logic with replace the condition check based on the AP ON or RUNNING.
- Remove the pmu_set_sleep_type calls, as they could be causing the sleep type to be incorrectly set.

== version ed08d11303 2024/11/11-22:17:23 ==
1. Remove otp print: OTP print commented out as it cause mixlog on boot

== version 440249505f_2024/11/08-15:02:51 ==
== version 440249505f 2024/11/08-15:02:51 ==
1. Update pmc code for sleep type

== version 2941a206b7_2024/11/07-10:53:05 ==
== version 2941a206b7 2024/11/07-10:53:05 ==
1. Change to polling mode when using ipc send in FLASH_Write_Lock

== version c2b09705dc 2024/10/18-10:30:31 ==
Expand Down Expand Up @@ -56,15 +61,15 @@
== version bffc871d53 2024/08/24-10:31:40 ==
1. Fix high power issue when 5G wifi connect + BT Adv + PG sleep

== version a52222ac01_2024/08/07-11:00:02 ==
== version a52222ac01 2024/08/07-11:00:02 ==
1. Adjust layout for RTL8730EAH-VH6-CG NOR Flash 32MB + DDR2 64MB
- CA32_BL3_DRAM_NS address adjusted: 0x64000000 - 0x60100000; 63MB
2. DDR changes

== version 7e6a043b9d 2024/07/11-10:50:32 ==
1. Support setting of wifi channel plan during runtime

== version 53c14e1b91_2024/07/08-14:18:57 ==
== version 53c14e1b91 2024/07/08-14:18:57 ==
1. Move pinmap_init from KM4 to AP to avoid timing issue

== version 070536098d 2024/06/26-15:34:07 ==
Expand Down
Loading

0 comments on commit 8771b65

Please sign in to comment.