Date
1 - 2 of 2
About the U-Boot policy
Daniel Sangorrin <daniel.sangorrin@...>
Hi all,
toggle quoted message
Show quoted text
# Chris, I wanted to discuss about the U-Boot policy last night during the online meeting but somehow I missed the URL change. We have had some discussions about U-boot for a while but I would like to achieve some consensus about what we should do about it. U-boot is a rather big project that resembles the Linux kernel in some aspects. For example, unlike generic software (e.g. openssh) a big bunch of its code is hardware dependent. U-boot releases have a cadence of 2 months (for example v2017.07 was released on Mon, 10 July 2017) but there is no LTS project as far as I know. The closest to an LTS project that I know of is the U-Boot packages maintained by distros (e.g. Debian) , which seem (see changelog [1]) to focus on bug fixing and backporting new hardware support. I'm going to throw some mud at the wall and see what sticks after our discussion. 1. Should we focus on supporting our reference boards only? Sangorrin: yes. 2. Should all reference boards use the same source code base line? Sangorrin: yes, unless the porting effort for a board is too complicated in which case we are better off providing a separate repo. 3. In case the answer to question 2 is 'yes': what's the base line that we should use? Sangorrin: the source code from a Debian u-boot package that better supports our current reference boards and CIP kernel. 4. Should we focus on backporting security/bug fixes, or new HW support? Sangorrin: No. I think that we should only make sure that our reference boards are able to boot the CIP kernel during its lifetime. 5. Should we upstream our fixes? Sangorrin: Yes. For future maintainability and as a quality assurance step. But while the patches are getting accepted we should also have our own repos on gitlab's playground. 6. What functionality in U-Boot is important for us? Sangorrin: network support for tftpboot would be great to have. Specially for debugging and for the CI tests. Please add your answers! Thanks, Daniel [1] http://metadata.ftp-master.debian.org/changelogs/main/u/u-boot/u-boot_2014.10+dfsg1-5_changelog -----Original Message----- However, perhaps we should try and use exiting repositories provided by the vendors, rather than CIP create and maintain them. If Of course, the downside of using externally maintained repositories is that support may end at any time. Perhaps bringing this I'm not sure what maintenance is required for u-boot
|
|
Chris Paterson
Hello Daniel,
From: Daniel Sangorrin [mailto:daniel.sangorrin@...]Sorry we missed you! Thank you for resuming the conversation. Chris: Agreed. Chris: Ideally yes, but currently I don't think all of the reference boards are in mainline u-boot, and I'm not sure CIP should be doing/funding the upstreaming of the reference boards. This should ideally be done by the board vendors. One option could be to create a cip-u-boot repo and manually add support for the different boards, but obviously this work would need to be repeated if we were ever to upgrade the base u-boot version for future CIP releases. Chris: Given the resources and aims of the project, I think you are right. We should just make sure that the platform boots. Many production devices probably won't use u-boot in the field anyway, at least not our version. Chris: Yes, this will help us in the future if we are to upgrade versions. Chris: In addition, being able to boot from mmc/usb will help with demo work. Kind regards, Chris
|
|