|
| 1 | +Jookia's U-Boot |
| 2 | +--------------- |
| 3 | + |
| 4 | +This is my branch of U-Boot with features I've either developed or use in my projects. |
| 5 | + |
| 6 | +Allwinner D1 and T113 patches: |
| 7 | +- [sunxi: video: Support LCD and HDMI output on H6/D1](https://lore.kernel.org/r/20240420-d1_de2-v1-0-297efca674ba@jookia.org) (branch b4/d1_de2) |
| 8 | +- [pwm: sunxi: Add support Allwinner D1 PWM](https://lore.kernel.org/r/20240518-pwm_d1-v1-0-311fc5fe2248@jookia.org) (branch b4/pwm_d1) |
| 9 | +- [Support SPI NAND booting on the T113](https://lore.kernel.org/r/20240411-spinand-v1-0-62d31bb188e8@jookia.org) (branch b4/spinand) |
| 10 | +- [sunxi: Support UART1 and UART2 on the T113](https://lore.kernel.org/r/20240411-t113serial-v1-0-41ff858a1235@jookia.org) (branch b4/t113serial) |
| 11 | + |
| 12 | +Platform independent patches: |
| 13 | +- [boot: Pass baud rate to stdout](https://lore.kernel.org/r/20240411-stdout-v1-1-66ebe5bb152f@jookia.org) (branch b4/stdout) |
| 14 | + |
| 15 | +Cleanup patches: |
| 16 | +- [ubi: Depend on MTD](https://lore.kernel.org/r/20240411-mtd-v1-1-fe300f6ab657@jookia.org) (branch b4/mtd) |
| 17 | +- [spi: Various Kconfig fixes](https://lore.kernel.org/r/20240427-spikconfig-v1-0-8a54772522f4@jookia.org) (branch b4/spikconfig) |
| 18 | + |
| 19 | +Third party patches: |
| 20 | +- [sunxi, usb: UDC/DM gadget model support](https://lore.kernel.org/all/20230608195631.55364-1-CFSworks@gmail.com/) (branch patches/musb-new) |
| 21 | + |
| 22 | +This branch tracks mainline U-Boot and performs small fixups on the patches. To |
| 23 | +see a list of commits from this branch only use this command: |
| 24 | + |
| 25 | +``` |
| 26 | +git log --left-only --oneline jookia_allpatches...master |
| 27 | +``` |
| 28 | + |
| 29 | +I regularly sign my Git commits with my hardware SSH key, if you would like to |
| 30 | +verify them run this and subtitute TAG or COMMIT: |
| 31 | + |
| 32 | +``` |
| 33 | +git -c gpg.ssh.allowedSignersFile=jookia/allowed_signers verify-tag TAG |
| 34 | +git -c gpg.ssh.allowedSignersFile=jookia/allowed_signers log --oneline --show-signature COMMIT |
| 35 | +``` |
| 36 | + |
| 37 | +My key fingerprint is ```SHA256:/gEvgms/9HpbgpcH+K7O4GYXmqkP7siJx9zHeEWRZTg```. |
| 38 | + |
| 39 | +Please verify it by comparing it to my website: https://www.jookia.org/wiki/Keys |
| 40 | + |
| 41 | +Mainline README |
| 42 | +--------------- |
| 43 | + |
| 44 | +``` |
1 | 45 | # SPDX-License-Identifier: GPL-2.0+ |
2 | 46 | # |
3 | 47 | # (C) Copyright 2000 - 2013 |
@@ -2651,3 +2695,4 @@ The U-Boot projects depends on contributions from the user community. |
2651 | 2695 | If you want to participate, please, have a look at the 'General' |
2652 | 2696 | section of https://docs.u-boot.org/en/latest/develop/index.html |
2653 | 2697 | where we describe coding standards and the patch submission process. |
| 2698 | +``` |
0 commit comments