Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 12.3.rc1 #3327

Merged
merged 23 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
040af8f
Bump OS to development version 12.3.dev0
sairon Mar 28, 2024
5ee9cef
Disable UAS via usb-storage.quirks on RPi for ADATA SD600Q (#3281)
agglrx Apr 2, 2024
90b618b
Use Docker 25 for installing containers in hassio package (#3286)
sairon Apr 3, 2024
889b561
Ignore non-existing CP15 barrier instructions emulation (#3285)
agners Apr 3, 2024
e18c6ef
Linux: Update kernel to 6.6.24 (#3288)
sairon Apr 4, 2024
974812a
Update Linux patches directory for v6.6.24 (#3289)
sairon Apr 4, 2024
7013872
Linux: Update kernel to 6.6.25 (#3291)
sairon Apr 8, 2024
78d281f
Only run HA CLI interactively if stdout is a terminal (#3292)
sairon Apr 8, 2024
de3f2c6
Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#3293)
dependabot[bot] Apr 8, 2024
2254260
Update Raspberry Pi Kernel to v6.6.20 (#3297)
sairon Apr 10, 2024
56ae6e1
Remove BT_HS from kernel configs after upstream removal (#3299)
sairon Apr 10, 2024
c9efdea
Bump OS to release version 12.2
sairon Apr 11, 2024
dd76a1d
Merge branch 'main' into dev
sairon Apr 11, 2024
4f53947
Update Raspberry Pi 3 device tree list (#3301)
agners Apr 12, 2024
85d7c23
Linux: Update kernel to 6.6.27 (#3310)
sairon Apr 15, 2024
77c28be
Increase maximum length of usb_storage.quirks in RPi kernel params (#…
sairon Apr 15, 2024
9272065
Linux: Update kernel to 6.6.28 (#3316)
sairon Apr 17, 2024
82c3e2a
Update instructions for ODROID M1 Petitboot update (#3317)
salim-b Apr 18, 2024
e1b1154
ODROID-N2/C2/C4: Force 40MHz instead of 24MHz as eMMC clock (#3319)
agners Apr 24, 2024
478538e
Revert GRUB2 patch causing boot failure on some old x86_64 BIOSes (#3…
sairon Apr 25, 2024
8854dd4
Bump buildroot to update linux-pam (#3325)
sairon Apr 25, 2024
a277854
Bump buildroot to update BlueZ to 5.75 (#3326)
sairon Apr 25, 2024
9dab690
Bump OS to pre-release version 12.3.rc1
sairon Apr 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0
- name: Log in to the GitHub container registry
uses: docker/login-action@v3.1.0
with:
Expand Down
14 changes: 7 additions & 7 deletions Documentation/boards/hardkernel/odroid-m1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ SD-card boot is supported via on-board bootloader (SPL) or recovery button.

## eMMC

eMMC boot via on-board bootloader requires the latest version of Petitboot
(spiboot 20230328). To install the latest version download the SPI boot image
eMMC boot via on-board bootloader requires a newer version of Petitboot
(spiboot 20230328 or later). To install the latest version download the SPI boot image
from [linuxfactory.or.kr][1] as follows:

1. Download `spiupdate_odroidm1_20220304.img.xz`
1. Download `spiupdate_odroidm1_20240415.img.xz`
2. Use balenaEtcher or another tool to flash the updater onto an SD card
3. Download `spiboot-20230328.img`
4. Rename the `spiboot-20230328.img` file to`spiboot.img`.
3. Download `spiboot-20240109.img`
4. Rename the `spiboot-20240109.img` file to`spiboot.img`.
5. Paste the `spiboot.img` file onto the FAT partition of that same SD card.
6. Plug-in that SD card to your ODROID-M1. Petitboot will update itself, you can verify the progress on the HDMI output.
7. If you see the version 20230328 in the top right corner, the installation was successful.
* If you see any other version there, the installation failed.
7. If you see the version 20240109 in the top left corner, the installation was successful.\
If you see any other version there, the installation failed.

Once Petitboot is updated you can flash Home Assistant OS directly onto an eMMC.

Expand Down
38 changes: 19 additions & 19 deletions Documentation/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ Default Kernel tree: 6.1

| Board | Version |
|-------|---------|
| Open Virtual Appliance | 6.6.25 |
| Raspberry Pi | 6.1.73 |
| Raspberry Pi 0-W | 6.1.73 |
| Raspberry Pi 2 | 6.1.73 |
| Raspberry Pi 3 | 6.1.73 |
| Raspberry Pi 4 | 6.1.73 |
| Raspberry Pi 5 | 6.1.73 |
| Home Assistant Yellow | 6.1.73 |
| Home Assistant Green | 6.6.25 |
| Tinker Board | 6.6.25 |
| ODROID-C2 | 6.6.25 |
| ODROID-C4 | 6.6.25 |
| ODROID-M1 | 6.6.25 |
| ODROID-M1S | 6.6.25 |
| ODROID-N2 | 6.6.25 |
| ODROID-XU4 | 6.6.25 |
| Generic aarch64 | 6.6.25 |
| Generic x86-64 | 6.6.25 |
| Khadas VIM3 | 6.6.25 |
| Open Virtual Appliance | 6.6.28 |
| Raspberry Pi | 6.6.20 |
| Raspberry Pi 0-W | 6.6.20 |
| Raspberry Pi 2 | 6.6.20 |
| Raspberry Pi 3 | 6.6.20 |
| Raspberry Pi 4 | 6.6.20 |
| Raspberry Pi 5 | 6.6.20 |
| Home Assistant Yellow | 6.6.20 |
| Home Assistant Green | 6.6.28 |
| Tinker Board | 6.6.28 |
| ODROID-C2 | 6.6.28 |
| ODROID-C4 | 6.6.28 |
| ODROID-M1 | 6.6.28 |
| ODROID-M1S | 6.6.28 |
| ODROID-N2 | 6.6.28 |
| ODROID-XU4 | 6.6.28 |
| Generic aarch64 | 6.6.28 |
| Generic x86-64 | 6.6.28 |
| Khadas VIM3 | 6.6.28 |
1 change: 0 additions & 1 deletion buildroot-external/board/asus/tinker/kernel.config
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m
CONFIG_BT_HS=y
CONFIG_BT_6LOWPAN=m
CONFIG_BT_LEDS=y
CONFIG_BT_HCIBTUSB=m
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
From 11f015e13ef0442b6d2bb734954291abde415f73 Mon Sep 17 00:00:00 2001
From: Neil Armstrong <narmstrong@baylibre.com>
Date: Mon, 2 Sep 2019 15:42:04 +0200
Subject: [PATCH] HACK: mmc: meson-gx: limit to 24MHz
From 820e6f6e3745e988246a1acca4aaacdd759b778f Mon Sep 17 00:00:00 2001
From: Stefan Agner <stefan@agner.ch>
Date: Thu, 18 Apr 2024 18:01:54 +0200
Subject: [PATCH] HACK: mmc: meson-gx: limit to 40MHz

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This is the limit used by downstream U-Boot for ODROID-N2(+) (odroidg12
branch).

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
drivers/mmc/meson_gx_mmc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/meson_gx_mmc.c b/drivers/mmc/meson_gx_mmc.c
index fcf4f03d1e..6ded4b619b 100644
index fcf4f03d1e..c578ac0f74 100644
--- a/drivers/mmc/meson_gx_mmc.c
+++ b/drivers/mmc/meson_gx_mmc.c
@@ -279,7 +279,7 @@ static int meson_mmc_probe(struct udevice *dev)
cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT |
MMC_MODE_HS_52MHz | MMC_MODE_HS;
cfg->f_min = DIV_ROUND_UP(SD_EMMC_CLKSRC_24M, CLK_MAX_DIV);
- cfg->f_max = 100000000; /* 100 MHz */
+ cfg->f_max = SD_EMMC_CLKSRC_24M;
+ cfg->f_max = 40000000; /* 40 MHz */
cfg->b_max = 511; /* max 512 - 1 blocks */
cfg->name = dev->name;

--
2.43.0
2.44.0

Loading