Skip to content
  • Simon Glass's avatar
    board: Rename uclass to sysinfo · 307bf3e9
    Simon Glass authored
    
    
    This uclass is intended to provide a way to obtain information about a
    U-Boot board. But the concept of a U-Boot 'board' is the whole system,
    not just one circuit board, meaning that 'board' is something of a
    misnomer for this uclass.
    
    In addition, the name 'board' is a bit overused in U-Boot and we want to
    use the same uclass to provide SMBIOS information.
    
    The obvious name is 'system' but that is so vague as to be meaningless.
    Use 'sysinfo' instead, since this uclass is aimed at providing information
    on the system.
    
    Rename everything accordingly.
    
    Note: Due to the patch delta caused by the symbol renames, this patch
    shows some renamed files as being deleted in one place and created in
    another.
    
    Series-changes: 5
    - Fix "sysinfo_gazerbeam" compatible string to use a hyphen
    - Add a note as to why the patch does not just rename some files
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    307bf3e9