Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
cdf83fd264c5c230ea5434468abffce0350e76ed
/
boot
/
pxe_utils.c
2c47aac
boot: Add logic to enable booting from fallback option
by Martyn Welch
· Wed Oct 09 14:15:39 2024 +0100
53dd510
boot: pxe_utils: Add fallback support
by Martyn Welch
· Wed Oct 09 14:15:38 2024 +0100
520d3a4
boot: Remove duplicate newlines
by Marek Vasut
· Sat Jul 13 15:19:15 2024 +0200
4972f15
Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"
by Tom Rini
· Fri Jun 28 17:31:28 2024 -0600
c75fab4
use fdt_kaslrseed function to de-duplicate code
by Tim Harvey
· Tue Jun 18 14:06:08 2024 -0700
9b2c78c
pxe: Add debugging for booting
by Simon Glass
· Wed Jun 19 06:34:50 2024 -0600
dec7ea0
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· Mon May 20 13:35:03 2024 -0600
abb9a04
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· Sat May 18 20:20:43 2024 -0600
c9d098f
boot: Remove <common.h> and add needed includes
by Tom Rini
· Sat Apr 27 08:11:02 2024 -0600
0d871e7
rng: Introduce SPL_DM_RNG
by Marek Vasut
· Fri Apr 26 01:02:07 2024 +0200
793921e
Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled""
by Tom Rini
· Thu Apr 18 08:29:35 2024 -0600
5725dde
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
by Tom Rini
· Wed Apr 10 17:06:27 2024 -0600
f2d75d7
pxe: Allow booting without CMDLINE for the zboot method
by Simon Glass
· Thu Dec 14 21:19:13 2023 -0700
d6e1dcd
pxe: Allow booting without CMDLINE for bootm methods
by Simon Glass
· Thu Dec 14 21:19:12 2023 -0700
f7eded2
pxe: Move calculation of FDT file into a function
by Simon Glass
· Thu Dec 14 21:19:11 2023 -0700
b5e0eb8
pxe: Refactor to avoid over-using bootm_argv
by Simon Glass
· Thu Dec 14 21:19:10 2023 -0700
5df368c
pxe: Refactor to reduce the size of label_boot()
by Simon Glass
· Thu Dec 14 21:19:09 2023 -0700
7c19f91
pxe: Use strlcpy() instead of strcpy() in label_boot()
by Simon Glass
· Thu Dec 14 21:19:08 2023 -0700
08b7849e
boot: pxe_utils: skip fdt setup in case legacy kernel is booted
by Svyatoslav Ryhel
· Thu Jan 25 22:16:54 2024 +0200
2723df2
pxe_utils: Increase feedback to user when fdt file is not found
by Michael Trimarchi
· Thu Dec 07 15:28:19 2023 +0100
ca65d23
x86: pxeboot: bugfix: Set variable for size of initrd
by Thomas Mittelstaedt
· Thu May 04 13:42:55 2023 +0000
18b01e0
cmd: pxe_utils: add some missing tabs
by Dan Carpenter
· Thu Jul 27 10:12:39 2023 +0300
ba80286
net: dhcp6: pxe: Add DHCP/PXE commands for IPv6
by Sean Edmond
· Tue Apr 11 10:48:47 2023 -0700
a6b1b3b
Merge branch 'next'
by Tom Rini
· Mon Jan 09 11:30:08 2023 -0500
f10df77
cmd: pxe_utils: Limit fdtcontroladdr usage to non-fitImage
by Marek Vasut
· Wed Dec 14 07:45:18 2022 +0100
be6e05b
Revert "Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot""
by Marek Vasut
· Sat Dec 17 18:41:13 2022 +0100
a63bea9
Merge tag 'v2023.01-rc4' into next
by Tom Rini
· Mon Dec 19 09:29:55 2022 -0500
5c1b071
Revert "cmd: pxe_utils: Check fdtcontroladdr in label_boot"
by Tom Rini
· Tue Dec 13 09:26:25 2022 -0500
2008124
distro/pxeboot: Handle prompt variable
by Manuel Traut
· Fri Nov 18 09:00:27 2022 +0100
9d464f8
cmd: pxe: use strdup to copy config
by Patrick Delaunay
· Fri Oct 28 11:01:20 2022 +0200
41c7e4a
cmd: pxe: support INITRD and FDT selection with FIT
by Patrick Delaunay
· Fri Oct 28 11:01:19 2022 +0200
6b5cb36
cmd: pxe: reorder kernel treatment in label_boot
by Patrick Delaunay
· Fri Oct 28 11:01:18 2022 +0200
52cb504
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
by Simon Glass
· Tue Oct 18 07:46:31 2022 -0600
bcb87b6
video: Drop use of the lcd header file
by Simon Glass
· Tue Oct 18 07:10:26 2022 -0600
6acf1b9
cmd: pxe: add alias devicetree-overlay for fdtoverlays
by Edoardo Tomelleri
· Wed Sep 21 15:26:33 2022 +0200
9b60a17
boot: allow bootmeth-distro without CONFIG_NET
by John Keeping
· Thu Jul 28 11:19:15 2022 +0100
a8d6aed
pxe: simplify label_boot()
by Heinrich Schuchardt
· Mon Nov 15 19:26:51 2021 +0100
6ec8cb9
cmd: pxe_utils: sysboot: replace cls command by video_clear in PXE parser
by Patrick Delaunay
· Tue Mar 22 17:08:43 2022 +0100
9c1d9c5
cmd: pxe_utils: sysboot: add kaslr-seed generation support
by Zhang Ning
· Tue Feb 01 08:33:37 2022 +0800
47b4c02
doc: replace @return by Return:
by Heinrich Schuchardt
· Wed Jan 19 18:05:50 2022 +0100
1d564a9
cmd: pxe_utils: sysboot: add label override support
by Amjad Ouled-Ameur
· Sat Nov 13 14:09:20 2021 +0100
db2f387
cmd: pxe_utils: Check fdtcontroladdr in label_boot
by Peter Hoyes
· Thu Oct 14 09:40:04 2021 +0100
a9401b9
pxe: Return the file size from the getfile() function
by Simon Glass
· Thu Oct 14 12:48:08 2021 -0600
5e3e39a
pxe: Drop get_bootfile_path()
by Simon Glass
· Thu Oct 14 12:48:05 2021 -0600
e719fe0
pxe: Clean up the use of bootfile
by Simon Glass
· Thu Oct 14 12:48:04 2021 -0600
791bbfe
pxe: Move common parsing coding into pxe_util
by Simon Glass
· Thu Oct 14 12:48:03 2021 -0600
764d0c0
pxe: Tidy up code style a little in pxe_utils
by Simon Glass
· Thu Oct 14 12:48:02 2021 -0600
0030244
pxe: Tidy up some comments in pxe_utils
by Simon Glass
· Thu Oct 14 12:48:01 2021 -0600
0666fcb
pxe: Move pxe_utils files
by Simon Glass
· Thu Oct 14 12:48:00 2021 -0600
[Renamed from cmd/pxe_utils.c]
3ae416a
pxe: Tidy up the is_pxe global
by Simon Glass
· Thu Oct 14 12:47:59 2021 -0600
121e131
pxe: Add a userdata field to the context
by Simon Glass
· Thu Oct 14 12:47:58 2021 -0600
44a20ef
pxe: Move do_getfile() into the context
by Simon Glass
· Thu Oct 14 12:47:57 2021 -0600
b0d08db
pxe: Use a context pointer
by Simon Glass
· Thu Oct 14 12:47:56 2021 -0600
babeef1
pxe: Move API comments to the header files
by Simon Glass
· Thu Oct 14 12:47:55 2021 -0600
d538700
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
by Tom Rini
· Thu Nov 11 09:04:20 2021 -0500