X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-vk0-f65.google.com (mail-vk0-f65.google.com [209.85.213.65]) by lists.alpinelinux.org (Postfix) with ESMTP id AE68B5C413B for ; Mon, 2 Jan 2017 15:36:58 +0000 (GMT) Received: by mail-vk0-f65.google.com with SMTP id 19so13801115vko.3 for ; Mon, 02 Jan 2017 07:36:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=wLPXIPj74Zm0wijeaUI01/zhnnqaM95o1utGLApymEc=; b=fzv89ksqbVw3mITYpkkmXEBNOG204fzMdzCBP9rhOT0CipHHnjYK97ROIYooY05BPQ ea8vORxA+G4GQZ5TPWV17leOUEYoiRIUqhBsam28iIQp5wogxYvitWamKaB+gwFwec0I qdFoQs25cB6ts19Gnl+VlaqkkJsXkZkppCRACei+BKBPcAaM84ug+VAZzFsbc69NjU2u 7HiedCvKSmpqHbiPucDNxHOz/JEd8a7cGPQ5ufu9LPNwoHfdhKQok+fXZWEiTz/k73+z H4jPeg61RMQEFp0Z7l9wzAwV1ZOeLtXkMlWsqFz3iUhJjQFW4Xf0DJqzXwrXnkHrCC6t muNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=wLPXIPj74Zm0wijeaUI01/zhnnqaM95o1utGLApymEc=; b=USMLTwi5IQdhjc45qsFHCupD1HhnP4DOi8C55VjV5AsE2FUl4IdQHtQrxmA8UgteCU EwhGrGmlCo46E/wq733h2PjnWiu2NfdgkstFeWX6BXmiQihIAq9EDmmj6PwMLsL4GSbp YpBOShwXEwQsY7XczFX5TY7Jr0wiH+c4QVTL0f2XP7xEUmI0SQR+imD9HVNUB/VFCjGD 0VEVLDIjycAMFFTYqmqbOpF4kClBYzBoJ0wThRG8EC5oBHk8EPKNoXrOmFWP/BWt/Smm 3eyFkFIofWirGLopQ7C0d6mAosXxCHbzhZ6NnFZdJlXNLUlfMxuTr+Nvylp6oIiloSy6 IiZg== X-Gm-Message-State: AIkVDXJBrmoPG+39evGLlOjyhB7JCQX/rrxDC+qkC3l3ezbUHSxaN3I9YdC1X67YQDHyCzWgDXyq4oiZgUykXw== X-Received: by 10.31.2.84 with SMTP id 81mr20163510vkc.171.1483371418211; Mon, 02 Jan 2017 07:36:58 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.103.71.17 with HTTP; Mon, 2 Jan 2017 07:36:57 -0800 (PST) In-Reply-To: <20170102165105.7379525d@vostro.util.wtbts.net> References: <20161222083910.7a9d07bc@vostro> <20170102165105.7379525d@vostro.util.wtbts.net> From: Alba Pompeo Date: Mon, 2 Jan 2017 13:36:57 -0200 Message-ID: Subject: Re: [alpine-devel] Aarch64 bootloader To: Timo Teras Cc: alpine-dev Content-Type: text/plain; charset=UTF-8 You're right. I'll wait to see what you discover after you study the source code more deeply. Thanks! OpenWrt has a page on bootloaders. https://wiki.openwrt.org/doc/techref/bootloader On Mon, Jan 2, 2017 at 12:51 PM, Timo Teras wrote: > On Mon, 2 Jan 2017 12:35:04 -0200 > Alba Pompeo wrote: > >> Better formatting. http://sprunge.us/JINJ >> >> I think (E)LILO and GUMMIBOOT should be used where possible. > > Gummiboot [1] and ELILO [2] are abandoned and should not be used. > >> Platforms that don't support it could use SYSLINUX. >> For platforms that don't support any of those, GRUB2. >> And U-BOOT just as last resort. >> >> I always heard GRUB2 was an abomination and superhuge, but it's "just" >> 150% the size of SYSLINUX. >> People could say that because they looked at the source code and it's >> really bad? >> I'm just doing some counting...... > > Comparing just lines of code is not accurate. For example in case of > u-boot it contains hardware level support for gazillion of CPUs and > peripherals. Only fraction of that is compiled based on the > configuration. > > I do not have strong opinion on GRUB2/SYSLINUX. I should probably look > at the code form one... :) > > Cheers, > Timo > > [1] https://en.wikipedia.org/wiki/Gummiboot_(software) > [2] https://sourceforge.net/projects/elilo/ --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---