pmbootstrap/pmb
jenneron 7b2ffc3e5f
Support ChromeOS partition table and kernel partition (MR 2163)
Stock bootloader on these devices boots kernel (it is intended to boot
kernel, but i place secondary bootloader there) from special ChromeOS
kernel partition on special GPT which is created with cgpt utility.
This MR adds initial support for it introducing new deviceinfo options:

- cgpt_kpart - path to file to be flashed to ChromeOS partition;
- cgpt_kpart_start - offset from the start in sectors;
- cgpt_kpart_size - partition size in sectors.

For example:

deviceinfo_cgpt_kpart="/usr/share/u-boot/google-peach-pit/u-boot-dtb.img.kpart"
deviceinfo_cgpt_kpart_start="8192"
deviceinfo_cgpt_kpart_size="32768"

cgpt requires start and size values of partition, so these values
are calculated for each partition.

Reserved size and on-device installer are not yet supported.

Reference: https://archlinuxarm.org/platforms/armv7/samsung/samsung-chromebook
2022-02-20 14:49:56 +01:00
..
aportgen Happy new year 2022! 2022-01-02 22:39:14 +01:00
build pmbootstrap kconfig check: add netboot check (MR 2064) 2022-01-20 22:29:46 +01:00
chroot pmb/netboot: new feature (MR 2064) 2022-01-20 22:29:41 +01:00
config Support ChromeOS partition table and kernel partition (MR 2163) 2022-02-20 14:49:56 +01:00
data pmb: data: keys: sync with Alpine (MR 2131) 2021-10-19 01:44:35 +02:00
export Happy new year 2022! 2022-01-02 22:39:14 +01:00
flasher pmb: flasher: add support for rk partitions (MR 2165) 2022-02-13 19:54:29 +01:00
helpers Support ChromeOS partition table and kernel partition (MR 2163) 2022-02-20 14:49:56 +01:00
install Support ChromeOS partition table and kernel partition (MR 2163) 2022-02-20 14:49:56 +01:00
netboot pmb/netboot: new feature (MR 2064) 2022-01-20 22:29:41 +01:00
parse pmb.install: add support for creating btrfs root filesystem (MR 2155) 2022-01-29 11:47:29 +03:00
qemu pmb.qemu.run: add option to set serial to mon:stdio (MR 1980) 2022-02-13 19:22:49 +01:00
sideload Happy new year 2022! 2022-01-02 22:39:14 +01:00
__init__.py Happy new year 2022! 2022-01-02 22:39:14 +01:00