AgeSort asc/desc | Change |
---|---|
Prev 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 Next | |
Jul 23, 2010 | |
7 years 8 months | Destroying node and use node->length after is not a good idea. SPD serial number extraction changed - values are ASCII chars, need to test on mem module with serial number. |
7 years 8 months | Latest Chameleon changes. Now using aml_generator for dynamic SSDT generation, should be easier to add changes in the future. |
7 years 8 months | usb_loop() runs last in case a USB keyboard is used (sorry) |
7 years 9 months | support for more CPU models, usb_loop() runs before the wait for a key |
7 years 9 months | Merged latest USB chameleon changes |
Jul 22, 2010 | |
7 years 9 months | Added meklort's updated usb fixes including USBLegacyOff. |
Commit 203, by Tamás Kosárszky | |
7 years 9 months | Merged mozo's r200, r201 changes: Fixed bug _PSS & _CST SSDTs was generated multiple times for all versions of ACPI. Modified RSDT now allocated with proper length, fixes unwanted effects like dropped SSDT appears in ACPI tables list, not working du |
Commit 202, by Tamás Kosárszky | |
7 years 9 months | Fixed bug _PSS & _CST SSDTs was generated multiple times for all versions of ACPI |
7 years 9 months | Modified RSDT now allocated with proper length, fixes unwanted effects like dropped SSDT appears in ACPI tables list, not working dumpacpitbls (command line utility) |
7 years 9 months | Synced trunk with mozodojo's changes between r196-r198: Added CPU family check. Fixed memory deallocation error while adding SSDTs into RSDT/XSDT. Fixed improper DSDT parsing algorithm in acpi_find_cpu_names. Improvements in memory detection algo, t |
Commit 199, by Tamás Kosárszky | |
7 years 9 months | Added CPU family check |
7 years 9 months | Fixed memory deallocation error while adding SSDTs into RSDT/XSDT. Fixed improper DSDT parsing algorithm in acpi_find_cpu_names. Improvements in memory detection algo, thank to Azimutz. Using my own algo for CPU type injections (need testing and tes |
7 years 9 months | Fixed memory deallocation error while adding SSDTs into RSDT/XSDT. Fixed improper DSDT parsing algorithm in acpi_find_cpu_names. Improvements in memory detection algo, thank to Azimutz. Using my own algo for CPU type injections (need testing and tes |
7 years 9 months | Fixed safe mode booting. |
Commit 195, by Tamás Kosárszky | |
7 years 9 months | Created branch for Mozodojo. |
Commit 194, by Tamás Kosárszky | |
7 years 9 months | Fixed some warnings in acpi_patcher.c and aml_patcher.c. I guess mozodojo was meant to call aml_fill_simple_name() in aml_generator.c:215 instead the unexistent aml_fill_simple_string() function. Replaced void return value with -1. Changed acpi_patch |
Commit 193, by Tamás Kosárszky | |
Jul 21, 2010 | |
7 years 9 months | Added mozodojo's r351 changes. |
Commit 192, by Tamás Kosárszky | |
7 years 9 months | Updated usb code, default is enabled. |
Commit 191, by Evan Lojewski | |
Jul 20, 2010 | |
7 years 9 months | Fixed repeated extensions loading from different /Extra folders. |
Commit 190, by Tamás Kosárszky | |
7 years 9 months | Moved the stack to 0x1000:FFF0. Actually the area between 0x10000-0x20200 is unusued. |
Commit 189, by Tamás Kosárszky |