Why, instead of safely entering a BIOS setup, does the cell phone brick when installing the Custom ROM wrongly? Wouldn't this protection be better for users? I mean, this could be done through ADB.
Also, do you think it's possible that this way of doing things will come to the computer, with ARM hoping to gain a good share of the market and all?
Phones don't brick with installing a ROM wrong just the same PCs don't brick when you fail to install an OS correctly on it. It just doesn't have a bootable OS on it.
Most phones have a download mode / fastboot which does exactly what you're asking for. You can pretty much always reflash a valid OS with fastboot.
BIOS on PCs is used for compatibility because most hardware manufacturers want to be compatible with existing operating systems. ARM does support UEFI.
Phones just don't have UEFI, because 99.999% of the time it will run only one operating system: the manufacturer's flavor of Android. Skipping an UEFI makes it boot faster because it can load directly into the Linux kernel which will initialize the hardware and already knows the precise hardware it's expecting to be present through its device tree. Chromebooks do that on x86 as well: they skip the firmware part and boot into Linux as early as possible, because it boots faster and it's a ton of code you don't need when you can just let Linux deal with it. Both are purpose built to run Linux, there's no point wasting time with a whole firmware interface nobody should ever need. Fastboot is a perfectly fine low-level bootloader interface that lets you flash ROMs just fine.
I found this very interesting detailed writeup from a developer of Asahi Linux about the difference in the boot process from an Intel UEFI and the current Apple silicon, starting at the M1. Mind you, this is from 2021, and surely some things have changed in respect to the M3, but this can give folks a general idea of maybe what to expect from BIOS/UEFI alternatives in the ARM chip space.
Apple is Apple, it's not a super great example. They already had iBoot from the iPhones and iPads that they just adapted for the laptops, which is also what the M chips are. Apple's firmware has always been rather quirky compared to more standard machines.
If you look at the cloud, like AWS and their Graviton instances, they use plain old regular UEFI but ARM, which then can load GRUB and the kernel as usual there. Completely generic and basically the same as x86_64 UEFI. You can load any generic ARM distro there. We already know what ARM PCs would look like.
The main thing here isn't really x86 vs ARM, it's embedded vs PCs. You can totally have non-BIOS and non-UEFI compatible machines with x86 CPUs in them, but I only saw this being done embedded in devices, in my case those were industrial machines. With ARM you'll also see U-boot which is common in stuff like routers and IoT devices because it's fairly easy to get working and can be controlled with serial ports. But for PCs, it's gonna be UEFI if anything because Windows support. In the end, CPU is CPU, it runs code.
Why not UEFI everywhere then? Because it's overkill most of the time, and orders of magnitude more code and complexity which you just don't need for a router. Your router can start executing its operating system directly from flash. You know in advance where the kernel is located, you don't need to start initializing PCIe devices and a SATA controller and scan disks for GPT headers and find an EFI partition formatted as FAT32 to find an executable to load into memory and execute, no graphics card to initialize, no keyboard and mouse to monitor for menu, no menus to display because there's no options, etc. UEFI firmwares aren't small. The arm64 OVMF firmware for QEMU is a whopping 64MB, that's more flash than my router even have.
Unified Extensible Firmware Interface isn't how we spell planned obsolescence and that doesn't add up to infinite profit sooooo yeah.
Can't have you replacing the OS on that thing. Adding security patches and a new battery on that. Just wouldn't be fair to us billionaires and our R&D department. We have to justify all this labor somehow.
There is a BIOS - a Basic Input Output System, usually made by the SoC manufacturer that acts as a bootloader shim to get the Android bootloader going (fastboot/recovery menu level here) which then loads the Android kernel. It's the same as UEFI or the legacy BIOS, but it does not come with a configuration utility which is the menu that most people think of when they think of "BIOS" I.e. "going into the bios".
A BIOS does not inherently have to have a configuration utility.
Unlike an UEFI implementation on modern AMD64 systems, the typical ARM bootrom is a masked rom written to flash-once memory.
This bootrom performs the same vital functions as a bios though, i.e. sending key instructions and data (including setup of requirements) to the processor for it to start executing the bootloader program off of memory, in this case the android bootloader.
Contrary to popular belief and the top comment ITT at the time of initially writing this, android does not use the Linux kernel, it's based on an LTS Linux kernel, but highly modified with patches to form the ACKs.
https://source.android.com/docs/core/architecture/kernel
A BIOS does not inherently have to have a configuration utility.
This right here.
My first PC (a 386 circa 1989) did not have a built-in config utility. It had a bootable floppy disk that could configure the BIOS settings. I think all it could change was the system time and the CHS values of the hard drive(s).
Kinda funny how we’ve somewhat returned to that. Modern EFIs typically let you change settings from within your OS. I remember having a motherboard in like 2011 or 2012 with a great GUI that let me tweak everything. I’d set an overclock in the OS and just reboot for it to take effect.
Not sure why more boards don’t offer this anymore other than maybe security. But like with cryptic ass programs I can still change bios settings.
effiency and lawsuits, phones has embedded hardware, its a bit op to have that initial hardware calls for a embedded hardware system.
BIOS is initally an IBM tech
_does the cell phone brick when installing the Custom ROM wrongly? _
Android is based on linux, that includes the partitioned bootloader (mostly grub on linux and fastboot on android, they're not technically the same but the idea is somewhat related) if that partition is messed up then its most likely not to boot
Wouldn't this protection be better for users? I mean, this could be done through ADB.
Android is owned by a corporation, I dont think that will be their primary objective
Also, do you think it's possible that this way of doing things will come to the computer, with ARM hoping to gain a good share of the market and all?
ARM is mostly a cpu design corporation that offers license fee to other companies to manufacture thier cpu designs, they're everywhere. It depends on thier licensees what to add to make profit.
I think you just gave me a wedgie because I thought UEFI was the same... But reflecting, I don't think I have had to use the BIOS since I used Windows 98...
As somebody who's fucked up with custom ROMs several times and made bricks out of my phone, they are soft bricks and can be fixed. Sometimes it's not easy, but it can be fixed.
Which phone. There’s usually a hidden firmware flashing feature. I had to use that when an update failed on a OnePlus phone. I’ve only ever used ones for snapdragon based phones, never tried anything else.
Will it boot into fast boot when starting up with like pressing the volume up or volume down key at boot? Because as long as you can get into fast boot, you can fix it.
ARM doesn’t specify a standard firmware interface like x86 PCs do.
I mean, they could, but ARM comes from a different era, where interoperability isn’t a requirement and devices are disposable instead of upgradeable.
There no incentive, no IBM PC to be compatible with, not even an Apple, Macintosh, Conmodore Amiga or Atari ST to make peripherals for. ARM devices, even the rPi, are one-and-done.
They're an embedded device, plain and simple. Among other things, this means that there's not a layer that handes off the hardware in a ready state to the OS, and not even an ACPI to tell them what and where the hardware is, the OS needs to already know via a device tree.
BIOS nowadays is basically a bootloader shim in EEPROM. The majority of the ARM ecosystem wanted flexible and cheap devices. This promoted the use of a small ROM loader burned into the device and a removal of basically all EEPROM from the SoC.
The flexibility came back through the use of a secondary bootloader layer normally stored in the devices primary storage. Most manufacturers use u-boot or coreboot on an SD card or eMMC. Android standardized this as part of their partitioning scheme. All devices have a dedicated bootloader partition housing the secondary bootloader and any additional boot artifacts.
Then phones became wildly expensive and invalidated most of this.
Also, do you think it's possible that this way of doing things will come to the computer, with ARM hoping to gain a good share of the market and all?
It already has. Most of what ARM is doing to be cheap was already pioneered by PowerPC.
ARM EBBR specifications attempt to standardize this boot flow somewhat, introducing a standard EFI shell in u-boot. This does not solve the dependency on the secondary bootloader, and it doesn't prevent people from shooting themselves in the foot. It just makes distro interactions with the secondary bootloader more standardized.
Also, do you think it’s possible that this way of doing things will come to the computer, with ARM hoping to gain a good share of the market and all?
Judging by the way Raspberry Pi works, as an ARM SoC computer, it's already this way: no visible BIOS nor UEFI, just the Operating System being loaded from the SD Card. Technically, you need something to load the OS (i.e. initialize the mmcblk device, request reading of the partition scheme, request reading the files inside the first FAT32 partition, and so on) so there's technically a "BIOS" (Basic Input/Output System), although not a visible one, let alone an interactable one.
If we are speaking of android phones, they don't have a bios, but they have a bootloader. The bootloader starts the kernel or the recovery, and it can be used to unbrick a device, by reflashing or flashing stock. if you fuck up the bootloader flashing, or disable oem unlocking again and then the phone fucks up, that is the only time the phone can be truly bricked. as for your second statement, the successor to BIOS is UEFI, and UEFI has arm support.
Think of installing a custom ROM on a phone like installing a custom BIOS ROM on PC, both are actually not damaging to the device if they fail but require specialized equipment to recover.
Also, some phones and motherboards support special low level recovery modes when a rom fails to boot, but it's usually not easy or documented.
Cell phones do not have a BIOS like traditional PCs; instead, they use a bootloader, which serves a similar purpose. The bootloader initializes hardware and loads the operating system, but it is specific to each device's hardware, limiting compatibility with different operating systems. This lack of a standardized BIOS-like system makes it difficult for users to install alternative operating systems and leads to fragmentation in the mobile ecosystem. Manufacturers may avoid implementing a BIOS to reduce costs and maintain control over software updates.