index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
Makefile
Age
Commit message (
Expand
)
Author
2015-08-26
x86: Generate a valid ACPI table
Saket Sinha
2015-08-05
x86: Add helper code for running from EFI
Simon Glass
2015-08-05
x86: Support building the EFI stub
Simon Glass
2015-07-14
x86: Add MultiProcessor (MP) table APIs
Bin Meng
2015-04-29
x86: Add support for the Simple Firmware Interface (SFI)
Simon Glass
2015-04-29
x86: Support platform PIRQ routing
Bin Meng
2015-04-29
x86: Write configuration tables in last_stage_init()
Bin Meng
2015-04-29
x86: Remove the old VGA driver
Bin Meng
2015-04-18
dm: x86: Add a uclass for an Low Pin Count (LPC) device
Simon Glass
2015-04-18
dm: x86: Add a uclass for a Platform Controller Hub
Simon Glass
2015-04-18
dm: x86: pci: Add a PCI driver for driver model
Simon Glass
2015-02-05
x86: Move common FSP code into a common location
Simon Glass
2015-01-13
x86: Add an 'mtrr' command to list and adjust MTRRs
Simon Glass
2014-12-13
x86: Add a simple command to show FSP HOB information
Bin Meng
2014-11-25
x86: Add support for running option ROMs natively
Simon Glass
2014-11-21
x86: ivybridge: Implement SDRAM init
Simon Glass
2014-10-23
x86: set CONFIG_USE_PRIVATE_LIBGCC to y
Masahiro Yamada
2014-03-12
kbuild, x86: use a short log for arch/x86/lib/libgcc.a
Masahiro Yamada
2014-02-19
kbuild: change out-of-tree build
Masahiro Yamada
2013-11-01
x86: convert makefiles to Kbuild style
Masahiro Yamada
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-16
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
Dirk Eibach
2013-05-13
x86: Re-enable PCAT timer 2 for beeping
Simon Glass
2013-05-13
x86: Remove ISR timer
Simon Glass
2013-05-13
x86: Add TSC timer
Simon Glass
2013-05-13
x86: Remove legacy board init code
Simon Glass
2013-05-13
x86: Remove unused bios/pci code
Simon Glass
2013-03-15
x86: Enable generic board support
Simon Glass
2013-02-14
x86: Remove unused real mode code
Simon Glass
2012-12-06
x86: Build vga video code only if CONFIG_VIDEO_VGA is defined
Simon Glass
2012-12-06
x86: Implement arch_phys_memset so that it can wipe memory above 4GB
Gabe Black
2012-11-30
x86: Allow compiling out realmode/bios code
Gabe Black
2012-01-04
x86: Split init functions out of board.c
Graeme Russ
2012-01-04
x86: Move relocation code out of board.c
Graeme Russ
2012-01-04
x86: Move do_go_exec() out of board.c
Graeme Russ
2011-11-29
x86: Wrap small helper functions from libgcc to avoid an ABI mismatch
Gabe Black
2011-11-29
x86: Import the glibc memset implementation
Gabe Black
2011-11-29
x86: Provide more configuration granularity
Graeme Russ
2011-04-13
x86: Rename i386 to x86
Graeme Russ