mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20231114 tested on ADL before: - [ 0.000000] microcode: updated early: 0x42a -> 0x42c, date = 2023-04-18 after: - [ 0.000000] microcode: updated early: 0x42a -> 0x430, date = 2023-06-07
13 lines
530 B
Makefile
13 lines
530 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="intel-ucode"
|
|
PKG_VERSION="20231114"
|
|
PKG_SHA256="cee26f311f7e2c039dd48cd30f995183bde9b98fb4c3039800e2ddaf5c090e55"
|
|
PKG_ARCH="x86_64"
|
|
PKG_LICENSE="other"
|
|
PKG_SITE="https://downloadcenter.intel.com/search?keyword=linux+microcode"
|
|
PKG_URL="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${PKG_VERSION}.tar.gz"
|
|
PKG_LONGDESC="intel-ucode: Intel CPU microcodes"
|
|
PKG_TOOLCHAIN="manual"
|