2021-07-27 21:23:43 by Tobias Nygren | Files touched by this commit (2) |
Log message:
u-boot-rockpro64: fix broken PCI config space handling:
- Program bus number into the ECAM decoder for each access
- Use type 1 PCI config cycles for config spaces behind bridge
- Add a platform specific hack to the synchronous exception handler
to deal with PCI-e subsystem triggering data aborts when probing
nonexistent PCI devices.
- properly delay after deasserting reset for downstream devices to
have time to initialize.
Allows booting from PCI devices behind bridges and probing
devices other than 0:0:0 and 1:0:0.
|
2021-07-26 08:36:42 by matthew green | Files touched by this commit (4) | |
Log message:
update u-boot for rockpro64 and pinebook-pro to u-boot 2021.07.
- adds support for panel on pinebook-pro (needs rk_anxdp.c r1.4)
- enable ahci/sata for rockpro64
- workaround usb_stop() bug in u-boot. see eg:
\
https://patchwork.ozlabs.org/project/uboot/patch/20210406151059.1187379-1-icenowy@aosc.io/
- remove long obsolete files
tested on original iso pbp that was upgraded to ansi key, and a
first generation ansi pbp, as well as two rockpro64 v2.1s.
|
2021-06-25 10:47:32 by matthew green | Files touched by this commit (3) |
Log message:
catch up u-boot-pinephone with uboot infrastructure changes.
move distinfo and patches where they belong.
|
2021-06-25 10:40:54 by matthew green | Files touched by this commit (4) |
Log message:
catch up the u-boot-roc-rk3328-cc package with u-boot distinfo/patches
clean up from a few months ago.
|
2021-06-25 10:28:57 by matthew green | Files touched by this commit (6) |
Log message:
minor u-boot rockchip package cleanup.
rename U_BOOT_IMAGE_TYPE to UBOOT_IMAGE_TYPE -- matching the rest of pkgsrc.
remove not used (or needed) DISTINFO_FILE and PATCHDIR.
NFC.
|
2021-05-14 13:21:08 by Nia Alarie | Files touched by this commit (1) |
Log message:
u-boot: needs flex
|
2021-04-26 02:34:41 by matthew green | Files touched by this commit (1) |
Log message:
add missing patch info.
|
2021-04-18 10:54:56 by matthew green | Files touched by this commit (24) | |
Log message:
various updates for the new pkgsrc u-boot world order.
the whole u-boot package builds with the patches and distinfos
moved into the new places.
|
2021-04-18 09:30:28 by matthew green | Files touched by this commit (8) |
Log message:
add some distinfo files and ensure a consistent DISTINFO_FILE and
PATCHDIR are setup.
at least u-boot-pinebook and u-boot-rock*64* are fixed now.
|
2021-03-09 17:49:12 by Martin Husemann | Files touched by this commit (3) | |
Log message:
Provide enough rope to allow individual u-boot pkgs to request a different
version. This allows for incremental updates and tests.
|