]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge branch 'u-boot-nand-20241126' of https://source.denx.de/u-boot/custodians/u...
authorTom Rini <trini@konsulko.com>
Wed, 27 Nov 2024 13:33:06 +0000 (07:33 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 27 Nov 2024 13:33:06 +0000 (07:33 -0600)
commit931122add7ad12efed6f6e2b07e2521ff6ee2847
tree65a908cf30d300e981b86e82e79e04118592cafd
parent3881c6b90350b0b04085ad46ef64989b43967eef
parent5b70f26fed5aee9820530fd818f041d1779a4911
Merge branch 'u-boot-nand-20241126' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash

CI: https://source.denx.de/u-boot/custodians/u-boot-nand-flash/-/pipelines/23584

Remove device specific nand driver files as they are now replaced by a
common driver bcmbca_nand.c

Make use of OF_UPSTREAM which uses Linux dts.

Implement a minimal set of defconfig options to enable basic NAND
functionality. Tested on:
47622
63146
63158
63178
6813

Set parameter_page_big_endian to zero for bcmbca.

Update log level messages so that more critical messages can be logged
to console and help the troubleshooting with field devices.