bear20081015
    @wowo:wowo, 我能不能这样理解: 1. 具有pm domain的设备,它根本就无法实现suspend/resume等函数,因为这些都被它的PM domain接管了。所以原本在suspend/resume中实现的内容,都要放在设备的runtime PM中实现了。 2. 没有pm domain的设备,其suspend/resume函数和PM runtime是没有关系的。比如设备在系统suspend之前已经调用了PM runtime,其suspend函数还是会被调到。
    Linux PM domain framework(1)_概述和使用流程  发表时间:2015-06-24 13:25
    wowo
    @bear20081015:问题1: 如果设备从属于某个pm domain,那么设备的runtime pm就会被pm domain接管,在设备的引用计数为0(调用pm_runtime_put系列函数)时,其pm domain的pm_genpd_runtime_suspend函数会被调用。 pm domain在其下面所有的设备的引用计数为0时,power off 该PM domain(有些例外,例如PM_QOS_FLAG_NO_POWER_OFF等等),使domain的状态为GPD_STATE_POWER_OFF。 因此,如果device所在的pm domain都已经OFF了,device driver的suspend就没有意义了(因为设备已经power off了)。这就是pm domain的初衷: 具有pm domain的设备,如果它允许在runtime suspend的时候被power off,是不需要实现suspend/resume等常规机制的,因为pm domain配合runtime pm,会更彻底。
    Linux PM domain framework(1)_概述和使用流程  发表时间:2015-06-24 12:19
    wowo
    @bear20081015:据我所知,选频点的一般做法是: 1. 根据SOC的spec,确定soc支持的频率和电压范围。 2. 基于性能和功耗的考量,在允许范围内,选出一些潜在的组合。 3. 通过大规模的老化测试(一般一天测试一个频点,需要尽量多的设备参与),剔除那些不稳定的频点,同时选出可工作的最低和最高频点。 4. 根据实际的应用情况,在cpufreq中保留几个,用作日常调频。一般3~5个就够了。
    linux cpufreq framework(1)_概述  发表时间:2015-06-24 09:45
    bear20081015
    @wowo, 请教下PM runtime, PM domain, system suspend搅在一起的问题: 1.PM domain和设备在system suspend中的callback之间的关系究竟是什么样的?我看到在power domain的相关函数pm_genpd_XXX中(比如pm_genpd_prepare),都会先判断power domain是否处于off的状态,如果是的话就直接返回。那这是不是意味着在系统suspend过程中,属于这个power domain的设备所有的.prepare/.suspend/.suspend_noirq等函数都不会被调到了?如果是的话,这样做合理么?如果保证power domain off时其设备所处的状态就和比如.suspend中设置的状态一样呢? 2.前面和你讨论过,系统suspend的时候为了不让设备的PM runtime和.suspend等函数一起使用,在系统suspend的不同阶段增加了pm_runtime_get_noresume,__pm_runtime_disable等。但是我发现对于使用PM domain的设备来说,在pm_genpd_prepare中如果发现domain是on的状态,就会直接调__pm_runtime_disable来禁止该dev的pm runtime,这是什么原因呢?是系统suspend一开始就让该设备完全由PM domain来控制么? 谢谢!
    Linux PM domain framework(1)_概述和使用流程  发表时间:2015-06-24 03:01
    bear20081015
    能否介绍下确定一款SOC的频点和电压的原则或方法?比如拿到一款新的SOC,我们应该给它选定哪些频点和电压呢。个人理解选好了这个,再加上cpufreq的软件框架,才能很好的达到power优化的目标吧?
    linux cpufreq framework(1)_概述  发表时间:2015-06-24 02:46
    von81
    @printk:可以给个你优化的例子吗?具体哪些点,耗时多少,做了哪些优化,优化后耗时多少。 还有个疑问:把kernel读出来 vs 解压kernel, 更大的kernel读出来的时间肯定更长,优化这个时间 vs 优化解压的时间,哪个更好,要对比一下吧? 就uboot来说,我感觉主要有两个功能,一个是把kernel拷贝到内存,另一个是调试。 在发布的时候,其实调试功能是不需要的,仅需要第一个功能。 firstboot也是可以把kernel拷贝到内存的,这样发布的时候就可以不要uboot了。 ps: 1、firstboot是指把uboot拷贝到内存的这个boot,imx6中可能不是这个名字。 2、建议楼主说明你优化的kernel和uboot版本。 kernel 3.0以上版本,大多用了设备树,uboot具有调试设备树的功能,所以uboot有可能悄悄改了设备树,如果不要uboot,需要确定uboot是如何改了设备树。 3、uboot一般是读取固定大小的kernel和文件系统进内存。例如kernel是2.9M,uboot可能固定读4M,不会去管真正的kernel是多大,建议楼主确认下你的uboot是否是这样。 还有两个记不清楚的地方,说出来供楼主参考。 我以前粗略看过kernel的汇编部分,记得在汇编里好像会把真正的kernel搬运到新的内存地址,这个地方应该也可以优化。 读内核时,开启dma,应该可以读的更快吧
    kernel启动优化  发表时间:2015-06-23 16:53
    wowo
    @bear20081015:涨姿势了,原来cache里面的内容已经pre-decode了,这样可以节省很多decode动作,进而节省power。多谢分享。
    计算机科学基础知识(一):The Memory Hierarchy  发表时间:2015-06-23 09:13
    wowo
    @Jackson:是啊,没办法,这是guoqing。 我用的是公司邮箱,是可以用的。
    新技能get: 订阅Linux内核邮件列表  发表时间:2015-06-23 09:08
    bear20081015
    @linuxer:@linuxer, linuxer。 我问了下ARM的人,他们的意思是说icache里面确实存储的是40个bit,是memory中的32bit指令经过predecoder得到的。还给了一个转换公式,不过我尝试了一下,似乎不是很对,还在等他们的进一步回复。供你参考。 [From Jim Sykes - ARM Technical Support] Cortex-A5/A7/A53 store a special extended format in the I$ which is: For Cortex-A5/A7: 18 bits Thumb / 36 bits ARM For Cortex-A53: 20 bits Thumb / 40 bits ARM aarch32 or aarch64 This is related to changes to the instruction decode logic – a predecoder is added before the I$ - the main decoder is simplified and this leads to power and area savings. We do not have a script or documentation for this I$ format, however the tarmac logger contains functions to decode the instructions – when used with code below. The below SystemVerilog code can reverse the translations done in the predecode process for Cortex-A53. This includes snippets of code which show how to turn the 40-bit encoding in the I-cache into the 32-bit memory view (or at least as close as possible, the translation isn’t entirely two-way). For the code below "icb_encoding_for_reconstruction" is the 40-bit value from the I-cache, and "pfb_to_raw_encoding" is the 32-bit memory view of that value. ARM A64: if (icb_encoding_for_reconstruction[18:13] == 6'b000000) begin // We need first to check if the original encoding was undef or unpred pfb_to_raw_encoding[31:28] = icb_encoding_for_reconstruction[39:36]; pfb_to_raw_encoding[27:0] = {icb_encoding_for_reconstruction[11:0],icb_encoding_for_reconstruction[35:20]}; end else begin // normal case pfb_to_raw_encoding[31:0] = t32_to_a64(icb_encoding_for_reconstruction); end
    计算机科学基础知识(一):The Memory Hierarchy  发表时间:2015-06-22 23:24
    Jackson
    @wowo:Gmail登录不上了
    新技能get: 订阅Linux内核邮件列表  发表时间:2015-06-22 10:31

共7862条611/787上一页 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 下一页
Copyright @ 2013-2015 蜗窝科技 All rights reserved. Powered by emlog