Files
SDK_SG200x_V2/u-boot-2021.10/doc/README.scrapyard
carbon 0545e9dc6d init version 2024-05-07
commit d1edce71135cc6d98c0a4b5729774542b676e769
Author: sophgo-forum-service <forum_service@sophgo.com>
Date:   Fri Mar 15 16:07:33 2024 +0800

    [fix] recommend using ssh method to clone repo.
    [fix] fix sensor driver repo branch name.
2024-05-07 19:36:36 +08:00

12 lines
697 B
Plaintext

Over time, support for more and more boards gets added to U-Boot -
while other board support code dies a silent death caused by
negligence in combination with ordinary bitrot. Sometimes this goes
by unnoticed, but often build errors will result. If nobody cares any
more to resolve such problems, then the code is really dead and will
be removed from the U-Boot source tree. The remainders rest in peace
in the imperishable depths of the git history. Please use the tools
git provides to read through this history. A common example would be:
$ git log -p --follow -- board/technexion/twister
to see the history and changes made to the Technexion "twister" board
from introduction to removal.