* [U-Boot] TODO list for u-boot @ 2017-02-20 15:19 Sebastian Panceac 2017-02-22 8:11 ` Lukasz Majewski 0 siblings, 1 reply; 4+ messages in thread From: Sebastian Panceac @ 2017-02-20 15:19 UTC (permalink / raw) To: u-boot Hi everyone, I was looking through the TO DO list of u-boot, because I want to contribute to the project. This list here seems to be outdated http://www.denx.de/wiki/U-Boot/Tasks. For example I checked the "Set Environment to Default Values" task from the list, and it's seems to be implemented now. The "Group Environment Variables" TODO doesn't seem to be implemented. Is this feature still wanted? Is there any updated list of TODOs? Thank you! ^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] TODO list for u-boot 2017-02-20 15:19 [U-Boot] TODO list for u-boot Sebastian Panceac @ 2017-02-22 8:11 ` Lukasz Majewski 2017-03-02 19:40 ` Sebastian Panceac 0 siblings, 1 reply; 4+ messages in thread From: Lukasz Majewski @ 2017-02-22 8:11 UTC (permalink / raw) To: u-boot On Mon, 20 Feb 2017 17:19:31 +0200 Sebastian Panceac <spanceac@gmail.com> wrote: > Hi everyone, > > I was looking through the TO DO list of u-boot, because I want to > contribute to the project. Great :-) > > This list here seems to be outdated > http://www.denx.de/wiki/U-Boot/Tasks. For example I checked the "Set > Environment to Default Values" task from the list, and it's seems to > be implemented now. The "Group Environment Variables" TODO doesn't > seem to be implemented. Is this feature still wanted? > > Is there any updated list of TODOs? If I might ask, what tasks are the most interesting ones for you? To what kind of HW do you have access? > > Thank you! > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de ^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] TODO list for u-boot 2017-02-22 8:11 ` Lukasz Majewski @ 2017-03-02 19:40 ` Sebastian Panceac 2017-03-02 19:58 ` Sebastian Panceac 0 siblings, 1 reply; 4+ messages in thread From: Sebastian Panceac @ 2017-03-02 19:40 UTC (permalink / raw) To: u-boot I can't really say at what part I could contribute. That's why I was hoping for a TODO list so I could chose something according to my skills. The hardware I have access to is: Raspi v1 and some custom boards with Freescale IMX6 SoC. Thank you! On Wed, Feb 22, 2017 at 10:11 AM, Lukasz Majewski <lukma@denx.de> wrote: > On Mon, 20 Feb 2017 17:19:31 +0200 > Sebastian Panceac <spanceac@gmail.com> wrote: > > > Hi everyone, > > > > I was looking through the TO DO list of u-boot, because I want to > > contribute to the project. > > Great :-) > > > > > This list here seems to be outdated > > http://www.denx.de/wiki/U-Boot/Tasks. For example I checked the "Set > > Environment to Default Values" task from the list, and it's seems to > > be implemented now. The "Group Environment Variables" TODO doesn't > > seem to be implemented. Is this feature still wanted? > > > > Is there any updated list of TODOs? > > If I might ask, what tasks are the most interesting ones for you? > > To what kind of HW do you have access? > > > > > Thank you! > > _______________________________________________ > > U-Boot mailing list > > U-Boot at lists.denx.de > > http://lists.denx.de/mailman/listinfo/u-boot > > > > > Best regards, > > Lukasz Majewski > > -- > > DENX Software Engineering GmbH, Managing Director: Wolfgang Denk > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de > ^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] TODO list for u-boot 2017-03-02 19:40 ` Sebastian Panceac @ 2017-03-02 19:58 ` Sebastian Panceac 0 siblings, 0 replies; 4+ messages in thread From: Sebastian Panceac @ 2017-03-02 19:58 UTC (permalink / raw) To: u-boot Oh, I forgot to mention but I think is important in this context: I also have access to oscilloscope and logic analyzer. Thank you! On Thu, Mar 2, 2017 at 9:40 PM, Sebastian Panceac <spanceac@gmail.com> wrote: > I can't really say at what part I could contribute. > That's why I was hoping for a TODO list so I could chose something > according to my skills. > The hardware I have access to is: Raspi v1 and some custom boards with > Freescale IMX6 SoC. > > Thank you! > > On Wed, Feb 22, 2017 at 10:11 AM, Lukasz Majewski <lukma@denx.de> wrote: > >> On Mon, 20 Feb 2017 17:19:31 +0200 >> Sebastian Panceac <spanceac@gmail.com> wrote: >> >> > Hi everyone, >> > >> > I was looking through the TO DO list of u-boot, because I want to >> > contribute to the project. >> >> Great :-) >> >> > >> > This list here seems to be outdated >> > http://www.denx.de/wiki/U-Boot/Tasks. For example I checked the "Set >> > Environment to Default Values" task from the list, and it's seems to >> > be implemented now. The "Group Environment Variables" TODO doesn't >> > seem to be implemented. Is this feature still wanted? >> > >> > Is there any updated list of TODOs? >> >> If I might ask, what tasks are the most interesting ones for you? >> >> To what kind of HW do you have access? >> >> > >> > Thank you! >> > _______________________________________________ >> > U-Boot mailing list >> > U-Boot at lists.denx.de >> > http://lists.denx.de/mailman/listinfo/u-boot >> >> >> >> >> Best regards, >> >> Lukasz Majewski >> >> -- >> >> DENX Software Engineering GmbH, Managing Director: Wolfgang Denk >> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany >> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de >> > > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-03-02 19:58 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-02-20 15:19 [U-Boot] TODO list for u-boot Sebastian Panceac 2017-02-22 8:11 ` Lukasz Majewski 2017-03-02 19:40 ` Sebastian Panceac 2017-03-02 19:58 ` Sebastian Panceac
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox