device-samsung-v1awifi: Switch to u-boot
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8296>
This commit is contained in:
parent
cb474148bb
commit
08d1da344f
2 changed files with 5 additions and 14 deletions
|
|
@ -2,7 +2,7 @@
|
|||
maintainer="Hendrik Noack <hendrik.noack@protonmail.com>"
|
||||
pkgname=device-samsung-v1awifi
|
||||
pkgdesc="Samsung Galaxy Note Pro 12.2 WiFi"
|
||||
pkgver=8
|
||||
pkgver=9
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -13,8 +13,9 @@ depends="
|
|||
linux-firmware-brcm
|
||||
linux-firmware-s5p-mfc
|
||||
linux-postmarketos-exynos5
|
||||
mkbootimg
|
||||
postmarketos-base
|
||||
u-boot-exynos5420
|
||||
systemd-boot
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="$pkgname-disable-gsd-color:disable_gsd_color"
|
||||
|
|
@ -40,6 +41,6 @@ disable_gsd_color() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
35e109d6145bd13ff0e400d80b1b57cdf68792303274907a7cd6ffbd85e38d410d738c9f6e791b628b9d891f2ced58dbf4cc7c4c8d67e624e0874f222e09eab9 deviceinfo
|
||||
943f1f2069a58397f6ea87778d41233fc9992cd5681d714a697de0d0f52494fd3c4239582f98f83a41b54fb67ce015e85e9d6ef01c8851975b2d68bec5370048 deviceinfo
|
||||
4b3cb9dca85c04f1bfc5676029a6ae225409f173c6f0fc025786c1a72326dabad4b5ad75d0dd9a41cdebe8c15db5ca9761e15f3b9f99f8bf70b19769bb116fe6 modules-initfs
|
||||
"
|
||||
|
|
|
|||
|
|
@ -8,29 +8,19 @@ deviceinfo_manufacturer="Samsung"
|
|||
deviceinfo_codename="samsung-v1awifi"
|
||||
deviceinfo_year="2014"
|
||||
deviceinfo_arch="armv7"
|
||||
deviceinfo_append_dtb="true"
|
||||
deviceinfo_dtb="exynos5420-v1a-wifi"
|
||||
deviceinfo_getty="ttySAC2;115200"
|
||||
|
||||
# Device related
|
||||
deviceinfo_chassis="tablet"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_create_initfs_extra="true"
|
||||
deviceinfo_drm="true"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="heimdall-bootimg"
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_generate_extlinux_config="true"
|
||||
deviceinfo_bootimg_append_seandroidenforce="true"
|
||||
deviceinfo_header_version="0"
|
||||
deviceinfo_flash_offset_kernel="0x00008000"
|
||||
deviceinfo_flash_offset_ramdisk="0x01000000"
|
||||
deviceinfo_flash_offset_second="0x00f00000"
|
||||
deviceinfo_flash_offset_tags="0x00000100"
|
||||
deviceinfo_flash_pagesize="2048"
|
||||
deviceinfo_flash_sparse="true"
|
||||
deviceinfo_flash_sparse_samsung_format="1"
|
||||
|
||||
# Heimdall related
|
||||
deviceinfo_flash_heimdall_partition_kernel="BOOT"
|
||||
deviceinfo_flash_heimdall_partition_rootfs="USERDATA"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue