| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 3 | -0/+3 |
* | board: intel: agilex: Add socdk board support for Intel Agilex SoC | Ley Foon Tan | 2020-01-07 | 3 | -0/+21 |
* | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 2 | -0/+2 |
* | x86: Rename existing FSP code to fsp1 | Simon Glass | 2019-10-08 | 1 | -1/+1 |
* | env: Drop environment.h header file where not needed | Simon Glass | 2019-08-11 | 1 | -1/+0 |
* | env: Move env_set() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | board: intel: Add new slimbootloader board | Park, Aiden | 2019-08-09 | 6 | -0/+83 |
* | x86: edison: Enable SD slot | Andy Shevchenko | 2019-08-09 | 1 | -0/+10 |
* | x86: baytrail: Drop EFI-specific test logics | Bin Meng | 2018-06-17 | 1 | -3/+2 |
* | SPDX: Convert all of our multiple license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 28 | -63/+28 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | x86: edison: Bring minimal ACPI support to the board | Andy Shevchenko | 2017-10-07 | 4 | -0/+23 |
* | x86: Support Intel Cherry Hill board | Bin Meng | 2017-09-16 | 6 | -0/+653 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -2/+2 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -3/+3 |
* | env: Drop saveenv() in favour of env_save() | Simon Glass | 2017-08-15 | 1 | -2/+3 |
* | x86: kconfig: Let board select SPI flash | Bin Meng | 2017-08-01 | 5 | -0/+5 |
* | x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig | Bin Meng | 2017-08-01 | 1 | -5/+0 |
* | x86: kconfig: Let board select BOARD_EARLY_INIT_F | Bin Meng | 2017-08-01 | 3 | -5/+2 |
* | x86: Add Intel Edison board files | Andy Shevchenko | 2017-07-30 | 7 | -0/+182 |
* | x86: minnowmax: Configure GPIO pins to turn on USB ports VBUS | Bin Meng | 2017-06-22 | 1 | -0/+53 |
* | x86: bayleybay: Add PS/2 keyboard and mouse to ASL file | Bin Meng | 2016-08-16 | 1 | -0/+38 |
* | x86: galileo: Enable ACPI table generation | Bin Meng | 2016-05-30 | 4 | -0/+29 |
* | x86: galileo: Override SMBIOS product name | Bin Meng | 2016-05-23 | 1 | -0/+11 |
* | x86: baytrail: Add .gitignore for ACPI enabled boards | Bin Meng | 2016-05-23 | 2 | -0/+6 |
* | x86: baytrail: Enable ACPI table generation for all boards | Bin Meng | 2016-05-23 | 6 | -0/+52 |
* | x86: Drop all the old pin configuration code | Simon Glass | 2016-03-17 | 5 | -28/+0 |
* | x86: Move common LPC code to its own place | Simon Glass | 2016-03-17 | 1 | -0/+1 |
* | x86: Add Intel Cougar Canyon 2 board | Bin Meng | 2016-02-21 | 6 | -0/+114 |
* | x86: Drop asm/arch/gpio.h | Bin Meng | 2016-02-05 | 1 | -3/+2 |
* | x86: Enable PCIe controller on quark/galileo | Bin Meng | 2015-09-09 | 1 | -0/+56 |
* | x86: bayleybay: Convert to use more dm drivers | Bin Meng | 2015-09-09 | 1 | -6/+0 |
* | x86: crownbay: Convert to use CONFIG_DM_ETH for E1000 | Bin Meng | 2015-09-09 | 1 | -6/+0 |
* | x86: crownbay: Enable on-board SMSC superio keyboard controller | Bin Meng | 2015-08-26 | 1 | -3/+4 |
* | x86: Convert minnowmax to use CONFIG_DM_NET | Simon Glass | 2015-08-14 | 1 | -6/+0 |
* | x86: baytrail: Support operation as an EFI payload | Simon Glass | 2015-08-05 | 1 | -2/+3 |
* | x86: Add Intel Bayley Bay board support | Bin Meng | 2015-08-05 | 6 | -0/+77 |
* | x86: minnowmax: Remove smsc47x superio codes | Bin Meng | 2015-08-05 | 1 | -12/+0 |
* | x86: minnowmax: initialize the pin-muxing from device tree | Gabriel Huau | 2015-06-04 | 1 | -0/+9 |
* | x86: Remove DECLARE_GLOBAL_DATA_PTR in board files | Bin Meng | 2015-06-04 | 3 | -6/+0 |
* | arch: Make board selection choices optional | Joe Hershberger | 2015-05-12 | 1 | -0/+1 |
* | x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS | Bin Meng | 2015-04-29 | 3 | -0/+9 |
* | x86: Kconfig: Divide the target selection to vendor/model | Bin Meng | 2015-04-29 | 1 | -0/+51 |
* | x86: Set serial port IRQ for SMSC LPC47M | Bin Meng | 2015-04-29 | 2 | -2/+2 |
* | x86: Add basic Intel Galileo board support | Bin Meng | 2015-02-06 | 5 | -0/+62 |
* | x86: Add support for Intel Minnowboard Max | Simon Glass | 2015-02-06 | 5 | -0/+78 |
* | x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig | Bin Meng | 2015-01-13 | 1 | -0/+1 |
* | x86: crownbay: Enable Intel E1000 NIC support | Bin Meng | 2014-12-18 | 1 | -0/+6 |
* | x86: Add queensbay and crownbay Kconfig files | Bin Meng | 2014-12-18 | 1 | -0/+20 |