]> git.ipfire.org Git - thirdparty/u-boot.git/history - arch/x86
x86: zboot: Move zimage definitions to the header file
[thirdparty/u-boot.git] / arch / x86 /
2024-04-10  Simon Glassx86: zboot: Move zimage definitions to the header file
2023-11-20  Tom RiniMerge tag 'v2024.01-rc3' into next
2023-11-16  Tom RiniMerge patch series "nand: Add sandbox tests"
2023-11-07  Tom RiniMerge branch '2023-11-07-assorted-big-cleanups' into...
2023-11-07  Tom Rinix86: Drop <common.h> from remaining header files
2023-10-04  Tom RiniMerge tag 'u-boot-stm32-20231004' of https://source...
2023-10-02  Tom RiniMerge branch 'next'
2023-09-24  Tom RiniMerge tag 'dm-next-23sep23' of https://source.denx...
2023-09-24  Simon Glasscommon: Drop linux/printk.h from common header
2023-09-22  Tom RiniMerge tag 'x86-pull-20230922' of https://source.denx...
2023-09-21  Simon Glassx86: coreboot: Record the position of the SMBIOS tables
2023-09-21  Simon GlassRecord the position of the SMBIOS tables
2023-09-21  Simon Glassx86: coreboot: Enable VIDEO_COPY
2023-09-21  Simon Glassx86: coreboot: Drop USB init on startup
2023-09-21  Simon Glassx86: Set the CPU vendor in SPL
2023-09-21  Simon Glassx86: coreboot: Rearrange arch_cpu_init()
2023-09-21  Simon Glassx86: coreboot: Document cbmem console struct
2023-09-21  Simon Glassx86: dm: Mark driver model as dead when disabling CAR
2023-09-21  Simon Glassx86: broadwell: Set up MTRRs
2023-09-21  Simon Glassx86: broadwell: Avoid initing the CPU twice
2023-09-21  Simon Glassx86: spl: Change the condition for copying U-Boot to RAM
2023-09-21  Simon Glassx86: Add some log categories
2023-09-21  Simon Glassx86: broadwell: Show the memory delay
2023-09-21  Andy Shevchenkox86: Prevent from missing the FADT chaining
2023-09-21  Simon GlassReland "x86: Move FACP table into separate functions""
2023-09-21  Troy Kiskyx86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_...
2023-09-04  Tom RiniMerge tag 'v2023.10-rc4' into next
2023-08-31  Tom RiniMerge branch '2023-08-31-replace-more-init-hooks-with...
2023-08-31  Simon Glassevent: Use an event to replace last_stage_init()
2023-08-31  Simon Glassx86: Convert arch_fsp_init() to use events
2023-08-31  Simon Glassevent: Convert existing spy records to simple
2023-08-30  Tom RiniMerge tag 'u-boot-at91-2023.10-a' of https://source...
2023-08-21  Tom RiniMerge tag 'v2023.10-rc3' into next
2023-08-20  Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-08-18  Tom RiniMerge tag 'tegra-for-2023.10-rc1' of https://source...
2023-08-15  Tom RiniMerge tag 'efi-2023-10-rc3' of https://source.denx...
2023-08-15  Heinrich Schuchardtcommon: return type board_get_usable_ram_top
2023-08-15  Tom RiniMerge branch '2023-08-14-assorted-general-updates'...
2023-08-15  Tom RiniMerge tag 'dm-next-14aug23' of https://source.denx...
2023-08-11  Simon Glassbootstd: Allow display of the x86 setup information
2023-08-11  Simon Glassbootstd: Move common zimage functions to bootm.h
2023-08-09  Tom RiniMerge tag 'x86-pull-20230809' of https://source.denx...
2023-08-09  Tom RiniMerge branch '2023-08-09-misc-cleanups' into next
2023-08-09  Simon Glassx86: qemu: Add required linux/sizes.h include
2023-08-09  Simon Glassx86: i8254: Include required ibmpc.h header
2023-08-09  Simon Glassx86: Drop CFG_SYS_STACK_SIZE
2023-08-09  Simon Glassx86: Correct copying of BIOS mode information
2023-08-09  Simon GlassRevert "x86: Switch QEMU over to use the bochs driver"
2023-08-09  Simon Glassx86: Run QEMU machine setup in SPL
2023-08-09  Simon Glassx86: spl: Drop unwanted debug()
2023-08-09  Shiji Yangtreewide: unify the linker symbol reference format
2023-08-09  Shiji Yangtreewide: rework linker symbol declarations in sections...
2023-08-01  Tom RiniMerge tag 'x86-pull-20230801' of https://source.denx...
2023-08-01  Simon Glassx86: Add a little more info to cbsysinfo
2023-08-01  Simon Glassx86: Return mtrr_add_request() to its old purpose
2023-08-01  Bin Mengx86: fsp: Use mtrr_set_next_var() for graphics memory
2023-08-01  Bin Mengx86: Change testing logic of mtrr commit
2023-07-19  Tom RiniMerge tag 'fsl-qoriq-2023-7-13' of https://source.denx...
2023-07-17  Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-x86
2023-07-17  Simon Glassx86: Switch QEMU over to use the bochs driver
2023-07-17  Simon Glassx86: Make sure that the LPC is active before SDRAM...
2023-07-17  Simon Glassx86: link: Support Micron memory
2023-07-17  Simon Glassx86: Convert some debug statements to use logging
2023-07-17  Simon Glassx86: Record the start and end of the tables
2023-07-17  Simon Glassx86: Refactor table-writing code a little
2023-07-17  Simon Glassx86: Allow logging to be used in SPL reliably
2023-07-17  Simon Glassx86: Init video in SPL if enabled
2023-07-17  Simon Glassx86: Ensure SPL banner is only shown once
2023-07-17  Simon Glassx86: Allow video-BIOS code to be built for SPL
2023-07-17  Simon Glassx86: Improve the trampoline in 64-bit mode
2023-07-17  Simon Glassx86: Show an error when a BIOS exception occurs
2023-07-17  Simon Glassx86: Correct get_sp() implementation for 64-bit
2023-07-17  Simon Glassx86: Show the CPU physical address size with bdinfo
2023-07-17  Simon Glassx86: Add a comment for board_init_f_r_trampoline()
2023-07-17  Simon Glassx86: Tidy up EFI code in interrupt_init()
2023-07-17  Simon Glassx86: Allow listing MTRRs in SPL
2023-07-17  Simon Glassx86: zimage: Export the function to obtain the cmdline
2023-07-17  Simon Glassx86: Add a function to boot a zimage
2023-07-14  Tom RiniMerge tag 'u-boot-imx-20230713' of https://gitlab.denx...
2023-07-11  Tom RiniMerge tag 'efi-2023-07-rc7' of https://source.denx...
2023-07-10  Tom RiniMerge branch 'next'
2023-07-09  Paul Barkerx86: Update docs link in bootparam header
2023-07-06  Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-07-05  Tom RiniMerge tag 'v2023.07-rc6' into next
2023-06-12  Tom RiniMerge tag 'xilinx-for-v2023.10-rc1' of https://source...
2023-06-12  Tom RiniMerge tag v2023.07-rc4 into next
2023-05-11  Tom RiniMerge branch '2023-05-11-CONFIG_IS_ENABLED-vs-IS_ENABLE...
2023-05-11  Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-x86
2023-05-11  Simon Glassx86: samus: Don't include audio and SATA in TPL
2023-05-11  Simon Glassx86: Simplify cpu_jump_to_64bit_uboot()
2023-05-11  Simon Glassspl: Commit MTRRs only in board_init_f_r()
2023-05-11  Simon Glassx86: spl: Avoid using init_cache_f_r() from SPL
2023-05-11  Simon Glassx86: Tidy up address for loading U-Boot from SPL
2023-05-11  Simon Glassx86: spl: Show debugging for BSS
2023-05-11  Simon Glassx86: mrc: Correct SPL debug message
2023-05-11  Simon Glassx86: Tidy up availability of string functions
2023-05-11  Simon Glassx86: Support debug UART in 64-bit mode
2023-05-11  Simon Glassx86: ivybridge: Ensure LPC is available for GPIO base
2023-05-11  Simon Glassdm: Emit the arch_cpu_init_dm() even only before relocation
2023-05-11  Simon Glassx86: coreboot: Show unimplemented sysinfo tags
next