Page MenuHomeFreeBSD

tsoome (Toomas Soome)
User

Projects

User Details

User Since
Dec 11 2015, 11:12 PM (497 w, 1 d)

Recent Activity

Mon, Jun 16

tsoome accepted D50875: loader: Fix loader_brand = none.
Mon, Jun 16, 3:41 PM

Thu, Jun 12

tsoome accepted D50801: stand: lua: convert orb to a new format that allows per-graphic shift.
Thu, Jun 12, 8:44 AM

Fri, Jun 6

tsoome added inline comments to D50708: MK_FORTH: Allow removing loader.4th w/ delete-old.
Fri, Jun 6, 4:57 PM

Fri, May 30

tsoome accepted D50589: kboot: Create quit command.
Fri, May 30, 6:50 AM
tsoome accepted D50588: style: Use static consistently.
Fri, May 30, 6:49 AM
tsoome accepted D50586: stand: Style nit.
Fri, May 30, 6:48 AM
tsoome accepted D50585: stand: Introduce md_align.
Fri, May 30, 6:47 AM

Thu, May 29

tsoome accepted D50584: stand/efi: Use EFI_PAGE_SIZE here, it's more appropriate.
Thu, May 29, 9:16 PM
tsoome added inline comments to D50590: stand: Add mod_align_size variable.
Thu, May 29, 8:47 AM

Wed, May 28

tsoome accepted D50589: kboot: Create quit command.
Wed, May 28, 10:25 PM
tsoome added inline comments to D50590: stand: Add mod_align_size variable.
Wed, May 28, 9:55 PM
tsoome accepted D50584: stand/efi: Use EFI_PAGE_SIZE here, it's more appropriate.
Wed, May 28, 9:53 PM

May 13 2025

tsoome committed rG3bcf8e6db8e9: loader: loader can pick too large font (check if one side is larger) (authored by tsoome).
loader: loader can pick too large font (check if one side is larger)
May 13 2025, 7:47 AM
tsoome added inline comments to D50258: loader: loader can pick too large font.
May 13 2025, 7:22 AM

May 11 2025

tsoome committed rG5e25f7b09977: loader: loader can pick too large font (authored by tsoome).
loader: loader can pick too large font
May 11 2025, 11:10 PM
tsoome closed D50258: loader: loader can pick too large font.
May 11 2025, 11:09 PM
tsoome added a comment to D50258: loader: loader can pick too large font.

This looks fine to me. Did you try it locally?

May 11 2025, 11:06 PM

May 9 2025

tsoome added a comment to D50258: loader: loader can pick too large font.

What happen if the reported size is plainly wrong ?
Like on my system, at the loader phase my screen is 800x600, and after the kms driver is loaded it goes to higher dimension: 1080p, 1440p.
Does the smallest font will work in this case ? Or there will be no font selected ?

May 9 2025, 4:54 AM

May 8 2025

tsoome added a comment to D50258: loader: loader can pick too large font.

Need to get confirmation from hw owners tho.

May 8 2025, 6:43 PM
tsoome requested review of D50258: loader: loader can pick too large font.
May 8 2025, 6:35 PM

May 6 2025

tsoome accepted D49768: stand: Enable Spleen 32x64 font in the bootloader.
May 6 2025, 6:09 AM

May 1 2025

tsoome requested review of D50098: loader.efi: add error printouts for chain command.
May 1 2025, 7:37 AM

Apr 29 2025

tsoome accepted D50057: efi: Move to using efi_guid_t in ioctl definitions.
Apr 29 2025, 8:03 AM
tsoome accepted D50058: libefivar: Move to new ioctl struct.
Apr 29 2025, 8:02 AM
tsoome accepted D50060: efivar: Use struct guid_table instead of uuid_table.
Apr 29 2025, 8:01 AM
tsoome accepted D50059: efivar: Use bool instead of int.
Apr 29 2025, 8:00 AM

Apr 28 2025

tsoome accepted D50036: efitable: Don't assume EFI GUID are uuid_t.
Apr 28 2025, 8:41 AM
tsoome accepted D50035: efivar: Allow uuid_t and efi_guid_t to be different types..
Apr 28 2025, 8:40 AM

Mar 3 2025

tsoome committed rGe7c0cb720898: loader: dosfs should be able to work with different sector sizes (authored by tsoome).
loader: dosfs should be able to work with different sector sizes
Mar 3 2025, 9:55 PM
tsoome closed D49078: loader: dosfs should be able to work with different sector sizes.
Mar 3 2025, 9:55 PM
tsoome committed rGccf7b62bd88c: loader: allow fs modules to use ioctl() (authored by tsoome).
loader: allow fs modules to use ioctl()
Mar 3 2025, 9:54 PM
tsoome closed D49077: loader: allow fs modules to use ioctl().
Mar 3 2025, 9:54 PM

Feb 25 2025

tsoome added a comment to D49077: loader: allow fs modules to use ioctl().
In D49077#1120387, @imp wrote:

I thought that we checked for raw because we couldn't guarantee that all other implementations had the right pre-req to allow this safely.
I remember getting burned by something similar because we weren't completely consistent... Maybe f->f_dev isn't always set? It's been a while.

Feb 25 2025, 12:33 PM

Feb 22 2025

tsoome added a comment to D49073: loader.efi: add "gop blt <on|off>" command.

I tried gop blt off on my old laptop and it worked there. Surprisingly, gop blt off case is significantly *slower* than gop blt on case.

Feb 22 2025, 9:52 PM

Feb 21 2025

tsoome added a comment to D49073: loader.efi: add "gop blt <on|off>" command.

I'm having this same problem with the GOP Blt rendering the framebuffer at my monitor's 4K resolution. It makes rendering to the next part of the loader crawl very slowly against my screen at a row-by-row basis.

I took a video recording and uploaded on Streamable to show as an example (skip to 26s to see it finally process the "2nd" row):

https://streamable.com/nj4mkb

At that speed, I feel it'll likely take 2 hours or more to get to the full rendering of the menu before I can hit enter to load the kernel.

I should note that not all graphics cards I've used on my system have this problem. Since I recently started using an RX 7800 XT GPU, it was the one that ramped up the Blt to 4K where as other GPUs would use 1080p even when they render 4K in X11/Wayland.

What I do to work around this problem is by using rEFInd as an intermediary and config it to lower the Blt resolution before transitioning to the loader. This dramatically speeds up the rendering to the menu which allows me to boot and finally use this graphics card for this system as shown in the following:

https://streamable.com/jlm7ig

I've also tested gop blt off and it doesn't solve my problem without rEFInd. And after using rEFInd and it just doesn't render the menu after a bit of time and goes right to showing the kernel being loaded, as shown here:

https://streamable.com/esgqn3

Feb 21 2025, 11:00 PM
tsoome added a comment to D49073: loader.efi: add "gop blt <on|off>" command.

Unfortunately, I do not see anything on screen if I do gop blt off. *Blindly* typing gop blt on makes it start printing characters again. Maybe pixel color is wrong, e.g., background color == foreground color?

Feb 21 2025, 8:19 AM

Feb 20 2025

tsoome committed rG21b5b8b38b1c: loader.efi: add "gop blt <on|off>" command (authored by tsoome).
loader.efi: add "gop blt <on|off>" command
Feb 20 2025, 7:52 PM
tsoome closed D49073: loader.efi: add "gop blt <on|off>" command.
Feb 20 2025, 7:52 PM
tsoome added a comment to D49073: loader.efi: add "gop blt <on|off>" command.
In D49073#1119151, @imp wrote:

it's ok I guess, but seems like yet another hack. Is there some way we can know if blt is slow?

Feb 20 2025, 7:25 PM
tsoome added a comment to D49073: loader.efi: add "gop blt <on|off>" command.

thanks!

Feb 20 2025, 6:20 PM
tsoome updated the diff for D49073: loader.efi: add "gop blt <on|off>" command.

fix typo

Feb 20 2025, 6:19 PM
tsoome requested review of D49078: loader: dosfs should be able to work with different sector sizes.
Feb 20 2025, 3:31 PM
tsoome requested review of D49077: loader: allow fs modules to use ioctl().
Feb 20 2025, 3:31 PM
tsoome requested review of D49073: loader.efi: add "gop blt <on|off>" command.
Feb 20 2025, 8:28 AM

Jan 7 2025

tsoome accepted D48354: loader: Rework kernel menu section.
Jan 7 2025, 10:11 AM
tsoome accepted D48353: loader: Fix orb position.
Jan 7 2025, 10:11 AM

Oct 25 2024

tsoome accepted D47281: Fix gcc uninitialized warning in FreeBSD zio_crypt.c.

This change should really posted to OpenZFS too.

Oct 25 2024, 1:22 PM

Oct 10 2024

tsoome committed rGc66f901b8e41: loader: dosfs fails to access directory data with large cluster number (authored by tsoome).
loader: dosfs fails to access directory data with large cluster number
Oct 10 2024, 12:55 PM
tsoome committed rGf37dc94abcae: loader: dosfs fails to access directory data with large cluster number (authored by tsoome).
loader: dosfs fails to access directory data with large cluster number
Oct 10 2024, 12:54 PM
tsoome committed rGfae4b97c1a6b: loader: reading from large dosfs fails (authored by tsoome).
loader: reading from large dosfs fails
Oct 10 2024, 8:41 AM

Oct 3 2024

tsoome committed rG79a0d14fa05c: loader: dosfs fails to access directory data with large cluster number (authored by tsoome).
loader: dosfs fails to access directory data with large cluster number
Oct 3 2024, 1:53 PM

Aug 12 2024

tsoome accepted D46274: dtraceall: Make dtaudit a dependency.

Thanks!

Aug 12 2024, 8:54 PM

Jul 10 2024

tsoome accepted D45929: vt: Add vd_bitblt_argb.
Jul 10 2024, 5:51 AM

Jul 9 2024

tsoome added inline comments to D45935: splash(4): Document how to use splash screen with vt(4).
Jul 9 2024, 5:27 PM
tsoome accepted D45933: stand: Fix logo alpha.
Jul 9 2024, 1:02 PM
tsoome accepted D45929: vt: Add vd_bitblt_argb.
Jul 9 2024, 1:01 PM
tsoome accepted D45930: linker: Add MODINFOMD_SPLASH type.
Jul 9 2024, 12:58 PM
tsoome accepted D45931: vt: splash: Use splash screen passed from loader.
Jul 9 2024, 12:57 PM
tsoome accepted D45932: loader: Load a splash screen if "splash" variable is defined.
Jul 9 2024, 12:56 PM

Jun 25 2024

tsoome accepted D45731: stand: module: unlink the entire tail when dependencies fail to load.
Jun 25 2024, 5:04 PM

May 1 2024

tsoome committed rG0fe60dc65572: fattime: fix fattime to timespec conversion of dates beyond 2106-02-06 (authored by jeffpc_josefsipek.net).
fattime: fix fattime to timespec conversion of dates beyond 2106-02-06
May 1 2024, 7:54 AM
tsoome committed rG9d1396c34611: fattime: make the test code check beyond 32-bit time_t limits (authored by jeffpc_josefsipek.net).
fattime: make the test code check beyond 32-bit time_t limits
May 1 2024, 7:54 AM
tsoome committed rG7b8b613d08d0: fattime: make the test code build again (authored by jeffpc_josefsipek.net).
fattime: make the test code build again
May 1 2024, 7:54 AM
tsoome closed D44755: fattime: fix fattime to timespec conversion of dates beyond 2106-02-06.
May 1 2024, 7:53 AM
tsoome closed D44754: fattime: make the test code check beyond 32-bit time_t limits.
May 1 2024, 7:53 AM
tsoome closed D44753: fattime: make the test code build again.
May 1 2024, 7:53 AM

Apr 11 2024

tsoome committed rGb724c8292df5: ds1307: use the correct Microchip part number in enum and device description (authored by jeffpc_josefsipek.net).
ds1307: use the correct Microchip part number in enum and device description
Apr 11 2024, 6:43 PM
tsoome closed D44436: ds1307: use the correct Microchip part number in enum and device description.
Apr 11 2024, 6:43 PM
tsoome accepted D44436: ds1307: use the correct Microchip part number in enum and device description.
Apr 11 2024, 6:11 PM

Mar 11 2024

tsoome committed rG0148ccb95a8d: loader: we can only env_discard() existing variable (authored by tsoome).
loader: we can only env_discard() existing variable
Mar 11 2024, 2:14 PM

Feb 26 2024

tsoome committed rG1b3f4ccb7dd8: loader: we can only env_discard() existing variable (authored by tsoome).
loader: we can only env_discard() existing variable
Feb 26 2024, 12:59 PM
tsoome closed D44083: loader: we can only env_discard() existing variable.
Feb 26 2024, 12:59 PM

Feb 25 2024

tsoome requested review of D44083: loader: we can only env_discard() existing variable.
Feb 25 2024, 10:41 PM

Feb 24 2024

tsoome accepted D44057: kboot: Centralize ldscript addition.
Feb 24 2024, 8:59 PM
tsoome accepted D44058: loader/powerpc: Share ldscript.
Feb 24 2024, 8:59 PM
tsoome accepted D44059: loader/uboot: Move to foo.ldconfig.
Feb 24 2024, 8:58 PM
tsoome accepted D44060: loader/kboot: simplify linker set inclusion a little.
Feb 24 2024, 8:58 PM
tsoome accepted D44056: loader: Move ldscripts to match more standard practices.
Feb 24 2024, 8:56 PM
tsoome accepted D44061: loader/efi: Linker sets not needed..
Feb 24 2024, 6:52 PM
tsoome accepted D44062: loader/efi: Use unique linker set for lua.
Feb 24 2024, 6:51 PM
tsoome accepted D44063: loader/ficl: Rename the ficl compile set to X4th_compile_set.
Feb 24 2024, 6:51 PM
tsoome accepted D44064: loader/efi: Only include interpreter's linker script.
Feb 24 2024, 6:50 PM

Feb 21 2024

tsoome accepted D44008: loader/efi: Make gcc friendlier by move md_dev.
Feb 21 2024, 7:29 AM
tsoome accepted D44006: loader: Retire CTASSERT.
Feb 21 2024, 7:27 AM

Feb 15 2024

tsoome added a comment to D43914: loader: Simplify build a little.
In D43914#1001826, @imp wrote:

alloca or local variable does allocate from stack (which may be in collision with bss), the opther option there to get low memory allocation is to use bio_alloc() and bio_free().

Pnp nodes are like 32 bytes... and must be in the lower MB.

Feb 15 2024, 2:30 PM
tsoome accepted D43914: loader: Simplify build a little.

alloca or local variable does allocate from stack (which may be in collision with bss), the opther option there to get low memory allocation is to use bio_alloc() and bio_free().

Feb 15 2024, 8:21 AM

Feb 9 2024

tsoome accepted D43701: loader: Document the lua loader table..
Feb 9 2024, 9:37 PM

Feb 3 2024

tsoome accepted D43714: loader: For EFI, if we don't have ConOut, try ConIn.
Feb 3 2024, 6:28 AM

Jan 20 2024

tsoome accepted D43522: firmware: Allow binary files to be loaded by /boot/loader.
Jan 20 2024, 7:07 AM

Nov 25 2023

tsoome added inline comments to D42774: pmbr: Only load the first 545k rather than error out.
Nov 25 2023, 7:07 PM
tsoome accepted D42774: pmbr: Only load the first 545k rather than error out.
Nov 25 2023, 6:59 PM

Jun 2 2023

tsoome added a comment to D40389: stand/boot1.efi: use the bootonce dataset as root dataset.

The trick question there is, the bootonce property is supposed to have generic boot descriptor, it does not have to be just zfs dataset name.... of course, if you have pools, then most likely you only do use zfs datasets.

Jun 2 2023, 11:47 AM
tsoome accepted D40388: stand/loader.efi: read zfs bootonce attribute before checking currdev.
Jun 2 2023, 11:42 AM

Jun 1 2023

tsoome requested review of D40375: loader: BIOS loader should not build framebuffer support by default.
Jun 1 2023, 11:47 AM

May 23 2023

tsoome accepted D40220: stand/efi/eficom: better handling of absent device.
May 23 2023, 7:40 AM
tsoome accepted D40219: stand/efi/smbios: Move detection of smbios earlier..

hm, do we actually need this preprocessor #if statement?

May 23 2023, 7:36 AM

May 13 2023

tsoome committed rGf2b3bf5c4d4a: libefi: add efi_devpath_next_instance() (authored by tsoome).
libefi: add efi_devpath_next_instance()
May 13 2023, 12:21 PM
tsoome closed D40081: libefi: add efi_devpath_next_instance().
May 13 2023, 12:21 PM

May 12 2023

tsoome requested review of D40081: libefi: add efi_devpath_next_instance().
May 12 2023, 4:47 PM

May 9 2023

tsoome accepted D40017: md5: Fix input error check..
May 9 2023, 10:34 AM
OSZAR »