Giter Site home page Giter Site logo

bootloader's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootloader's Issues

A64

It would be nice to have the basic_loader / boot0 code for the a64 too.

Support for H3?

There are multiple H3 devices out there. Would be nice to have "official" u-boot source.

mainline u-boot and LIBDRAM source code.

Hello,
I've found the A33 DRAM source code at below location:
https://github.com/realthunder/a33_bootloader/tree/master/basic_loader/bsp/bsp_for_a67

I've been working on adding support for A33 to u-boot mainline. have a look at latest two commits at:
https://github.com/vishnupatekar/u-boot-sunxi/tree/a33-dram

This code has been ported to mainline u-boot and it is working. However, It can not accepted in mainline u-boot unless it is released under GPL.

Could you please release the LIBDRAM source code under SPDX-License-Identifier: GPL-2.0+?

basic_loader下的源码编译问题

我现在需要重新编译basic_loader目录下的源码;可是我不知道你们的环境配置,以及编译命令;希望能有指导?

u-boot NAND code is missing license indication

There is no indication of which license the NAND code is licensed under. Only "All rights reserved" which means "not licensed for any use".

Please decide which license the code is liensed by and add suitable markers to file headers indicating this. For example if the code is licensed using GPLv2+ like most of the code in u-boot and Linux kernel then add a line stating this in the header of each file.

SPDX-License-Identifier: GPL-2.0+

Previously a full license header was required, but since some time back u-boot uses SPDX license identifiers to notify which license each file is licensed by. See http://git.denx.de/?p=u-boot.git;a=blob;f=Licenses/README;hb=HEAD for further details.

DRAM code missing from sun8i*

I seem to be missing the DRAM init code for the newer sun8i platforms, only a libdram binary file is available, I guess the wrong file was added for upload

Please remove the libdram binary and add the relevant source code files.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.