#
1914e5b5 |
| 02-Mar-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
efi_loader: provide new doc/README.uefi
Provides information about
- usage of the bootefi command - overview of UEFI - interaction between U-Boot and EFI drivers
Signed-off-by: Heinrich Schuchardt
efi_loader: provide new doc/README.uefi
Provides information about
- usage of the bootefi command - overview of UEFI - interaction between U-Boot and EFI drivers
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Acked-by: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Alexander Graf <agraf@suse.de>
show more ...
|
#
2476d26f |
| 29-Mar-2018 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
#
47b8583f |
| 26-Mar-2018 |
Philipp Tomsich <philipp.tomsich@theobroma-systems.com> |
rockchip: mmc: update MAINTAINERS
The Rockchip-specific wrappers to the DW-MMC and the SDHCI driver were not covered as part of what's maintained by the architecture maintainers. Add them here.
Si
rockchip: mmc: update MAINTAINERS
The Rockchip-specific wrappers to the DW-MMC and the SDHCI driver were not covered as part of what's maintained by the architecture maintainers. Add them here.
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
#
89a650e0 |
| 25-Mar-2018 |
Tom Rini <trini@konsulko.com> |
Merge tag 'xilinx-for-v2018.05' of git://git.denx.de/u-boot-microblaze
Xilinx changes for v2018.05
- Fix mkimage recognition - Update all my fragments
ZynqMP: - Use clk driver - Support loading el
Merge tag 'xilinx-for-v2018.05' of git://git.denx.de/u-boot-microblaze
Xilinx changes for v2018.05
- Fix mkimage recognition - Update all my fragments
ZynqMP: - Use clk driver - Support loading elfs in el1 - Various DTS and defconfig changes - Enable newer pmufw versions - Support more clocks - Remove ep108 - Secure image support - Fix memtest setup
Zynq: - Enabling watchdog driver - Support more clocks - defconfig changes
fpga: - Simplify error path
net: - GMII case update
show more ...
|
#
8ae3d0b5 |
| 13-Mar-2018 |
Michal Simek <michal.simek@xilinx.com> |
MAINTAINERS: Fix Zynq/ZynqMP and Microblaze fragments
Fix my fragments to list all files in the repo.
Also fix path to for Xilinx Zynq SoC (mach-zynq) It should be the part of "ARM: zynq: move SoC
MAINTAINERS: Fix Zynq/ZynqMP and Microblaze fragments
Fix my fragments to list all files in the repo.
Also fix path to for Xilinx Zynq SoC (mach-zynq) It should be the part of "ARM: zynq: move SoC sources to mach-zynq" (sha1: 0107f2403669f764ab726d0d404e35bb9447bbcc)
And cover dts files in board MAINTAINERS files.
Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...
|
#
5cf32518 |
| 13-Mar-2018 |
Stefan Roese <sr@denx.de> |
MAINTAINERS: Remove unused ppc4xx entry
ppc4xx support was removed some time ago. Lets remove the now unused entry in MAINTAINERS as well.
Signed-off-by: Stefan Roese <sr@denx.de> Cc: Heinrich Schu
MAINTAINERS: Remove unused ppc4xx entry
ppc4xx support was removed some time ago. Lets remove the now unused entry in MAINTAINERS as well.
Signed-off-by: Stefan Roese <sr@denx.de> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
show more ...
|
#
a6151916 |
| 12-Mar-2018 |
Patrick Delaunay <patrick.delaunay@st.com> |
clk: add driver for stm32mp1
add RCC clock driver for STMP32MP157 - base on driver model = UCLASS_CLK - support ops to enable, disable and get rate of all SOC clock needed by U-Boot
Signed-off-by
clk: add driver for stm32mp1
add RCC clock driver for STMP32MP157 - base on driver model = UCLASS_CLK - support ops to enable, disable and get rate of all SOC clock needed by U-Boot
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
show more ...
|
#
e70f70aa |
| 12-Mar-2018 |
Patrick Delaunay <patrick.delaunay@st.com> |
ram: stm32mp1: add driver
Add driver and binding for stm32mp1 ddr controller and phy
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
|
#
2514c2d0 |
| 12-Mar-2018 |
Patrick Delaunay <patrick.delaunay@st.com> |
arm: stm32: add new architecture for STM32MP family
- add new arch stm32mp for STM32 MPU/Soc based on Cortex A - support for stm32mp157 SOC - SPL is used as first boot stage loader - using driver mo
arm: stm32: add new architecture for STM32MP family
- add new arch stm32mp for STM32 MPU/Soc based on Cortex A - support for stm32mp157 SOC - SPL is used as first boot stage loader - using driver model for all the drivers, even in SPL - all security feature are deactivated (ETZC and TZC) - reused STM32 MCU drivers when it is possible
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
show more ...
|
#
02c5e891 |
| 12-Mar-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
MAINTAINERS: TI SYSTEM SECURITY: remove invalid file
Remove a link to a non-existent file.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Acked-by: Andrew F. Davis <afd@ti.com>
|
#
c133915e |
| 12-Mar-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
MAINTAINERS: ARM TI: remove invalid paths
Remove non-existing paths.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
#
cbc4423e |
| 12-Mar-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
MAINTAINERS: ARM SAMSUNG: remove invalid paths
Remove non-existing directories.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Acked-by: Minkyu Kang <mk7.kang@samsung.com>
|
#
18fa6230 |
| 12-Mar-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
MAINTAINERS: FLATTENED DEVICE TREE: correct maintained path
Change due to commit b08c8c487083 ("libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>")
Signed-off-by: Heinrich Schuchard
MAINTAINERS: FLATTENED DEVICE TREE: correct maintained path
Change due to commit b08c8c487083 ("libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
show more ...
|
#
0f8525f5 |
| 12-Mar-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
MAINTAINERS: ARM HISILICON: correct maintained path
Fix an incorrect path.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
#
f7b2849a |
| 12-Mar-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
MAINTAINERS: ARM FREESCALE IMX: remove invalid path
arch/arm/cpu/armv7/mx*/ does not relate to any existing directory.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Fabio Est
MAINTAINERS: ARM FREESCALE IMX: remove invalid path
arch/arm/cpu/armv7/mx*/ does not relate to any existing directory.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
show more ...
|
#
f274f265 |
| 06-Mar-2018 |
Madan Srinivas <madans@ti.com> |
defconfig: k2l_hs_evm: Add k2l_hs_evm_defconfig
Adds a dedicated defconfig to build TI K2L secure devices and updates MAINTAINERS.
k2l_hs_evm_defconfig is created from the k2l_evm_defconfig and rem
defconfig: k2l_hs_evm: Add k2l_hs_evm_defconfig
Adds a dedicated defconfig to build TI K2L secure devices and updates MAINTAINERS.
k2l_hs_evm_defconfig is created from the k2l_evm_defconfig and removes support for SPL, as SPL is not supported on K2 HS devices. Corrects SYS_TEXT_BASE for HS devices.
Also adds TI_SECURE_DEVICE and FIT_IMAGE_POST_PROCESS to include support for secure image creation and authentication
Signed-off-by: Madan Srinivas <madans@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Andrew F. Davis <afd@ti.com>
show more ...
|
#
b7d6e0ab |
| 06-Mar-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
MAINTAINERS: bring sections into alphabetic order
NETWORK should be after NAND_FLASH.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
#
4ef17f9c |
| 05-Mar-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
MAINTAINERS: bring sections into alphabetic order
POWER should be after ONENAND
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
|
#
0bb430c8 |
| 24-Feb-2018 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-video
|
#
3f565522 |
| 23-Feb-2018 |
Philipp Tomsich <philipp.tomsich@theobroma-systems.com> |
rockchip: video: update MAINTAINERS
The video drivers (VOP, HDMI encoder, LVDS encoder, MIPI encoder) for Rockchip SOCs are self-contained and are mainly impacted by other changes in the architectur
rockchip: video: update MAINTAINERS
The video drivers (VOP, HDMI encoder, LVDS encoder, MIPI encoder) for Rockchip SOCs are self-contained and are mainly impacted by other changes in the architecture support (e.g. pinctrl, clocking, etc).
Let's add these to the list of files maintained as part of the Rockchip port.
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Anatolij Gustschin <agust@denx.de>
show more ...
|
#
f59ab6c6 |
| 10-Feb-2018 |
Tom Rini <trini@konsulko.com> |
Merge tag 'signed-efi-v2018.03' of git://github.com/agraf/u-boot
Patch queue for efi in 2018.03 - 2018-02-10
This time we have a few important bug fixes. Most noticable are:
- Fix OpenBSD loader
Merge tag 'signed-efi-v2018.03' of git://github.com/agraf/u-boot
Patch queue for efi in 2018.03 - 2018-02-10
This time we have a few important bug fixes. Most noticable are:
- Fix OpenBSD loader with CONFIG_BLK=n - Fix builds on various circumstances - Add missing stubs so callers don't call NULL - Bump UEFI revision to 2.7
show more ...
|
#
f3b5056c |
| 30-Jan-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
efi_loader: split README.efi into two separate documents
README.efi describes two different concepts: * U-Boot exposing the UEFI API * U-Boot running on top of UEFI.
This patch splits the document
efi_loader: split README.efi into two separate documents
README.efi describes two different concepts: * U-Boot exposing the UEFI API * U-Boot running on top of UEFI.
This patch splits the document in two. Religious references are removed.
The separation of the concepts makes sense before detailing the internals of U-Boot exposing the UEFI API in a future patch.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
show more ...
|
#
268ec6e0 |
| 31-Jan-2018 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
efi_loader: fix building crt0 on arm
Before the patch an undefined constant EFI_SUBSYSTEM was used in the crt0 code. The current version of binutils does not swallow the error.
https://bugs.debian.
efi_loader: fix building crt0 on arm
Before the patch an undefined constant EFI_SUBSYSTEM was used in the crt0 code. The current version of binutils does not swallow the error.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888403
The necessary constant IMAGE_SUBSYSTEM_EFI_APPLICATION is already defined in pe.h. So let's factor out asm-generic/pe.h for the image subsystem constants and use it in our assembler code.
IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER does not exist in the specification let's use IMAGE_SUBSYSTEM_EFI_ROM instead.
The include pe.h is only used in code maintained by Alex so let him be the maintainer here too.
Reported-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Tested-by: Vagrant Cascadian <vagrant@debian.org> Signed-off-by: Alexander Graf <agraf@suse.de>
show more ...
|
#
bf8f4c44 |
| 02-Feb-2018 |
Maxime Ripard <maxime.ripard@bootlin.com> |
MAINTAINERS: Update email address for Maxime Ripard
Free Electrons is no more and is now known as Bootlin, change my email address accordingly.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.c
MAINTAINERS: Update email address for Maxime Ripard
Free Electrons is no more and is now known as Bootlin, change my email address accordingly.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
show more ...
|
#
bd39d864 |
| 28-Jan-2018 |
Tom Rini <trini@konsulko.com> |
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Patch queue for efi - 2018-01-28
This is the second part of patches for 2018.03-rc1, fixing a few minor issues and adding a readme file
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Patch queue for efi - 2018-01-28
This is the second part of patches for 2018.03-rc1, fixing a few minor issues and adding a readme file for iSCSI booting.
show more ...
|