X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-ua0-f196.google.com (mail-ua0-f196.google.com [209.85.217.196]) by lists.alpinelinux.org (Postfix) with ESMTP id BA7E05C413B for ; Mon, 2 Jan 2017 15:38:03 +0000 (GMT) Received: by mail-ua0-f196.google.com with SMTP id v2so15095106uac.3 for ; Mon, 02 Jan 2017 07:38:03 -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=RN+IDlSIY1gz4FE8pjTk7pL00kvq2vDkmIsGydfsGs8=; b=MK1XSIqL/IMr/EJDXOL3zyrn06KtCuHS+Wvib9QwcIkWP3p48DFzN4dlqZCfExB3Nk 14WOcn1x+zHiO/qku42PycIzVXXCNW5BxgZbCC1q/sEDNQbjKO8jGi5Qu6DOx/gygjfT PRRDCLNtWuqstlUL/Sf9Rp2jUZMMGSuiPkeyp7VbzQWYqmdvIdNuOPk6zQ0IfrTkA+Xy 7byk7bk4fOaFJK0JismcptJc/EtPyXCVCnS/Y6cgS0KFpFqsTMO+4cvrgVoC94IcUjEi sJmPCoyTl6WC+IFVhiS9NiW7EmcbhMJpfUHUWtVYXzC9Ki2Sj5tZM9aB0o3/3pMuqmch NauQ== 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=RN+IDlSIY1gz4FE8pjTk7pL00kvq2vDkmIsGydfsGs8=; b=FY8LnIvqLt+fNYwVkznL3T2CB8Sl51dXB71/3XiTqjJJZn+d/jDOcQE4QxAzL0++ri mr/FKkH+5dbTGNx0ShTfl2TDWAgULlNZDtOajyTBSOo2T6P1FVBo6xo+KNXVkDpIAawQ bkuhTXVJSJMSHLwPSoQWLFoYUtxsCHkVeMxFSzOe2+I1rwYW0MtMDmXVIG85aF9bAszi OoMtlXVW33D1gkpDS2W2pO1Csr5JqmMVNHlC7LCCjvG8OE2FlZzqooqXAH1Bhba7QrVt i8PDeQfNdaOLKutZstOmAFhGCObr1jfEF6qxI15LtBa+B2z/okDGZ7jhbeio6KF+T683 DUjw== X-Gm-Message-State: AIkVDXLGa6mE2jmybuY5qTf1s1OCQaINrBYcNsHnDsWmkqVSGuXs9ScEtwO+m2dNIZBD1gzIdPVOjplyYz3h+g== X-Received: by 10.176.69.100 with SMTP id r91mr43499770uar.161.1483371483355; Mon, 02 Jan 2017 07:38:03 -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:38:02 -0800 (PST) In-Reply-To: References: <20161222083910.7a9d07bc@vostro> <20170102165105.7379525d@vostro.util.wtbts.net> From: Alba Pompeo Date: Mon, 2 Jan 2017 13:38:02 -0200 Message-ID: Subject: Re: [alpine-devel] Aarch64 bootloader To: Timo Teras Cc: alpine-dev Content-Type: text/plain; charset=UTF-8 Found an interesting one. Qi. Qi is a lightweight replacement for the uBoot bootloader with everything that doesn't assist "loading" and "booting" Linux stripped out. https://github.com/radekp/qi On Mon, Jan 2, 2017 at 1:36 PM, Alba Pompeo wrote: > 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 ---