index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
zimage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-17
x86: zimage: Export the function to obtain the cmdline
Simon Glass
1
-3
/
+8
2023-07-17
x86: Add a function to boot a zimage
Simon Glass
1
-11
/
+71
2023-03-25
x86: Support booting a 64-bit kernel from 64-bit U-Boot
Simon Glass
1
-2
/
+13
2023-03-25
x86: Adjust bootparam.h to be more like linux
Simon Glass
1
-1
/
+1
2021-12-31
x86: Don't process the kernel command line unless enabled
Simon Glass
1
-5
/
+8
2021-10-21
x86: Create a new header for EFI
Simon Glass
1
-0
/
+1
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
1
-7
/
+7
2021-07-15
x86: Ensure the e820 map is installed in all cases
Simon Glass
1
-4
/
+4
2021-03-27
x86: Allow installing an e820 when booting from coreboot
Simon Glass
1
-2
/
+11
2021-02-01
x86: zimage: Improve command-line debug handling
Simon Glass
1
-3
/
+7
2021-02-01
x86: zimage: Allow dumping the image from outside the module
Simon Glass
1
-8
/
+15
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
1
-7
/
+8
2020-12-16
x86: zimage: Update cmdline parameter to be an env var
Simon Glass
1
-7
/
+8
2020-12-04
x86: zimage: Add silent-console processing
Simon Glass
1
-0
/
+14
2020-11-06
x86: zimage: Quieten down the zimage boot process
Simon Glass
1
-5
/
+6
2020-11-06
x86: zimage: Sanity-check the kernel version before printing it
Simon Glass
1
-0
/
+9
2020-11-06
x86: zimage: Add a little more logging
Simon Glass
1
-0
/
+6
2020-09-25
x86: zboot: Allow overriding the command line
Simon Glass
1
-7
/
+18
2020-09-25
x86: zboot: Add an option to dump the setup information
Simon Glass
1
-1
/
+198
2020-09-25
x86: zboot: Allow setting a separate setup base address
Simon Glass
1
-8
/
+35
2020-09-25
x86: zboot: Set environment variables for image locations
Simon Glass
1
-0
/
+3
2020-09-25
x86: zboot: Add an 'setup' subcommand
Simon Glass
1
-7
/
+25
2020-09-25
x86: zboot: Add an 'load' subcommand
Simon Glass
1
-7
/
+16
2020-09-25
x86: zboot: Add an 'info' subcommand
Simon Glass
1
-3
/
+15
2020-09-25
x86: zboot: Add a 'go' subcommand
Simon Glass
1
-4
/
+25
2020-09-25
x86: zboot: Set up a sub-command structure
Simon Glass
1
-5
/
+61
2020-09-25
x86: zimage: Disable interrupts just before booting
Simon Glass
1
-1
/
+1
2020-09-25
x86: zboot: Correct image type
Simon Glass
1
-2
/
+1
2020-09-25
x86: zboot: Move kernel-version code into a function
Simon Glass
1
-16
/
+27
2020-09-25
x86: zimage: Avoid using #ifdef
Simon Glass
1
-9
/
+5
2020-09-25
x86: zimage: Use a state struct to hold the state
Simon Glass
1
-15
/
+29
2020-07-17
x86: Drop setup_pcat_compatibility()
Simon Glass
1
-10
/
+0
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-1
/
+2
2020-04-16
x86: Move acpi_table header to main include/ directory
Simon Glass
1
-1
/
+1
2019-12-02
common: Move enable/disable_interrupts out of common.h
Simon Glass
1
-0
/
+1
2019-10-01
x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters
Andy Shevchenko
1
-0
/
+4
2019-08-11
env: Move env_get_hex() to env.h
Simon Glass
1
-0
/
+1
2018-08-30
x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters
Bin Meng
1
-5
/
+0
2018-08-30
x86: zimage: Support booting Linux kernel from an EFI payload
Bin Meng
1
-0
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
1
-2
/
+0
2018-03-30
x86: zImage: Pass working device tree data to the kernel
Ivan Gorinov
1
-0
/
+35
2018-01-30
x86: acpi: Use an API to get the ACPI RSDP table address
Bin Meng
1
-2
/
+2
2018-01-30
x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters
Andy Shevchenko
1
-0
/
+6
2018-01-30
x86: zImage: Move subarch assignment out of cmd_line check
Andy Shevchenko
1
-4
/
+5
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-4
/
+4
2017-02-21
x86: zImage: add Intel MID platforms support
Vincent Tinelli
1
-0
/
+4
2017-02-06
x86: Use unsigned long for address in table generation
Simon Glass
1
-1
/
+1
2015-10-21
x86: Move install_e820_map() out of zimage.c
Bin Meng
1
-26
/
+0
2015-07-28
x86: Reserve PCIe ECAM address range in the E820 table
Bin Meng
1
-1
/
+4
[next]