Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/x86/x86/ucode.c | ||
|---|---|---|
| 280 | This should be only used for UEFI boot ATM if (efi_boot) {...}. If really wanted, I can make it work with bios boot as well, by reusing system gdt. | |
Comment Actions
Yes, if attempt on BSP sets ucode_error to LOAD_FAILED, then ucode_load_ap() will skip.
| sys/x86/x86/ucode.c | ||
|---|---|---|
| 133 | I don't want to touch Intel with this patch, cause I can't test it. | |
| sys/x86/x86/ucode.c | ||
|---|---|---|
| 280 | Yes, I kept this in mind, but forgot. I'd probably not change it here, rather in ucode_load_bsp() I will make the function argument efi_boot ? EARLY : UNSAFE. | |
| sys/x86/x86/ucode.c | ||
|---|---|---|
| 108 | Please fix this. | |
| sys/x86/x86/ucode.c | ||
|---|---|---|
| 133 | I'm with kib@ on this. Let's do the same for Intel and get someone to test (although I don't see why this would not work?) | |